#include <vector>
#include <opencv2/core/core.hpp>
Go to the source code of this file.
Namespaces | |
swri_opencv_util | |
Functions | |
bool | swri_opencv_util::Valid2dPointCorrespondences (const cv::Mat &points1, const cv::Mat &points2) |
bool | swri_opencv_util::Valid3dPointCorrespondences (const cv::Mat &points1, const cv::Mat &points2) |
bool | swri_opencv_util::ZipCorrespondences (const cv::Mat &points1, const cv::Mat &points2, cv::Mat &correspondences) |