StereoMatcher

Handles boilerplate code common to all stereo matching methods.

Members

Functions

evaluate
DisparityMap evaluate(inout Image left, inout Image right, DisparityMap prealloc = emptyDisparityMap())

Compute a disparity map using the method defined by the subclass.

Meta