How can i extract shape features of an image for content based image retrieval ?
조회 수: 7 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Mandar
2023년 2월 1일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!