Features Finding and Images Matching
struct cv::detail::MatchesInfo
Structure containing image keypoints and descriptors.
#include <matchers.hpp> struct ImageFeatures { // fields UMat descriptors; int img_idx; Size img_size; std::vector<KeyPoint> keypoints; };