The struct CvStereoBMState
(defined in "calib3d.hpp") that is used to hold the underlying state information for the block matching algorithm has the members roi1
and roi2
, whose type is CvRect
. There does not appear to be documentation anywhere that describes the purpose of these; can anyone tell me what they are meant to be used for?