Searched refs:homography (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/ |
| H A D | orb_algos.h | 49 int find_homography_by_four_points(ORBList* matched_keypoints, double homography[9]); 50 int elimate_affine_transform(ORBList* matched_keypoints, double homography[9]); 51 orb_rect_t map_rect(double homography[9], orb_rect_t* rect_src);
|
| H A D | orb_algos_opencv.cpp | 28 Mat homography = findHomography(m_queryPoints, m_trainPoints, RANSAC, in get_homography_matrix() local 30 double* data = (double*)homography.data; in get_homography_matrix()
|
| H A D | orb_algos.cpp | 326 int find_homography_by_four_points(ORBList* matched_keypoints, double homography[9]) in find_homography_by_four_points() 385 homography[i * 3 + j] = aux_H[i * 3 + j]; in find_homography_by_four_points() 524 int elimate_affine_transform(ORBList* matched_keypoints, double homography[9]) in elimate_affine_transform() 685 ret = affine_fit(from_pts, to_pts, i, 2, homography); in elimate_affine_transform() 714 orb_rect_t map_rect(double homography[9], orb_rect_t* rect_src) in map_rect() 720 map_point(homography, &src, &dst); in map_rect() 726 map_point(homography, &src, &dst); in map_rect()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/calib3d/ |
| H A D | calib3d_c.h | 145 CvMat* homography,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/calib3d/ |
| H A D | calib3d_c.h | 145 CvMat* homography,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/calib3d/ |
| H A D | calib3d_c.h | 145 CvMat* homography,
|