how to do image segmentation and feature extraction in matlab?
조회 수: 5 (최근 30일)
이전 댓글 표시
how to do image segmentation and feature extraction in matlab. i want to extract the features from a currency note.
댓글 수: 0
답변 (1개)
Gayathri
대략 8시간 전
Some suggestions for training a segmentation network are using “unet” and “deeplabv3plus” models.
DeepLab v3+ uses atrous (or dilated) convolutions, which allow the network to capture multi-scale contextual information without losing resolution. This is particularly useful for segmenting objects at various scales.
Please refer to the below link for training a segmentation model using “unet” model.
For more information on how to train a segmentation model using “deeplabv3plus” refer to the following link.
Please note that you need to have a MATLAB R2024a or later version to implement the above-mentioned segmentation models.
By using the above segmentation models, there will not be any need to extract the features of image separately.
Hope you find this information helpful.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!