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

/external/opencv3/samples/cpp/tutorial_code/features2D/
H A DAKAZE_match.cpp18 Mat homography; local
20 fs.getFirstTopLevelNode() >> homography;
51 col = homography * col;
/external/opencv3/samples/cpp/tutorial_code/xfeatures2D/
H A DLATCH_match.cpp28 Mat homography; local
31 fs.getFirstTopLevelNode() >> homography;
69 col = homography * col;
/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/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/
H A Dplanar_tracking.cpp69 Mat inlier_mask, homography; local
73 homography = findHomography(Points(matched1), Points(matched2),
77 if(matched1.size() < 4 || homography.empty()) {
96 perspectiveTransform(object_bb, new_bb, homography);
/external/opencv3/modules/calib3d/include/opencv2/calib3d/
H A Dcalib3d_c.h145 CvMat* homography,
/external/opencv/cv/include/
H A Dcv.h924 /* Calculates the cooficients of the homography matrix */
926 float* intrinsic, float* homography );
1200 CvMat* homography,
/external/opencv3/modules/calib3d/src/
H A Dcirclesgrid.cpp385 Mat homography = findHomography(Mat(sortedCorners), Mat(idealPoints), 0); local
387 transform(patternPoints, rectifiedPointsMat, homography);

Completed in 143 milliseconds