How to extract images from groundTruth object?
6 ビュー (過去 30 日間)
古いコメントを表示
Hello all,
is there a way to extract (i.e. saving as separate images) all the individual objects/regions which were defined as ROI label with the Image Labeler app. and stored within a groundTruth object? The aim is to apply some batch-modifications (e.g. contrast or rotation) to these images to achieve a better result of the cascade object detector.
Thank you for your help!
回答 (2 件)
awezmm
2020 年 1 月 3 日
Rummy18 and Joel,
You can import the labeled images and mask at different class labels. Each element in a labeled image matrix is a number representing which class a pixel in the original image belongs to.
If you want to apply rotations or contrast for some type of learning, check out data augmentation:
4 件のコメント
Theresa Pflüger
2020 年 1 月 21 日
Sure!
Below you can see one example of my labeled images from the ImageLabeler App.
Just to be clear again, I would like to save the four stomata as four separate images.
awezmm
2020 年 1 月 24 日
Is this the actual labeled image? Can you please attach the labeled image after you export after labeling.
Rummy18
2020 年 1 月 24 日
1 件のコメント
Jose Agustin Barrachina
2022 年 4 月 28 日
This is ALMOST what I need, but I have polygones and not rectangles... Any idea there?
参考
カテゴリ
Help Center および File Exchange で Image and Video Ground Truth Labeling についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!