Pregunta

I'm designing an LPR application for academic purpose, and one of the steps in the detection step is to fill the holes in a dilated edge detected grayscale image, I would like to know if there's a C# code that could do that

¿Fue útil?

Solución

I suggest you to use opencv library, which works well under C# also that you may be know already about. you find functions to - detect outer contours - detect inner contours, and make some morphological processes that help you in filling holes.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top