imageprocessing
imageprocessing copied to clipboard
`np.mat` used in image.py was removed in the NumPy 2.0 release. Use `np.asmatrix` instead
np.mat was used In image.py while it has been removed in the Numpy 2.0 release.