Home
last modified time | relevance | path

Searched refs:dst_stub (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cv/src/
Dcvadapthresh.cpp107 CvMat src_stub, dst_stub; in cvAdaptiveThreshold() local
119 CV_CALL( dst = cvGetMat( dstIm, &dst_stub )); in cvAdaptiveThreshold()
Dcvthresh.cpp308 CvMat dst_stub, *dst = (CvMat*)dstarr; in cvThreshold() local
315 CV_CALL( dst = cvGetMat( dst, &dst_stub, &coi2 )); in cvThreshold()
/external/opencv/cvaux/src/
Dcvcalibfilter.cpp525 CvMat dst_stub, *dst; in DrawPoints() local
532 dst = cvGetMat( dstarr[i], &dst_stub ); in DrawPoints()
780 IplImage dst_stub, *dst; in Rectify() local
783 dst = cvGetImage( dstarr[i], &dst_stub ); in Rectify()
850 CvMat dst_stub, *dst; in Undistort() local
853 dst = cvGetMat( dstarr[i], &dst_stub ); in Undistort()
Dcvdpstereo.cpp510 CvMat src1_stub, src2_stub, dst_stub; in cvFindStereoCorrespondence() local
517 CV_CALL( dst = cvGetMat( depthImage, &dst_stub, &coi )); in cvFindStereoCorrespondence()
/external/opencv/cxcore/src/
Dcxarithm.cpp1987 CvMat dst_stub, *dst = (CvMat*)dstarr; in cvAddWeighted() local
2002 CV_CALL( dst = cvGetMat( dst, &dst_stub, &coi )); in cvAddWeighted()