You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be neat to have a function that reconstructs a surface based on the Zernike moments generated by mahotas.features.zernike_moments. In some cases one might want to compute the Euclidean distance between the original and the reconstructed image, thus justifying why this is useful.
I agree it'd be very nice. ATM, I don't have the cycles to do it myself and it's not something I would need on any other project; so it's very unlikely I will do it.
The code you linked to unfortunately has the wrong license. Perhaps the author could be persuaded to relicense and adapt for mahotas, but, right now, it cannot be used :(
It would be neat to have a function that reconstructs a surface based on the Zernike moments generated by mahotas.features.zernike_moments. In some cases one might want to compute the Euclidean distance between the original and the reconstructed image, thus justifying why this is useful.
Apparently someone has implemented such a thing (I have not tested):
https://github.com/tvwerkhoven/PyCourse/blob/master/python102/examples/py102-example2-zernike.py
The text was updated successfully, but these errors were encountered: