OpenCV 4.11.0
开源计算机视觉
|
这是cv::cuda::FastFeatureDetector的完整成员列表,包括所有继承的成员。
算法() | cv::Algorithm | |
clear() | cv::Algorithm | 内联虚函数 |
compute(InputArray image, std::vector< KeyPoint > &keypoints, OutputArray descriptors) | cv::Feature2D | 虚函数 |
compute(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, OutputArrayOfArrays descriptors) | cv::Feature2D | 虚函数 |
computeAsync(InputArray image, OutputArray keypoints, OutputArray descriptors, Stream &stream=Stream::Null()) | cv::cuda::Feature2DAsync | 虚函数 |
convert(InputArray gpu_keypoints, std::vector< KeyPoint > &keypoints)=0 | cv::cuda::Feature2DAsync | 纯虚函数 |
create(int threshold=10, bool nonmaxSuppression=true, int type=cv::FastFeatureDetector::TYPE_9_16, int max_npoints=5000) | cv::cuda::FastFeatureDetector | 静态 |
defaultNorm() const | cv::Feature2D | 虚函数 |
descriptorSize() const | cv::Feature2D | 虚函数 |
descriptorType() const | cv::Feature2D | 虚函数 |
detect(InputArray image, std::vector< KeyPoint > &keypoints, InputArray mask=noArray()) | cv::Feature2D | 虚函数 |
detect(InputArrayOfArrays images, std::vector< std::vector< KeyPoint > > &keypoints, InputArrayOfArrays masks=noArray()) | cv::Feature2D | 虚函数 |
detectAndCompute(InputArray image, InputArray mask, std::vector< KeyPoint > &keypoints, OutputArray descriptors, bool useProvidedKeypoints=false) | cv::Feature2D | 虚函数 |
detectAndComputeAsync(InputArray image, InputArray mask, OutputArray keypoints, OutputArray descriptors, bool useProvidedKeypoints=false, Stream &stream=Stream::Null()) | cv::cuda::Feature2DAsync | 虚函数 |
detectAsync(InputArray image, OutputArray keypoints, InputArray mask=noArray(), Stream &stream=Stream::Null()) | cv::cuda::Feature2DAsync | 虚函数 |
empty() const CV_OVERRIDE | cv::Feature2D | 虚函数 |
FEATURE_SIZE | cv::cuda::FastFeatureDetector | 静态 |
getDefaultName() const CV_OVERRIDE | cv::Feature2D | 虚函数 |
getMaxNumPoints() const =0 | cv::cuda::FastFeatureDetector | 纯虚函数 |
load(const String &filename, const String &objname=String()) | cv::Algorithm | 内联静态 |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | 内联静态 |
LOCATION_ROW | cv::cuda::FastFeatureDetector | 静态 |
read(const String &fileName) | cv::Feature2D | |
read(const FileNode &) CV_OVERRIDE | cv::Feature2D | 虚函数 |
RESPONSE_ROW | cv::cuda::FastFeatureDetector | 静态 |
ROWS_COUNT | cv::cuda::FastFeatureDetector | 静态 |
save(const String &filename) const | cv::Algorithm | 虚函数 |
setMaxNumPoints(int max_npoints)=0 | cv::cuda::FastFeatureDetector | 纯虚函数 |
setThreshold(int threshold)=0 | cv::cuda::FastFeatureDetector | 纯虚函数 |
write(const String &fileName) const | cv::Feature2D | |
write(FileStorage &) const CV_OVERRIDE | cv::Feature2D | 虚函数 |
write(FileStorage &fs, const String &name) const | cv::Feature2D | 内联 |
write(const Ptr< FileStorage > &fs, const String &name) const | cv::Feature2D | 内联 |
writeFormat(FileStorage &fs) const | cv::Algorithm | 保护 |
~Algorithm() | cv::Algorithm | 虚函数 |
~Feature2D() | cv::Feature2D | 虚函数 |
~Feature2DAsync() | cv::cuda::Feature2DAsync | 虚函数 |