GLCM with scikit-image

Stéfan van der Walt stefan at sun.ac.za
Mon Jul 8 08:53:52 EDT 2013


On Mon, Jul 8, 2013 at 2:45 PM,  <elyraz at mail.com> wrote:
> - Does the "skimage.dtype_converter: WARNING: Possible precision loss when
> converting from float64 to uint8" means that the output values are wrong?

Not wrong, just that there was a conversion between floating point and
integer values, which means it had to drop some precision along the
way.

Stéfan



More information about the scikit-image mailing list