How can i extract shape features of an image for content based image retrieval ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to use the shape information in a content based image retrieval system, and i don't know which algorithm is best to extract the features and based on what to chose it.
0 Kommentare
Antworten (1)
Mandar
am 1 Feb. 2023
The “regionpropos” function can be used to compute various shape features of the object. For example, Major axis length, Area, Perimeter, and so on. Refer the following documentation link to know more about “regionprops” function.
In addition, refer the following answered question for the steps to be followed for shape feature extraction.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Segmentation and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!