Hello Dears, i want matlab code for completing the thin border of the number plate to apply imfill function
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ayaz Wazir
am 26 Aug. 2017
Bearbeitet: Image Analyst
am 27 Aug. 2017
i want matlab code for completing the thin border of the number plate to apply imfill function to fill the number plate area. the image is attached.

0 Kommentare
Akzeptierte Antwort
Image Analyst
am 26 Aug. 2017
That might not be necessary to do OCR on the inside. Did you see this: http://www.mathworks.com/help/vision/ref/ocr.html#bt548t1-2_1
2 Kommentare
Image Analyst
am 27 Aug. 2017
Bearbeitet: Image Analyst
am 27 Aug. 2017
Label the binary image with bwlabel(). Get endpoints with bwmorph(). For every endpoint, if there is another endpoint within a certain distance that does not have the same label, use imline() to connect it to the closest other endpoint. Use bwconvhull() to fill in and get the convex hull of all blobs.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox 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!