micasense / imageprocessing

MicaSense RedEdge and Altum image processing tutorials
https://www.micasense.com
MIT License
263 stars 152 forks source link

`np.mat` used in image.py was removed in the NumPy 2.0 release. Use `np.asmatrix` instead #228

Open Yasminadje opened 2 months ago

Yasminadje commented 2 months ago

np.mat was used In image.py while it has been removed in the Numpy 2.0 release.