Open AlexandreLaborde opened 1 year 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
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.
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!