Image labeling tools for edge detection
Mostrar comentarios más antiguos
To train a random forest https://github.com/pdollar/edges for edge detection, it is required to provide the ground truth label as follow.
1. A binary image (with edge labeled)
2. Segmented image
Are there any Matlab tools or apps that can perform these tasks manually?
Respuestas (1)
Image Analyst
el 30 de Jul. de 2018
0 votos
Yes. edge(), and bwlabel() or bwconncomp().
1 comentario
Benny Tam
el 30 de Jul. de 2018
Categorías
Más información sobre Object Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!