Searched refs:homography (Results 1 - 7 of 7) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/features2D/ |
H A D | AKAZE_match.cpp | 18 Mat homography; local 20 fs.getFirstTopLevelNode() >> homography; 51 col = homography * col;
|
/external/opencv3/samples/cpp/tutorial_code/xfeatures2D/ |
H A D | LATCH_match.cpp | 28 Mat homography; local 31 fs.getFirstTopLevelNode() >> homography; 69 col = homography * col;
|
/external/opencv/cv/src/ |
H A D | cvcalcimagehomography.cpp | 46 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 D | planar_tracking.cpp | 69 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 D | calib3d_c.h | 145 CvMat* homography,
|
/external/opencv/cv/include/ |
H A D | cv.h | 924 /* Calculates the cooficients of the homography matrix */ 926 float* intrinsic, float* homography ); 1200 CvMat* homography,
|
/external/opencv3/modules/calib3d/src/ |
H A D | circlesgrid.cpp | 385 Mat homography = findHomography(Mat(sortedCorners), Mat(idealPoints), 0); local 387 transform(patternPoints, rectifiedPointsMat, homography);
|
Completed in 143 milliseconds