OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
未找到匹配项
cv::KeyPoint 成员列表

这是cv::KeyPoint的完整成员列表,包括所有继承的成员。

angle(角度)cv::KeyPoint
class_id(类ID)cv::KeyPoint
convert(const std::vector< KeyPoint > &keypoints, std::vector< Point2f > &points2f, const std::vector< int > &keypointIndexes=std::vector< int >())cv::KeyPointstatic(静态)
convert(const std::vector< Point2f > &points2f, std::vector< KeyPoint > &keypoints, float size=1, float response=1, int octave=0, int class_id=-1)cv::KeyPointstatic(静态)
hash() constcv::KeyPoint
KeyPoint()cv::KeyPoint
KeyPoint(Point2f pt, float size, float angle=-1, float response=0, int octave=0, int class_id=-1)cv::KeyPoint
KeyPoint(float x, float y, float size, float angle=-1, float response=0, int octave=0, int class_id=-1)cv::KeyPoint
octave(尺度)cv::KeyPoint
overlap(const KeyPoint &kp1, const KeyPoint &kp2)cv::KeyPointstatic(静态)
pt(点)cv::KeyPoint
response(响应)cv::KeyPoint
size(大小)cv::KeyPoint