Struct cv::detail::ImageFeatures#
Structure containing image keypoints and descriptors.
#include <opencv2/stitching/detail/matchers.hpp>Collaboration diagram for cv::detail::ImageFeatures:
Detailed Description#
Structure containing image keypoints and descriptors.
- Examples
- samples/cpp/stitching_detailed.cpp.
Member Function Documentation#
getKeypoints()#
std::vector< KeyPoint > cv::detail::ImageFeatures::getKeypoints()
Python:
cv.detail.ImageFeatures.getKeypoints() -> retval
Member Data Documentation#
descriptors#
UMat cv::detail::ImageFeatures::descriptors
img_idx#
int cv::detail::ImageFeatures::img_idx
img_size#
Size cv::detail::ImageFeatures::img_size
keypoints#
std::vector< KeyPoint > cv::detail::ImageFeatures::keypoints
Source file#
The documentation for this struct was generated from the following file:
opencv2/stitching/detail/matchers.hpp