Which one is a better method for contour detection? image processing or deep learning?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mustafa Uysal
am 13 Dez. 2019
Beantwortet: Image Analyst
am 13 Dez. 2019
I'm studying on a project using MATLAB. i don't know which method should i choose, image processing or deep learning?
1- Detect the sample when sample is put on the frame
2- Remove the background
3- Detect contours of each 3 parts of sample.
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 13 Dez. 2019
Do you have hundreds of images with ground truth to train a deep learning network with? You'll need them. Often the ground truth is gotten from traditional image analysis or by manually tracing/painting over each training image. I don't know what your samples look like, but a simple traditional method might work as well or better than a deep learning method, and without hundreds of labeled, ground truth samples being needed for training.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Recognition, Object Detection, and Semantic Segmentation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!