Class ConvertImage
Functions for converting between different image types. Pixel values are converted by typecasting. When converting between signed and unsigned types, care should be taken to avoid numerical overflow.
DO NOT MODIFY. Automatically generated code created by GenerateConvertImage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GrayF32
average
(InterleavedF32 input, GrayF32 output) Converts aInterleavedF32
into aGrayF32
by computing the average value of each pixel across all the bands.static GrayF64
average
(InterleavedF64 input, GrayF64 output) Converts aInterleavedF64
into aGrayF64
by computing the average value of each pixel across all the bands.static GrayS16
average
(InterleavedS16 input, GrayS16 output) Converts aInterleavedS16
into aGrayS16
by computing the average value of each pixel across all the bands.static GrayS32
average
(InterleavedS32 input, GrayS32 output) Converts aInterleavedS32
into aGrayS32
by computing the average value of each pixel across all the bands.static GrayS64
average
(InterleavedS64 input, GrayS64 output) Converts aInterleavedS64
into aGrayS64
by computing the average value of each pixel across all the bands.static GrayS8
average
(InterleavedS8 input, GrayS8 output) Converts aInterleavedS8
into aGrayS8
by computing the average value of each pixel across all the bands.static GrayU16
average
(InterleavedU16 input, GrayU16 output) Converts aInterleavedU16
into aGrayU16
by computing the average value of each pixel across all the bands.static GrayU8
average
(InterleavedU8 input, GrayU8 output) Converts aInterleavedU8
into aGrayU8
by computing the average value of each pixel across all the bands.static GrayF32
static GrayF64
static GrayS16
static GrayS32
static GrayS64
static GrayS8
static GrayU16
static GrayU8
static GrayU8
Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF64
static GrayS16
static GrayS32
static GrayS64
static GrayS8
static GrayU16
static GrayU8
static GrayU8
Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32
static GrayS16
static GrayS32
static GrayS64
static GrayS8
static GrayU16
static GrayU8
static GrayU8
Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32
static GrayF64
static GrayS32
static GrayS64
static GrayS8
static GrayU16
static GrayU8
static GrayU8
Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32
static GrayF64
static GrayS16
static GrayS64
static GrayS8
static GrayU16
static GrayU8
static GrayU8
Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32
static GrayF64
static GrayS16
static GrayS32
static GrayS8
static GrayU16
static GrayU8
static GrayU8
Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32
static GrayF64
static GrayS16
static GrayS32
static GrayS64
static GrayU16
static GrayU8
static GrayU8
Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32
static GrayF64
static GrayS16
static GrayS32
static GrayS64
static GrayS8
static GrayU8
static GrayU8
Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32
static GrayF64
static GrayS16
static GrayS32
static GrayS64
static GrayS8
static GrayU16
static InterleavedF64
convert
(InterleavedF32 input, InterleavedF64 output) Converts anInterleavedF32
into aInterleavedF64
.static InterleavedS16
convert
(InterleavedF32 input, InterleavedS16 output) Converts anInterleavedF32
into aInterleavedS16
.static InterleavedS32
convert
(InterleavedF32 input, InterleavedS32 output) Converts anInterleavedF32
into aInterleavedS32
.static InterleavedS64
convert
(InterleavedF32 input, InterleavedS64 output) Converts anInterleavedF32
into aInterleavedS64
.static InterleavedS8
convert
(InterleavedF32 input, InterleavedS8 output) Converts anInterleavedF32
into aInterleavedS8
.static InterleavedU16
convert
(InterleavedF32 input, InterleavedU16 output) Converts anInterleavedF32
into aInterleavedU16
.static InterleavedU8
convert
(InterleavedF32 input, InterleavedU8 output) Converts anInterleavedF32
into aInterleavedU8
.convert
(InterleavedF32 input, Planar<GrayF32> output) Converts aInterleavedF32
into the equivalentPlanar
static InterleavedF32
convert
(InterleavedF64 input, InterleavedF32 output) Converts anInterleavedF64
into aInterleavedF32
.static InterleavedS16
convert
(InterleavedF64 input, InterleavedS16 output) Converts anInterleavedF64
into aInterleavedS16
.static InterleavedS32
convert
(InterleavedF64 input, InterleavedS32 output) Converts anInterleavedF64
into aInterleavedS32
.static InterleavedS64
convert
(InterleavedF64 input, InterleavedS64 output) Converts anInterleavedF64
into aInterleavedS64
.static InterleavedS8
convert
(InterleavedF64 input, InterleavedS8 output) Converts anInterleavedF64
into aInterleavedS8
.static InterleavedU16
convert
(InterleavedF64 input, InterleavedU16 output) Converts anInterleavedF64
into aInterleavedU16
.static InterleavedU8
convert
(InterleavedF64 input, InterleavedU8 output) Converts anInterleavedF64
into aInterleavedU8
.convert
(InterleavedF64 input, Planar<GrayF64> output) Converts aInterleavedF64
into the equivalentPlanar
static InterleavedF32
convert
(InterleavedS16 input, InterleavedF32 output) Converts anInterleavedS16
into aInterleavedF32
.static InterleavedF64
convert
(InterleavedS16 input, InterleavedF64 output) Converts anInterleavedS16
into aInterleavedF64
.static InterleavedS32
convert
(InterleavedS16 input, InterleavedS32 output) Converts anInterleavedS16
into aInterleavedS32
.static InterleavedS64
convert
(InterleavedS16 input, InterleavedS64 output) Converts anInterleavedS16
into aInterleavedS64
.static InterleavedS8
convert
(InterleavedS16 input, InterleavedS8 output) Converts anInterleavedS16
into aInterleavedS8
.static InterleavedU16
convert
(InterleavedS16 input, InterleavedU16 output) Converts anInterleavedS16
into aInterleavedU16
.static InterleavedU8
convert
(InterleavedS16 input, InterleavedU8 output) Converts anInterleavedS16
into aInterleavedU8
.convert
(InterleavedS16 input, Planar<GrayS16> output) Converts aInterleavedS16
into the equivalentPlanar
static InterleavedF32
convert
(InterleavedS32 input, InterleavedF32 output) Converts anInterleavedS32
into aInterleavedF32
.static InterleavedF64
convert
(InterleavedS32 input, InterleavedF64 output) Converts anInterleavedS32
into aInterleavedF64
.static InterleavedS16
convert
(InterleavedS32 input, InterleavedS16 output) Converts anInterleavedS32
into aInterleavedS16
.static InterleavedS64
convert
(InterleavedS32 input, InterleavedS64 output) Converts anInterleavedS32
into aInterleavedS64
.static InterleavedS8
convert
(InterleavedS32 input, InterleavedS8 output) Converts anInterleavedS32
into aInterleavedS8
.static InterleavedU16
convert
(InterleavedS32 input, InterleavedU16 output) Converts anInterleavedS32
into aInterleavedU16
.static InterleavedU8
convert
(InterleavedS32 input, InterleavedU8 output) Converts anInterleavedS32
into aInterleavedU8
.convert
(InterleavedS32 input, Planar<GrayS32> output) Converts aInterleavedS32
into the equivalentPlanar
static InterleavedF32
convert
(InterleavedS64 input, InterleavedF32 output) Converts anInterleavedS64
into aInterleavedF32
.static InterleavedF64
convert
(InterleavedS64 input, InterleavedF64 output) Converts anInterleavedS64
into aInterleavedF64
.static InterleavedS16
convert
(InterleavedS64 input, InterleavedS16 output) Converts anInterleavedS64
into aInterleavedS16
.static InterleavedS32
convert
(InterleavedS64 input, InterleavedS32 output) Converts anInterleavedS64
into aInterleavedS32
.static InterleavedS8
convert
(InterleavedS64 input, InterleavedS8 output) Converts anInterleavedS64
into aInterleavedS8
.static InterleavedU16
convert
(InterleavedS64 input, InterleavedU16 output) Converts anInterleavedS64
into aInterleavedU16
.static InterleavedU8
convert
(InterleavedS64 input, InterleavedU8 output) Converts anInterleavedS64
into aInterleavedU8
.convert
(InterleavedS64 input, Planar<GrayS64> output) Converts aInterleavedS64
into the equivalentPlanar
static InterleavedF32
convert
(InterleavedS8 input, InterleavedF32 output) Converts anInterleavedS8
into aInterleavedF32
.static InterleavedF64
convert
(InterleavedS8 input, InterleavedF64 output) Converts anInterleavedS8
into aInterleavedF64
.static InterleavedS16
convert
(InterleavedS8 input, InterleavedS16 output) Converts anInterleavedS8
into aInterleavedS16
.static InterleavedS32
convert
(InterleavedS8 input, InterleavedS32 output) Converts anInterleavedS8
into aInterleavedS32
.static InterleavedS64
convert
(InterleavedS8 input, InterleavedS64 output) Converts anInterleavedS8
into aInterleavedS64
.static InterleavedU16
convert
(InterleavedS8 input, InterleavedU16 output) Converts anInterleavedS8
into aInterleavedU16
.static InterleavedU8
convert
(InterleavedS8 input, InterleavedU8 output) Converts anInterleavedS8
into aInterleavedU8
.convert
(InterleavedS8 input, Planar<GrayS8> output) Converts aInterleavedS8
into the equivalentPlanar
static InterleavedF32
convert
(InterleavedU16 input, InterleavedF32 output) Converts anInterleavedU16
into aInterleavedF32
.static InterleavedF64
convert
(InterleavedU16 input, InterleavedF64 output) Converts anInterleavedU16
into aInterleavedF64
.static InterleavedS16
convert
(InterleavedU16 input, InterleavedS16 output) Converts anInterleavedU16
into aInterleavedS16
.static InterleavedS32
convert
(InterleavedU16 input, InterleavedS32 output) Converts anInterleavedU16
into aInterleavedS32
.static InterleavedS64
convert
(InterleavedU16 input, InterleavedS64 output) Converts anInterleavedU16
into aInterleavedS64
.static InterleavedS8
convert
(InterleavedU16 input, InterleavedS8 output) Converts anInterleavedU16
into aInterleavedS8
.static InterleavedU8
convert
(InterleavedU16 input, InterleavedU8 output) Converts anInterleavedU16
into aInterleavedU8
.convert
(InterleavedU16 input, Planar<GrayU16> output) Converts aInterleavedU16
into the equivalentPlanar
static InterleavedF32
convert
(InterleavedU8 input, InterleavedF32 output) Converts anInterleavedU8
into aInterleavedF32
.static InterleavedF64
convert
(InterleavedU8 input, InterleavedF64 output) Converts anInterleavedU8
into aInterleavedF64
.static InterleavedS16
convert
(InterleavedU8 input, InterleavedS16 output) Converts anInterleavedU8
into aInterleavedS16
.static InterleavedS32
convert
(InterleavedU8 input, InterleavedS32 output) Converts anInterleavedU8
into aInterleavedS32
.static InterleavedS64
convert
(InterleavedU8 input, InterleavedS64 output) Converts anInterleavedU8
into aInterleavedS64
.static InterleavedS8
convert
(InterleavedU8 input, InterleavedS8 output) Converts anInterleavedU8
into aInterleavedS8
.static InterleavedU16
convert
(InterleavedU8 input, InterleavedU16 output) Converts anInterleavedU8
into aInterleavedU16
.convert
(InterleavedU8 input, Planar<GrayU8> output) Converts aInterleavedU8
into the equivalentPlanar
static InterleavedF32
convert
(Planar<GrayF32> input, InterleavedF32 output) Converts aPlanar
into the equivalentInterleavedF32
static InterleavedF64
convert
(Planar<GrayF64> input, InterleavedF64 output) Converts aPlanar
into the equivalentInterleavedF64
static InterleavedS16
convert
(Planar<GrayS16> input, InterleavedS16 output) Converts aPlanar
into the equivalentInterleavedS16
static InterleavedS32
convert
(Planar<GrayS32> input, InterleavedS32 output) Converts aPlanar
into the equivalentInterleavedS32
static InterleavedS64
convert
(Planar<GrayS64> input, InterleavedS64 output) Converts aPlanar
into the equivalentInterleavedS64
static InterleavedS8
convert
(Planar<GrayS8> input, InterleavedS8 output) Converts aPlanar
into the equivalentInterleavedS8
static InterleavedU16
convert
(Planar<GrayU16> input, InterleavedU16 output) Converts aPlanar
into the equivalentInterleavedU16
static InterleavedU8
convert
(Planar<GrayU8> input, InterleavedU8 output) Converts aPlanar
into the equivalentInterleavedU8
convertF32U8
(InterleavedF32 input, Planar<GrayU8> output) Converts aInterleavedF32
into the equivalentPlanar
static InterleavedU8
convertF32U8
(Planar<GrayF32> input, InterleavedU8 output) Converts aPlanar
into the equivalentInterleavedU8
convertU8F32
(InterleavedU8 input, Planar<GrayF32> output) Converts aInterleavedU8
into the equivalentPlanar
static InterleavedF32
convertU8F32
(Planar<GrayU8> input, InterleavedF32 output) Converts aPlanar
into the equivalentInterleavedF32
-
Constructor Details
-
ConvertImage
public ConvertImage()
-
-
Method Details
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU8
into aInterleavedS8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU8
into aInterleavedU16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU8
into aInterleavedS16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU8
into aInterleavedS32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU8
into aInterleavedS64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU8
into aInterleavedF32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU8
into aInterleavedF64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aPlanar
into aImageGray
by computing the average value of each pixel across all the bands.- Parameters:
input
- Input Planar image that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aPlanar
into the equivalentInterleavedU8
- Parameters:
input
- (Input) Planar image that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aInterleavedU8
into aGrayU8
by computing the average value of each pixel across all the bands.- Parameters:
input
- (Input) The ImageInterleaved that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aInterleavedU8
into the equivalentPlanar
- Parameters:
input
- (Input) ImageInterleaved that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts pixel values in the input image into an integer values from 0 to numValues.- Parameters:
input
- Input imagemin
- minimum input pixel value, inclusivemax
- maximum input pixel value, inclusivenumValues
- Number of possible pixel values in output imageoutput
- (Optional) Storage for the output image. Can be null.- Returns:
- The converted output image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS8
into aInterleavedU8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS8
into aInterleavedU16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS8
into aInterleavedS16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS8
into aInterleavedS32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS8
into aInterleavedS64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS8
into aInterleavedF32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS8
into aInterleavedF64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aPlanar
into aImageGray
by computing the average value of each pixel across all the bands.- Parameters:
input
- Input Planar image that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aPlanar
into the equivalentInterleavedS8
- Parameters:
input
- (Input) Planar image that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aInterleavedS8
into aGrayS8
by computing the average value of each pixel across all the bands.- Parameters:
input
- (Input) The ImageInterleaved that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aInterleavedS8
into the equivalentPlanar
- Parameters:
input
- (Input) ImageInterleaved that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts pixel values in the input image into an integer values from 0 to numValues.- Parameters:
input
- Input imagemin
- minimum input pixel value, inclusivemax
- maximum input pixel value, inclusivenumValues
- Number of possible pixel values in output imageoutput
- (Optional) Storage for the output image. Can be null.- Returns:
- The converted output image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU16
into aInterleavedU8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU16
into aInterleavedS8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU16
into aInterleavedS16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU16
into aInterleavedS32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU16
into aInterleavedS64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU16
into aInterleavedF32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedU16
into aInterleavedF64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aPlanar
into aImageGray
by computing the average value of each pixel across all the bands.- Parameters:
input
- Input Planar image that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aPlanar
into the equivalentInterleavedU16
- Parameters:
input
- (Input) Planar image that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aInterleavedU16
into aGrayU16
by computing the average value of each pixel across all the bands.- Parameters:
input
- (Input) The ImageInterleaved that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aInterleavedU16
into the equivalentPlanar
- Parameters:
input
- (Input) ImageInterleaved that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts pixel values in the input image into an integer values from 0 to numValues.- Parameters:
input
- Input imagemin
- minimum input pixel value, inclusivemax
- maximum input pixel value, inclusivenumValues
- Number of possible pixel values in output imageoutput
- (Optional) Storage for the output image. Can be null.- Returns:
- The converted output image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS16
into aInterleavedU8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS16
into aInterleavedS8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS16
into aInterleavedU16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS16
into aInterleavedS32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS16
into aInterleavedS64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS16
into aInterleavedF32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS16
into aInterleavedF64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aPlanar
into aImageGray
by computing the average value of each pixel across all the bands.- Parameters:
input
- Input Planar image that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aPlanar
into the equivalentInterleavedS16
- Parameters:
input
- (Input) Planar image that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aInterleavedS16
into aGrayS16
by computing the average value of each pixel across all the bands.- Parameters:
input
- (Input) The ImageInterleaved that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aInterleavedS16
into the equivalentPlanar
- Parameters:
input
- (Input) ImageInterleaved that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts pixel values in the input image into an integer values from 0 to numValues.- Parameters:
input
- Input imagemin
- minimum input pixel value, inclusivemax
- maximum input pixel value, inclusivenumValues
- Number of possible pixel values in output imageoutput
- (Optional) Storage for the output image. Can be null.- Returns:
- The converted output image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS32
into aInterleavedU8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS32
into aInterleavedS8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS32
into aInterleavedU16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS32
into aInterleavedS16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS32
into aInterleavedS64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS32
into aInterleavedF32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS32
into aInterleavedF64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aPlanar
into aImageGray
by computing the average value of each pixel across all the bands.- Parameters:
input
- Input Planar image that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aPlanar
into the equivalentInterleavedS32
- Parameters:
input
- (Input) Planar image that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aInterleavedS32
into aGrayS32
by computing the average value of each pixel across all the bands.- Parameters:
input
- (Input) The ImageInterleaved that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aInterleavedS32
into the equivalentPlanar
- Parameters:
input
- (Input) ImageInterleaved that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts pixel values in the input image into an integer values from 0 to numValues.- Parameters:
input
- Input imagemin
- minimum input pixel value, inclusivemax
- maximum input pixel value, inclusivenumValues
- Number of possible pixel values in output imageoutput
- (Optional) Storage for the output image. Can be null.- Returns:
- The converted output image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS64
into aInterleavedU8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS64
into aInterleavedS8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS64
into aInterleavedU16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS64
into aInterleavedS16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS64
into aInterleavedS32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS64
into aInterleavedF32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedS64
into aInterleavedF64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aPlanar
into aImageGray
by computing the average value of each pixel across all the bands.- Parameters:
input
- Input Planar image that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aPlanar
into the equivalentInterleavedS64
- Parameters:
input
- (Input) Planar image that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aInterleavedS64
into aGrayS64
by computing the average value of each pixel across all the bands.- Parameters:
input
- (Input) The ImageInterleaved that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aInterleavedS64
into the equivalentPlanar
- Parameters:
input
- (Input) ImageInterleaved that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts pixel values in the input image into an integer values from 0 to numValues.- Parameters:
input
- Input imagemin
- minimum input pixel value, inclusivemax
- maximum input pixel value, inclusivenumValues
- Number of possible pixel values in output imageoutput
- (Optional) Storage for the output image. Can be null.- Returns:
- The converted output image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF32
into aInterleavedU8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF32
into aInterleavedS8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF32
into aInterleavedU16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF32
into aInterleavedS16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF32
into aInterleavedS32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF32
into aInterleavedS64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF32
into aInterleavedF64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aPlanar
into aImageGray
by computing the average value of each pixel across all the bands.- Parameters:
input
- Input Planar image that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aPlanar
into the equivalentInterleavedF32
- Parameters:
input
- (Input) Planar image that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aInterleavedF32
into aGrayF32
by computing the average value of each pixel across all the bands.- Parameters:
input
- (Input) The ImageInterleaved that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aInterleavedF32
into the equivalentPlanar
- Parameters:
input
- (Input) ImageInterleaved that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts pixel values in the input image into an integer values from 0 to numValues.- Parameters:
input
- Input imagemin
- minimum input pixel value, inclusivemax
- maximum input pixel value, inclusivenumValues
- Number of possible pixel values in output imageoutput
- (Optional) Storage for the output image. Can be null.- Returns:
- The converted output image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF64
into aInterleavedU8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF64
into aInterleavedS8
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF64
into aInterleavedU16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF64
into aInterleavedS16
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF64
into aInterleavedS32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF64
into aInterleavedS64
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts an
InterleavedF64
into aInterleavedF32
.- Parameters:
input
- Input image which is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aPlanar
into aImageGray
by computing the average value of each pixel across all the bands.- Parameters:
input
- Input Planar image that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aPlanar
into the equivalentInterleavedF64
- Parameters:
input
- (Input) Planar image that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
average
Converts aInterleavedF64
into aGrayF64
by computing the average value of each pixel across all the bands.- Parameters:
input
- (Input) The ImageInterleaved that is being converted. Not modified.output
- (Optional) The single band output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts aInterleavedF64
into the equivalentPlanar
- Parameters:
input
- (Input) ImageInterleaved that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convert
Converts pixel values in the input image into an integer values from 0 to numValues.- Parameters:
input
- Input imagemin
- minimum input pixel value, inclusivemax
- maximum input pixel value, inclusivenumValues
- Number of possible pixel values in output imageoutput
- (Optional) Storage for the output image. Can be null.- Returns:
- The converted output image.
-
convertU8F32
Converts aInterleavedU8
into the equivalentPlanar
- Parameters:
input
- (Input) ImageInterleaved that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convertF32U8
Converts aInterleavedF32
into the equivalentPlanar
- Parameters:
input
- (Input) ImageInterleaved that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convertU8F32
Converts aPlanar
into the equivalentInterleavedF32
- Parameters:
input
- (Input) Planar image that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-
convertF32U8
Converts aPlanar
into the equivalentInterleavedU8
- Parameters:
input
- (Input) Planar image that is being converted. Not modified.output
- (Optional) The output image. If null a new image is created. Modified.- Returns:
- Converted image.
-