OpenCV2-Python-Tutorials icon indicating copy to clipboard operation
OpenCV2-Python-Tutorials copied to clipboard

local variable 'tot_error' referenced before assignment

Open bhomaidan1990 opened this issue 4 years ago • 0 comments

  • I believe that the tot_error has to be replaced by mean_error in this tutorial, and the print function might print: print("Mean Projection Error: ", mean_error/len(objpoints))
  • see the link

bhomaidan1990 avatar Feb 12 '21 21:02 bhomaidan1990