OpenCV-Tutorials icon indicating copy to clipboard operation
OpenCV-Tutorials copied to clipboard

np.int0 is deprecated

Open tim-contact opened this issue 1 year ago • 0 comments

np.int0 is a deprecated alias for np.intp. (Deprecated NumPy 1.24) corners = np.int0(corners)

tim-contact avatar Jun 18 '24 05:06 tim-contact