Home
last modified time | relevance | path

Searched refs:cvGetPerspectiveTransform (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/apps/createsamples/
Dutility.cpp180 static void cvGetPerspectiveTransform( CvSize src_size, double quad[4][2], double coeffs[3][3] ) in cvGetPerspectiveTransform() function
285 CV_CALL( cvGetPerspectiveTransform( src_size, quad, c ) ); in cvWarpPerspective()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h244 CVAPI(CvMat*) cvGetPerspectiveTransform( const CvPoint2D32f* src,
/external/opencv/cv/include/
Dcvcompat.h893 #define cvWarpPerspectiveQMatrix cvGetPerspectiveTransform
Dcv.h292 CVAPI(CvMat*) cvGetPerspectiveTransform( const CvPoint2D32f* src, in LOAD_CHDL()
/external/opencv/cv/src/
Dcvimgwarp.cpp1499 cvGetPerspectiveTransform( const CvPoint2D32f* src, in cvGetPerspectiveTransform() function
/external/opencv3/modules/imgproc/src/
Dimgwarp.cpp6414 cvGetPerspectiveTransform( const CvPoint2D32f* src, in cvGetPerspectiveTransform() function