Lines Matching refs:dst
45 icvAdaptiveThreshold_MeanC( const CvMat* src, CvMat* dst, int method,
62 CV_CALL( cvSetZero( dst ));
69 if( src->data.ptr != dst->data.ptr )
70 mean = dst;
90 uchar* d = dst->data.ptr + i*dst->step;
98 if( mean != dst )
108 CvMat *src = 0, *dst = 0;
119 CV_CALL( dst = cvGetMat( dstIm, &dst_stub ));
121 if( !CV_ARE_CNS_EQ( src, dst ))
124 if( CV_MAT_TYPE(dst->type) != CV_8UC1 )
127 if( !CV_ARE_SIZES_EQ( src, dst ) )
134 CV_CALL( icvAdaptiveThreshold_MeanC( src, dst, method, cvRound(maxValue),type,