Lines Matching refs:CvMat
445 icvTrueDistTrans( const CvMat* src, CvMat* dst )
447 CvMat* buffer = 0;
620 icvDistanceATS_L1_8u( const CvMat* src, CvMat* dst )
707 CvMat* temp = 0;
708 CvMat* src_copy = 0;
717 CvMat srcstub, *src = (CvMat*)srcarr;
718 CvMat dststub, *dst = (CvMat*)dstarr;
719 CvMat lstub, *labels = (CvMat*)labelsarr;