Convert image to single precision
converts the grayscale, RGB, or binary image J
= im2single(I
)I
to
single
, rescaling or offsetting the data as
necessary.
If the input image is of class single
, then the output
image is identical. If the input image is of class logical
,
then im2single
changes true-valued elements to 65535.
You optionally can perform the conversion