使用C#对灰度图像进行二值化以进行霍夫变换 [英] Binarize a gray level image using C# for hough transformation

查看:676
本文介绍了使用C#对灰度图像进行二值化以进行霍夫变换的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用C#实现HOUGH变换算法.我必须对灰度图像进行二值化处理.

我不知道如何使用C#来实现它.

PLz帮助.

在此先感谢您.

I am trying to implement HOUGH TRANSFORMATION Algorithm using C#. I have to binarize a graylevel image.

I have no idea how to implement it using C#.

PLz Help.

Thanks in Advance .

推荐答案

您可以尝试通过一个非常简单的Google搜索在我这里找到的一个程序:"C#Hough Transformation".
页面底部有一个指向他的来源的链接.
http://shedletsky.com/hough/index.html [
You could try the one I found here with a really simple google search: "C# Hough Transformation".
There is a link to his source at the bottom of the page.
http://shedletsky.com/hough/index.html[^]


此处介绍了如何在C#中对图像进行二进制化,并使用OTSU霍夫变换的阈值:
C#中著名的Otsu阈值 [
Here''s how to Binarize an image in C# with explanation using OTSU Threshold for Hough Transformation :
Famous Otsu Thresholding in C#[^]


这篇关于使用C#对灰度图像进行二值化以进行霍夫变换的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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