【发布时间】:2018-03-14 02:25:15
【问题描述】:
HOG(定向梯度直方图)如何作用于图像中的单个点?我正在使用计算机视觉工具箱版本的 HOG 描述符:https://www.mathworks.com/help/vision/ref/extracthogfeatures.html。
我想在图像中的特定点上计算 HOG,在单个点上计算 HOG 的最佳像元大小和块大小是多少?
【问题讨论】:
-
我在 matlab 中使用“[features,validPoints] = extractHOGFeatures(I,points)”。其中点可以是 [x,y] 坐标的 M×2 矩阵。这是参考:mathworks.com/help/vision/ref/extracthogfeatures.html
-
我明白了。我会写一个答案。
标签: matlab image-processing computer-vision matlab-cvst