Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/
H A Dorb_algos.h49 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 Dorb_algos_opencv.cpp28 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 Dorb_algos.cpp326 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 Dcalib3d_c.h145 CvMat* homography,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/calib3d/
H A Dcalib3d_c.h145 CvMat* homography,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/calib3d/
H A Dcalib3d_c.h145 CvMat* homography,