Gradient feature extraction matlab code
显示 更早的评论
Can anyone explain how to make Gradient feature vector? For example, if we take Sobel edge detection operator, then how to make feature vector?
采纳的回答
更多回答(2 个)
Diksha Kurchaniya
2017-1-5
0 个投票
would anyone can tell me how i can extract feature from sobel oprator. means i have get an image after applying the sobel operator to an image but how can i convert to feature vector to it
1 个评论
Image Analyst
2017-1-5
You're asking the question backwards.
You don't say "let me apply some arbitrary algorithm and see what features I can get from it."
You need to say, "these are the features I need to identify my object, now what algorithm can get me those features?"
Saeid Abbaasi
2019-10-18
0 个投票
for image name I, use the following code:
xHOG = extractHOGFeatures(I);
its a gradient based feature called Histogram of Gradient
类别
在 帮助中心 和 File Exchange 中查找有关 Object Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!