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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GrayF32average(InterleavedF32 input, GrayF32 output) Converts aInterleavedF32into aGrayF32by computing the average value of each pixel across all the bands.static GrayF64average(InterleavedF64 input, GrayF64 output) Converts aInterleavedF64into aGrayF64by computing the average value of each pixel across all the bands.static GrayS16average(InterleavedS16 input, GrayS16 output) Converts aInterleavedS16into aGrayS16by computing the average value of each pixel across all the bands.static GrayS32average(InterleavedS32 input, GrayS32 output) Converts aInterleavedS32into aGrayS32by computing the average value of each pixel across all the bands.static GrayS64average(InterleavedS64 input, GrayS64 output) Converts aInterleavedS64into aGrayS64by computing the average value of each pixel across all the bands.static GrayS8average(InterleavedS8 input, GrayS8 output) Converts aInterleavedS8into aGrayS8by computing the average value of each pixel across all the bands.static GrayU16average(InterleavedU16 input, GrayU16 output) Converts aInterleavedU16into aGrayU16by computing the average value of each pixel across all the bands.static GrayU8average(InterleavedU8 input, GrayU8 output) Converts aInterleavedU8into aGrayU8by computing the average value of each pixel across all the bands.static GrayF32static GrayF64static GrayS16static GrayS32static GrayS64static GrayS8static GrayU16static GrayU8static GrayU8Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF64static GrayS16static GrayS32static GrayS64static GrayS8static GrayU16static GrayU8static GrayU8Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32static GrayS16static GrayS32static GrayS64static GrayS8static GrayU16static GrayU8static GrayU8Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32static GrayF64static GrayS32static GrayS64static GrayS8static GrayU16static GrayU8static GrayU8Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32static GrayF64static GrayS16static GrayS64static GrayS8static GrayU16static GrayU8static GrayU8Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32static GrayF64static GrayS16static GrayS32static GrayS8static GrayU16static GrayU8static GrayU8Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32static GrayF64static GrayS16static GrayS32static GrayS64static GrayU16static GrayU8static GrayU8Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32static GrayF64static GrayS16static GrayS32static GrayS64static GrayS8static GrayU8static GrayU8Converts pixel values in the input image into an integer values from 0 to numValues.static GrayF32static GrayF64static GrayS16static GrayS32static GrayS64static GrayS8static GrayU16static InterleavedF64convert(InterleavedF32 input, InterleavedF64 output) Converts anInterleavedF32into aInterleavedF64.static InterleavedS16convert(InterleavedF32 input, InterleavedS16 output) Converts anInterleavedF32into aInterleavedS16.static InterleavedS32convert(InterleavedF32 input, InterleavedS32 output) Converts anInterleavedF32into aInterleavedS32.static InterleavedS64convert(InterleavedF32 input, InterleavedS64 output) Converts anInterleavedF32into aInterleavedS64.static InterleavedS8convert(InterleavedF32 input, InterleavedS8 output) Converts anInterleavedF32into aInterleavedS8.static InterleavedU16convert(InterleavedF32 input, InterleavedU16 output) Converts anInterleavedF32into aInterleavedU16.static InterleavedU8convert(InterleavedF32 input, InterleavedU8 output) Converts anInterleavedF32into aInterleavedU8.convert(InterleavedF32 input, Planar<GrayF32> output) Converts aInterleavedF32into the equivalentPlanarstatic InterleavedF32convert(InterleavedF64 input, InterleavedF32 output) Converts anInterleavedF64into aInterleavedF32.static InterleavedS16convert(InterleavedF64 input, InterleavedS16 output) Converts anInterleavedF64into aInterleavedS16.static InterleavedS32convert(InterleavedF64 input, InterleavedS32 output) Converts anInterleavedF64into aInterleavedS32.static InterleavedS64convert(InterleavedF64 input, InterleavedS64 output) Converts anInterleavedF64into aInterleavedS64.static InterleavedS8convert(InterleavedF64 input, InterleavedS8 output) Converts anInterleavedF64into aInterleavedS8.static InterleavedU16convert(InterleavedF64 input, InterleavedU16 output) Converts anInterleavedF64into aInterleavedU16.static InterleavedU8convert(InterleavedF64 input, InterleavedU8 output) Converts anInterleavedF64into aInterleavedU8.convert(InterleavedF64 input, Planar<GrayF64> output) Converts aInterleavedF64into the equivalentPlanarstatic InterleavedF32convert(InterleavedS16 input, InterleavedF32 output) Converts anInterleavedS16into aInterleavedF32.static InterleavedF64convert(InterleavedS16 input, InterleavedF64 output) Converts anInterleavedS16into aInterleavedF64.static InterleavedS32convert(InterleavedS16 input, InterleavedS32 output) Converts anInterleavedS16into aInterleavedS32.static InterleavedS64convert(InterleavedS16 input, InterleavedS64 output) Converts anInterleavedS16into aInterleavedS64.static InterleavedS8convert(InterleavedS16 input, InterleavedS8 output) Converts anInterleavedS16into aInterleavedS8.static InterleavedU16convert(InterleavedS16 input, InterleavedU16 output) Converts anInterleavedS16into aInterleavedU16.static InterleavedU8convert(InterleavedS16 input, InterleavedU8 output) Converts anInterleavedS16into aInterleavedU8.convert(InterleavedS16 input, Planar<GrayS16> output) Converts aInterleavedS16into the equivalentPlanarstatic InterleavedF32convert(InterleavedS32 input, InterleavedF32 output) Converts anInterleavedS32into aInterleavedF32.static InterleavedF64convert(InterleavedS32 input, InterleavedF64 output) Converts anInterleavedS32into aInterleavedF64.static InterleavedS16convert(InterleavedS32 input, InterleavedS16 output) Converts anInterleavedS32into aInterleavedS16.static InterleavedS64convert(InterleavedS32 input, InterleavedS64 output) Converts anInterleavedS32into aInterleavedS64.static InterleavedS8convert(InterleavedS32 input, InterleavedS8 output) Converts anInterleavedS32into aInterleavedS8.static InterleavedU16convert(InterleavedS32 input, InterleavedU16 output) Converts anInterleavedS32into aInterleavedU16.static InterleavedU8convert(InterleavedS32 input, InterleavedU8 output) Converts anInterleavedS32into aInterleavedU8.convert(InterleavedS32 input, Planar<GrayS32> output) Converts aInterleavedS32into the equivalentPlanarstatic InterleavedF32convert(InterleavedS64 input, InterleavedF32 output) Converts anInterleavedS64into aInterleavedF32.static InterleavedF64convert(InterleavedS64 input, InterleavedF64 output) Converts anInterleavedS64into aInterleavedF64.static InterleavedS16convert(InterleavedS64 input, InterleavedS16 output) Converts anInterleavedS64into aInterleavedS16.static InterleavedS32convert(InterleavedS64 input, InterleavedS32 output) Converts anInterleavedS64into aInterleavedS32.static InterleavedS8convert(InterleavedS64 input, InterleavedS8 output) Converts anInterleavedS64into aInterleavedS8.static InterleavedU16convert(InterleavedS64 input, InterleavedU16 output) Converts anInterleavedS64into aInterleavedU16.static InterleavedU8convert(InterleavedS64 input, InterleavedU8 output) Converts anInterleavedS64into aInterleavedU8.convert(InterleavedS64 input, Planar<GrayS64> output) Converts aInterleavedS64into the equivalentPlanarstatic InterleavedF32convert(InterleavedS8 input, InterleavedF32 output) Converts anInterleavedS8into aInterleavedF32.static InterleavedF64convert(InterleavedS8 input, InterleavedF64 output) Converts anInterleavedS8into aInterleavedF64.static InterleavedS16convert(InterleavedS8 input, InterleavedS16 output) Converts anInterleavedS8into aInterleavedS16.static InterleavedS32convert(InterleavedS8 input, InterleavedS32 output) Converts anInterleavedS8into aInterleavedS32.static InterleavedS64convert(InterleavedS8 input, InterleavedS64 output) Converts anInterleavedS8into aInterleavedS64.static InterleavedU16convert(InterleavedS8 input, InterleavedU16 output) Converts anInterleavedS8into aInterleavedU16.static InterleavedU8convert(InterleavedS8 input, InterleavedU8 output) Converts anInterleavedS8into aInterleavedU8.convert(InterleavedS8 input, Planar<GrayS8> output) Converts aInterleavedS8into the equivalentPlanarstatic InterleavedF32convert(InterleavedU16 input, InterleavedF32 output) Converts anInterleavedU16into aInterleavedF32.static InterleavedF64convert(InterleavedU16 input, InterleavedF64 output) Converts anInterleavedU16into aInterleavedF64.static InterleavedS16convert(InterleavedU16 input, InterleavedS16 output) Converts anInterleavedU16into aInterleavedS16.static InterleavedS32convert(InterleavedU16 input, InterleavedS32 output) Converts anInterleavedU16into aInterleavedS32.static InterleavedS64convert(InterleavedU16 input, InterleavedS64 output) Converts anInterleavedU16into aInterleavedS64.static InterleavedS8convert(InterleavedU16 input, InterleavedS8 output) Converts anInterleavedU16into aInterleavedS8.static InterleavedU8convert(InterleavedU16 input, InterleavedU8 output) Converts anInterleavedU16into aInterleavedU8.convert(InterleavedU16 input, Planar<GrayU16> output) Converts aInterleavedU16into the equivalentPlanarstatic InterleavedF32convert(InterleavedU8 input, InterleavedF32 output) Converts anInterleavedU8into aInterleavedF32.static InterleavedF64convert(InterleavedU8 input, InterleavedF64 output) Converts anInterleavedU8into aInterleavedF64.static InterleavedS16convert(InterleavedU8 input, InterleavedS16 output) Converts anInterleavedU8into aInterleavedS16.static InterleavedS32convert(InterleavedU8 input, InterleavedS32 output) Converts anInterleavedU8into aInterleavedS32.static InterleavedS64convert(InterleavedU8 input, InterleavedS64 output) Converts anInterleavedU8into aInterleavedS64.static InterleavedS8convert(InterleavedU8 input, InterleavedS8 output) Converts anInterleavedU8into aInterleavedS8.static InterleavedU16convert(InterleavedU8 input, InterleavedU16 output) Converts anInterleavedU8into aInterleavedU16.convert(InterleavedU8 input, Planar<GrayU8> output) Converts aInterleavedU8into the equivalentPlanarstatic InterleavedF32convert(Planar<GrayF32> input, InterleavedF32 output) Converts aPlanarinto the equivalentInterleavedF32static InterleavedF64convert(Planar<GrayF64> input, InterleavedF64 output) Converts aPlanarinto the equivalentInterleavedF64static InterleavedS16convert(Planar<GrayS16> input, InterleavedS16 output) Converts aPlanarinto the equivalentInterleavedS16static InterleavedS32convert(Planar<GrayS32> input, InterleavedS32 output) Converts aPlanarinto the equivalentInterleavedS32static InterleavedS64convert(Planar<GrayS64> input, InterleavedS64 output) Converts aPlanarinto the equivalentInterleavedS64static InterleavedS8convert(Planar<GrayS8> input, InterleavedS8 output) Converts aPlanarinto the equivalentInterleavedS8static InterleavedU16convert(Planar<GrayU16> input, InterleavedU16 output) Converts aPlanarinto the equivalentInterleavedU16static InterleavedU8convert(Planar<GrayU8> input, InterleavedU8 output) Converts aPlanarinto the equivalentInterleavedU8convertF32U8(InterleavedF32 input, Planar<GrayU8> output) Converts aInterleavedF32into the equivalentPlanarstatic InterleavedU8convertF32U8(Planar<GrayF32> input, InterleavedU8 output) Converts aPlanarinto the equivalentInterleavedU8convertU8F32(InterleavedU8 input, Planar<GrayF32> output) Converts aInterleavedU8into the equivalentPlanarstatic InterleavedF32convertU8F32(Planar<GrayU8> input, InterleavedF32 output) Converts aPlanarinto 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
InterleavedU8into 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
InterleavedU8into 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
InterleavedU8into 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
InterleavedU8into 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
InterleavedU8into 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
InterleavedU8into 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
InterleavedU8into 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 aPlanarinto aImageGrayby 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 aPlanarinto 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 aInterleavedU8into aGrayU8by 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 aInterleavedU8into 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
InterleavedS8into 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
InterleavedS8into 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
InterleavedS8into 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
InterleavedS8into 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
InterleavedS8into 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
InterleavedS8into 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
InterleavedS8into 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 aPlanarinto aImageGrayby 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 aPlanarinto 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 aInterleavedS8into aGrayS8by 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 aInterleavedS8into 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
InterleavedU16into 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
InterleavedU16into 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
InterleavedU16into 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
InterleavedU16into 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
InterleavedU16into 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
InterleavedU16into 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
InterleavedU16into 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 aPlanarinto aImageGrayby 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 aPlanarinto 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 aInterleavedU16into aGrayU16by 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 aInterleavedU16into 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
InterleavedS16into 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
InterleavedS16into 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
InterleavedS16into 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
InterleavedS16into 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
InterleavedS16into 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
InterleavedS16into 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
InterleavedS16into 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 aPlanarinto aImageGrayby 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 aPlanarinto 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 aInterleavedS16into aGrayS16by 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 aInterleavedS16into 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
InterleavedS32into 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
InterleavedS32into 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
InterleavedS32into 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
InterleavedS32into 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
InterleavedS32into 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
InterleavedS32into 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
InterleavedS32into 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 aPlanarinto aImageGrayby 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 aPlanarinto 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 aInterleavedS32into aGrayS32by 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 aInterleavedS32into 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
InterleavedS64into 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
InterleavedS64into 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
InterleavedS64into 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
InterleavedS64into 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
InterleavedS64into 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
InterleavedS64into 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
InterleavedS64into 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 aPlanarinto aImageGrayby 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 aPlanarinto 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 aInterleavedS64into aGrayS64by 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 aInterleavedS64into 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
InterleavedF32into 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
InterleavedF32into 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
InterleavedF32into 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
InterleavedF32into 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
InterleavedF32into 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
InterleavedF32into 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
InterleavedF32into 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 aPlanarinto aImageGrayby 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 aPlanarinto 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 aInterleavedF32into aGrayF32by 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 aInterleavedF32into 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
InterleavedF64into 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
InterleavedF64into 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
InterleavedF64into 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
InterleavedF64into 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
InterleavedF64into 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
InterleavedF64into 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
InterleavedF64into 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 aPlanarinto aImageGrayby 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 aPlanarinto 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 aInterleavedF64into aGrayF64by 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 aInterleavedF64into 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 aInterleavedU8into 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 aInterleavedF32into 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 aPlanarinto 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 aPlanarinto 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.
-