pub fn normalise_pixel_value<T>(t: T) -> f64
Expand description
Returns a normalised pixel value or 0 if it can’t convert the types. This should never fail if your types are good.
pub fn normalise_pixel_value<T>(t: T) -> f64
Returns a normalised pixel value or 0 if it can’t convert the types. This should never fail if your types are good.