struct cv::detail::ImageFeatures

Structure containing image keypoints and descriptors.

#include <matchers.hpp>

struct ImageFeatures
{
    // fields

    UMat descriptors;
    int img_idx;
    Size img_size;
    std::vector<KeyPoint> keypoints;
};