public class InterleavedImageOps
extends java.lang.Object
| Constructor and Description |
|---|
InterleavedImageOps() |
| Modifier and Type | Method and Description |
|---|---|
static void |
merge2(ImageFloat32 band0,
ImageFloat32 band1,
InterleavedF32 interleaved)
Combines two
ImageSingleBand into a single ImageInterleaved. |
static void |
split2(InterleavedF32 interleaved,
ImageFloat32 band0,
ImageFloat32 band1)
Splits the 2-band interleaved into into two
ImageSingleBand. |
public static void split2(InterleavedF32 interleaved, ImageFloat32 band0, ImageFloat32 band1)
ImageSingleBand.interleaved - (Input) Interleaved image with 2 bandsband0 - (Output) band 0band1 - (Output) band 1public static void merge2(ImageFloat32 band0, ImageFloat32 band1, InterleavedF32 interleaved)
ImageSingleBand into a single ImageInterleaved.band0 - (Input) band 0band1 - (Input) band 1interleaved - (Output) Interleaved image with 2 bands