简体   繁体   中英

Filling Grayscal Image C#

我正在设计用于学术目的的LPR应用程序,检测步骤中的一个步骤是填充检测到的边缘扩张的灰度图像中的孔,我想知道是否有C#代码可以做到这一点

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM