Semantic Segmentation for objects with random shape
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Roohollah Milimonfared
am 2 Jul. 2018
Bearbeitet: jim peyton
am 8 Mär. 2019
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
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 2 Jul. 2018
I don't believe so. If there is no shape that your object takes on, and can be any random shape, then you'll have to use other methods to segment it, like texture segmentation. Then just don't worry at all about assigning a name to the shape.
0 Kommentare
Weitere Antworten (1)
jim peyton
am 8 Mär. 2019
Bearbeitet: jim peyton
am 8 Mär. 2019
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.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!