![]() |
OpenCV 4.13.0
开源计算机视觉库 (Open Source Computer Vision)
|
本节介绍两种流行的 2D 特征检测算法:SIFT 和 SURF,已知这些算法已获得专利。您需要设置 CMake 中的 OPENCV_ENABLE_NONFREE 选项才能使用它们。请自行承担使用风险。
类 | |
| 类 | cv::xfeatures2d::SURF |
| 从图像中提取加速鲁棒特征的类 [22] 。 更多... | |
| 类 | cv::cuda::SURF_CUDA |
| 用于从图像中提取加速稳健特征 (SURF) 的类。 : 更多... | |
类型定义 (Typedefs) | |
| typedef SURF | cv::xfeatures2d::SurfDescriptorExtractor |
| typedef SURF | cv::xfeatures2d::SurfFeatureDetector |
#include <opencv2/xfeatures2d/nonfree.hpp>
#include <opencv2/xfeatures2d/nonfree.hpp>