Skielex / structure-tensor

Structure tensor 2D and 3D implementation for Python.
MIT License
47 stars 14 forks source link

Handle integer inputs gracefully #5

Closed Skielex closed 3 years ago

Skielex commented 3 years ago

Integer inputs may (does?) result in unhandled exception. We should handle this. Using integers for the eigendecomposition doesn't work, and using them for calculating the ST is probably a bad idea.

Skielex commented 3 years ago

This should already be handled.