opencv Keypoint

OpenCV的Keypoint类用于存储由各种关键点检测器(如Harris角点、FAST、SURF等)找到的特征点信息,包括位置、比例、方向等。这些特征点的邻域会被其他算法分析以构建描述符,用于不同图像中相同对象的关键点匹配。
摘要由CSDN通过智能技术生成

 The Keypoint Class

 The class instance stores a keypoint, i.e. a point feature found by one of many available keypoint detectors,

such as


 Harris corner detector,

cv::FAST,

cv::StarDetector,

cv::SURF,

cv::SIFT,

cv::LDetector etc.

 

 The keypoint is characterized by

the 2D position,

 scale ----------- (proportional(百分比) to the diameter(直径) of the neighborhood that needs to be taken into account),


 orientation and some other parameters.

 

The keypoint neighborhood is then analyzed by another algorithm that builds a descriptor---------- (usually represented as a feature vector).

 

The keypoints representing the same object in different images can then be matched using cv::KDTree or another method.

 

说白了:

1 Keypoint是opencv中的一个类,就是一个关键点,这个关键点存放了很多信息,同时也说明:想获得一个关键点,需要很多信息来初始化它,很重要的一个思想就是:临近像素的考虑。

2 很多函数可以返回Keypoint,同时也有很多函数需要它作为参数。

 

 

 

 

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值