Searched refs:dst_stub (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cv/src/ |
D | cvadapthresh.cpp | 107 CvMat src_stub, dst_stub; in cvAdaptiveThreshold() local 119 CV_CALL( dst = cvGetMat( dstIm, &dst_stub )); in cvAdaptiveThreshold()
|
D | cvthresh.cpp | 308 CvMat dst_stub, *dst = (CvMat*)dstarr; in cvThreshold() local 315 CV_CALL( dst = cvGetMat( dst, &dst_stub, &coi2 )); in cvThreshold()
|
/external/opencv/cvaux/src/ |
D | cvcalibfilter.cpp | 525 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()
|
D | cvdpstereo.cpp | 510 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/ |
D | cxarithm.cpp | 1987 CvMat dst_stub, *dst = (CvMat*)dstarr; in cvAddWeighted() local 2002 CV_CALL( dst = cvGetMat( dst, &dst_stub, &coi )); in cvAddWeighted()
|