罗伯特方法边缘检测

问题描述:

您好,是否有人有任何C#Winform项目或源代码示例用于实现边缘检测的roberts方法?



谢谢这么多。



我尝试了什么:



我有sobel来源,我需要罗伯特进行比较

Hello, is any one has any C# Winform project or source code sample for implementing roberts method for Edge Detection?

Thank you so much.

What I have tried:

I have sobel source, i need robert for comparing

Google是您搜索Roberts Cross方法时的朋友。



例如开源 ImageProcessor :: ImageProcessor [ ^ ]库提供 DetectEdges :: ImageProcessor [ ^ ]功能,该功能采用定义方法的参数。



来源在图书馆可以找到 GitHub - JimBobSquarePants / ImageProcessor:一个流畅的System.Drawing包装器,用于处理图像文件。 [ ^ ]。
Google is your friend when searching for the Roberts Cross method.

There is for example the open source ImageProcessor :: ImageProcessor[^] library providing the DetectEdges :: ImageProcessor[^] function which takes a parameter defining the method.

The sources for that library can be found at GitHub - JimBobSquarePants/ImageProcessor: A fluent wrapper around System.Drawing for the processing of image files.[^].