How to implement corner detection (C#)


/ Published in: C#
Save to your folder(s)

You can find the full source code for corner detection here. I found this solution on www.camera-sdk.com and it worked for me fine. I created a Visual C# WPF application in Visual Studio, and added two .dll files (VOIPSDK.dll and NVA.dll) to the references. The .dll files can be found on the webpage.

First, you can see the full source code for the interface of the program at Form1.Desginer.cs. On this GUI you can adjust many configurations in connection with the image of the camera, and you can have a detailed list about the detected corners.

Under Form1.cs you can find the source code for the program itself and you will see which mediahandlers, methods and configurations you should use to achieve this function.

I hope you can all use this snippet! I wish you success to build your corner detecting solutions!

URL: http://www.camera-sdk.com/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.