Segmentation training using original RGP image and binary mask
古いコメントを表示
I have 2 datasets of just 1 object in several backgrounds taken by a smartphone camera.
Also, I have the masks for images in one of the datasets (created using Matlab image segmentrer).
Is there any suggestion of how to obtain mask for the other dataset ? based on the existing masks and rbg images ?
e.g., training a network in Matlab, built-in functions ?
回答 (1 件)
Image Analyst
2020 年 4 月 11 日
0 投票
It's possible you could use SURF: https://www.mathworks.com/help/vision/examples/object-detection-in-a-cluttered-scene-using-point-feature-matching.html
or even something simpler depending on how simple or complicated your object and backgrounds are.
カテゴリ
ヘルプ センター および File Exchange で Semantic Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!