Lines Matching +defs:count +defs:lines
44 template<typename T> int icvCompressPoints( T* ptr, const uchar* mask, int mstep, int count ) in icvCompressPoints()
113 int i, count = _err->rows*_err->cols, goodCount = 0; in findInliers() local
176 int count = m1->rows*m1->cols, maxGoodCount = 0; in runRANSAC() local
271 int count = m1->rows*m1->cols; in CV_IMPLEMENT_QSORT() local
361 int count = m1->cols*m1->rows; in getSubset() local
396 bool CvModelEstimator2::checkSubset( const CvMat* m, int count ) in checkSubset()
446 int i, count = m1->rows*m1->cols; in runKernel() local
509 int i, count = m1->rows*m1->cols; in computeReprojError() local
527 int i, j, k, count = m1->rows*m1->cols; in refine() local
590 int count; in cvFindHomography() local
805 int i, j, k, count = _m1->cols*_m1->rows; in run8Point() local
916 int i, count = _m1->rows*_m1->cols; in computeReprojError() local
959 int count; in cvFindFundamentalMat() local
1030 const CvMat* fmatrix, CvMat* lines ) in cvComputeCorrespondEpilines()
1038 int i, dims, count, depth, cn, abc_dims, abc_count, abc_depth, abc_cn; in cvComputeCorrespondEpilines() local