Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
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
Posted
Updated 18-Apr-17 3:00am

1 solution

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.[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900