image-processing - SIFT 描述符 : What does circular support patches refer to?

标签 image-processing machine-learning sift

我正在阅读这篇文章,使用随机森林和蕨类植物进行图像分类。其写法为:

SIFT descriptors [19] are computed at points on a regular grid with spacing M pixels. At each grid point the descriptors are computed over four circular support patches with different radii, consequently each point is represented by four SIFT descriptors. Multiple descriptors are computed to allow for scale variation between images.

我不确定关于四个圆形支撑补丁的部分是什么意思。谁能帮我解释一下这个问题?

最佳答案

SIFT 描述符采用图像区域并计算在平移、缩放和旋转下不变的向量。您论文的作者计算每个网格点具有不同半径的四个圆形图像区域的 SIFT 描述符。这将使他能够识别其他已平移、缩放或旋转的图像中的相似区域。

支持是一个数学术语,表示函数非零的值。在这种情况下,它指的是构造描述符的像素。

关于image-processing - SIFT 描述符 : What does circular support patches refer to?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9728359/

相关文章:

r - 如何在 R 中使用 libSVM(包 e1071)获得概率?

c++ - 进行 knnMatch 后的 .distance 是什么?

python - 类型错误 : sparse matrix length is ambiguous; use getnnz() or shape[0] while using RF classifier?

c++ - 筛选在 Opencv 2.4.6 ubuntu 中的实现

algorithm - Lowe 如何计算他的 SIFT 算法的 “repeatability”?

c# - 从图像中清除元数据的简单方法?

image - 仅在cv2视频帧的ROI部分上预测模型类

image-processing - 1x2和1x3图像梯度核滤波器定义有什么区别

ios - 将 UIImage 转换为单色 1 位 bmp 图像 Swift 5.1

python-2.7 - 在Python Pandas中训练朴素贝叶斯的不同类型的功能