boofcv.core.image
Class InterleavedImageOps
- java.lang.Object
-
- boofcv.core.image.InterleavedImageOps
-
public class InterleavedImageOps extends java.lang.ObjectFunctions related to interleaved images.
-
-
Constructor Summary
Constructors Constructor and Description InterleavedImageOps()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmerge2(GrayF32 band0, GrayF32 band1, InterleavedF32 interleaved)Combines twoImageGrayinto a singleImageInterleaved.static voidsplit2(InterleavedF32 interleaved, GrayF32 band0, GrayF32 band1)Splits the 2-band interleaved into into twoImageGray.
-
-
-
Method Detail
-
split2
public static void split2(InterleavedF32 interleaved, GrayF32 band0, GrayF32 band1)
Splits the 2-band interleaved into into twoImageGray.- Parameters:
interleaved- (Input) Interleaved image with 2 bandsband0- (Output) band 0band1- (Output) band 1
-
merge2
public static void merge2(GrayF32 band0, GrayF32 band1, InterleavedF32 interleaved)
Combines twoImageGrayinto a singleImageInterleaved.- Parameters:
band0- (Input) band 0band1- (Input) band 1interleaved- (Output) Interleaved image with 2 bands
-
-
DataMelt 3.0 © DataMelt by jWork.ORG