Searched refs:homography (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvcalcimagehomography.cpp46 calculate image homography
72 CvMat homography = cvMat( 3, 3, CV_32F, _homography ); local
114 cvMatMul( &r_trans, &sub, &homography );
/external/opencv/cv/include/
H A Dcv.h924 /* Calculates the cooficients of the homography matrix */
926 float* intrinsic, float* homography );
1200 CvMat* homography,

Completed in 56 milliseconds