Semantic Segmentation for objects with random shape
이전 댓글 표시
Hi All the examples and tutorial about Semantic Segmentation are about shape specific objects (e.g. cars, animals, scenes, plants, etc.). I am working on a problem in which the classes do not have a specific shape. They are visually distinguishable based on their textures. Now, my questions is whether semantic segmentation concept and methods (like CNN) can be used in such a context. Thanks, Roohollah
채택된 답변
추가 답변 (1개)
jim peyton
2019년 3월 8일
편집: jim peyton
2019년 3월 8일
1 개 추천
The problem you're describing is texture segmentation. Here's a good tutorial on using Gabor filters to extract texture features (spatial frequency and orientation).
There are other types of texture filters you could use to extract features: Energy/Entropy, gradient magnitudes and directions, even creating your own shape-specific filters.
카테고리
도움말 센터 및 File Exchange에서 Texture Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!