mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 13:07:01 +08:00
56331c76ff
BUG: Clean up dtype conversion - Fix casting error in numpy dev. - Assert that float images are in [0, 1], and fix tests to comply. - Add tests for full coverage. - Rename _convert to convert since it is used by other modules, such as match_template, to convert to "non-standard" types such as float32.