Searched refs:getROI1 (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/modules/java/src/
H A Dcalib3d+StereoBM.java190 // C++: Rect getROI1()
193 //javadoc: StereoBM::getROI1()
194 public Rect getROI1() method in class:StereoBM
311 // C++: Rect getROI1()
H A Dcalib3d.cpp659 // Rect getROI1()
671 Rect _retval_ = (*me)->getROI1( );
/external/opencv3/modules/cudastereo/src/
H A Dstereobm.cpp110 Rect getROI1() const { return Rect(); }
/external/opencv3/modules/calib3d/include/opencv2/
H A Dcalib3d.hpp1512 CV_WRAP virtual Rect getROI1() const = 0;
/external/opencv3/modules/calib3d/src/
H A Dstereobm.cpp1210 Rect getROI1() const { return params.roi1; }

Completed in 520 milliseconds