Segmentation training using original RGP image and binary mask
Afficher commentaires plus anciens
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 ?
Réponses (1)
Image Analyst
le 11 Avr 2020
0 votes
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.
1 commentaire
Ahmed Madhun
le 12 Avr 2020
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!