OpenCV2-Python-Tutorials
OpenCV2-Python-Tutorials copied to clipboard
local variable 'tot_error' referenced before assignment
- I believe that the
tot_errorhas to be replaced bymean_errorin this tutorial, and theprintfunction might print:print("Mean Projection Error: ", mean_error/len(objpoints)) - see the link