InViLabUAntwerp / PyCBD

Python checkerboard detection toolbox
GNU General Public License v3.0
2 stars 1 forks source link

C++ #2

Open nesquik011 opened 2 weeks ago

nesquik011 commented 2 weeks ago

hello is there C++ version ? if not are you planning to make one ?

is it more robust than opencv ?

if do i need to use fixed grid like 6,7 or it detect whatever chessboard it finds

IvanDeBoi commented 1 week ago

Hi,

No, there is no C++ version and right now we are not planning to develop it. Yes, it is more robust than OpenCV, especially if you have occlusions or weird camera warpings. It works on any grid size. In fact, you do not have to specify one a priori. Check out the details here: https://www.mdpi.com/2227-7390/11/22/4568

Kind regards, the InViLab team