how to segment the gray scale image from background
古いコメントを表示
採用された回答
その他の回答 (1 件)
If the purpose here is to do automatic semantic segmentation of many horse images, you will probably need to train a convolutional neural network to do it. For animal recognition, DeepLab-v3+ seems to have good track record, judging by,
Matlab does have tools for building and training DeepLab-v3+. This might be a good place to start reading,
Obviously, though, the pre-trained version of the network may not work straight out of the box on your specific image database, so you will probably need to retrain it (or use transfer learning) using many manually segmented images. Therefore, it is well worth getting familiar with the Image Segmenter app, even if it doesn't serve your immediate aims.
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

