Home | History | Annotate | Download | only in test

Lines Matching refs:checkOp

15     int checkOp( const Mat& src, int dstType, int opType, const Mat& opRes, int dim );
85 int Core_ReduceTest::checkOp( const Mat& src, int dstType, int opType, const Mat& opRes, int dim )
191 tempCode = checkOp( src, dstType, CV_REDUCE_SUM, sum, dim );
195 tempCode = checkOp( src, dstType, CV_REDUCE_AVG, avg, dim );
199 tempCode = checkOp( src, dstType, CV_REDUCE_MAX, max, dim );
203 tempCode = checkOp( src, dstType, CV_REDUCE_MIN, min, dim );