learnopencv
learnopencv copied to clipboard
CameraCalibration problems
I download code from https://github.com/spmallick/learnopencv/tree/master/CameraCalibration
I get valid camera parameters when I use the python code. But when I run the code in vs studio 2019, it is very slow and finally get invalid parameters.
This is the result by cpp code.
python code
I guess is there something wrong?