Home
last modified time | relevance | path

Searched defs:PrefilterInvoker (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/calib3d/src/
Dstereobm.cpp871 struct PrefilterInvoker : public ParallelLoopBody struct
873 PrefilterInvoker(const Mat& left0, const Mat& right0, Mat& left, Mat& right, in PrefilterInvoker() argument
882 void operator()( const Range& range ) const in operator ()()
893 const Mat* imgs0[2];
894 Mat* imgs[2];
895 uchar* buf[2];
896 StereoBMParams* state;