// // Created by Scheaven on 2020/5/22. // #ifndef HOMOGRAPHY_UTIL_H #define HOMOGRAPHY_UTIL_H #include #include // C++ cv::Point2f getTransPoint(const cv::Point2f rightPoint, cv::Mat homography); #endif //INC_02_COORDINATE_TRANSFORMATION_HOMOGRAPHY_UTIL_H