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