![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
画像のキーポイントと記述子を格納する構造体。続き...
#include <opencv2/stitching/detail/matchers.hpp>
公開メンバ関数 | |
| std::vector< KeyPoint > | getKeypoints () |
公開変数類 | |
| UMat | descriptors |
| int | img_idx |
| Size | img_size |
| std::vector< KeyPoint > | keypoints |
画像のキーポイントと記述子を格納する構造体。
|
inline |
| UMat cv::detail::ImageFeatures::descriptors |
| int cv::detail::ImageFeatures::img_idx |
| Size cv::detail::ImageFeatures::img_size |
| std::vector<KeyPoint> cv::detail::ImageFeatures::keypoints |