在Emgu CV中细化二进制图像 [英] Thinning of a binary image in Emgu CV

查看:291
本文介绍了在Emgu CV中细化二进制图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一张二进制图片。我想对图像进行细化形态学操作。我知道如何在matlab中执行此操作但无法在c#中使用 EmguCV 执行此操作。任何形式的帮助将不胜感激。

I have a binary image. I want to do thinning morphological operation on the image. I know how to do it in matlab but unable to do it in c# using EmguCV. Any sort of help will be appreciated .

推荐答案

请参阅基于OpenCV的此C ++实现:https://sites.google.com/site/rameyarnaud/misc/c/voronoi [ ^ ]。



由于EMGU是交叉平台OpenCV包装器,您将能够轻松地将解决方案转换为C#。



-SA
Please see this C++ implementation based on OpenCV: https://sites.google.com/site/rameyarnaud/misc/c/voronoi[^].

As EMGU is a cross-platform OpenCV wrapper, you will be able to easily translate the solution to C#.

—SA


这篇关于在Emgu CV中细化二进制图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆