Gradient feature extraction matlab code
Mostrar comentarios más antiguos
Can anyone explain how to make Gradient feature vector? For example, if we take Sobel edge detection operator, then how to make feature vector?
Respuesta aceptada
Más respuestas (2)
Diksha Kurchaniya
el 5 de En. de 2017
0 votos
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 comentario
Image Analyst
el 5 de En. de 2017
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
el 18 de Oct. de 2019
0 votos
for image name I, use the following code:
xHOG = extractHOGFeatures(I);
its a gradient based feature called Histogram of Gradient
Categorías
Más información sobre Object Analysis en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!