shimat / opencvsharp

OpenCV wrapper for .NET
Apache License 2.0
5.37k stars 1.15k forks source link

ChArUco board detection #1607

Open AlexandreLaborde opened 1 year ago

AlexandreLaborde commented 1 year ago

Hi there @shimat!

I've been using OpenCVSharp for 3 years and noticed that it still does not support ChArUco board detection.

I need to implement this for a project I am working on and I just wanted to ask if you are working on bringing ChArUco board detection to OpenCVSharp? And if not, are you interested on me doing a pull request once I am done implementing it or should I keep it to myself?

Thanks for all the support over the years!

maxpeacock commented 3 months ago

Hello,

I am also interested in implementation of ChArUco Board Detection. @AlexandreLaborde: Have you implemented it? If so, could you send me the code? That would be really cool. Thank you, Best regards Max

AlexandreLaborde commented 2 months ago

Hi @maxpeacock, sorry for taking so long to reply. I tried to add the ChArUco Board Detection to opencvsharp but it was very difficult to understand how to build the solution so I gave up and made a small c++ function to detect the board and C# wrapper so I can use the results in my .NET project.