boofcv.core.image.impl
Class ConvertInterleavedToSingle
- java.lang.Object
-
- boofcv.core.image.impl.ConvertInterleavedToSingle
-
public class ConvertInterleavedToSingle extends java.lang.ObjectLow level implementations of different methods for convertingImageInterleavedintoImageGray.- Average computes the average value of each pixel across the bands.
DO NOT MODIFY: This class was automatically generated by
boofcv.core.image.impl.GenerateConvertInterleavedToSingle
-
-
Constructor Summary
Constructors Constructor and Description ConvertInterleavedToSingle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidaverage(InterleavedF32 from, GrayF32 to)static voidaverage(InterleavedF64 from, GrayF64 to)static voidaverage(InterleavedS16 from, GrayS16 to)static voidaverage(InterleavedS32 from, GrayS32 to)static voidaverage(InterleavedS64 from, GrayS64 to)static voidaverage(InterleavedS8 from, GrayS8 to)static voidaverage(InterleavedU16 from, GrayU16 to)static voidaverage(InterleavedU8 from, GrayU8 to)
-
-
-
Method Detail
-
average
public static void average(InterleavedU8 from, GrayU8 to)
-
average
public static void average(InterleavedS8 from, GrayS8 to)
-
average
public static void average(InterleavedU16 from, GrayU16 to)
-
average
public static void average(InterleavedS16 from, GrayS16 to)
-
average
public static void average(InterleavedS32 from, GrayS32 to)
-
average
public static void average(InterleavedS64 from, GrayS64 to)
-
average
public static void average(InterleavedF32 from, GrayF32 to)
-
average
public static void average(InterleavedF64 from, GrayF64 to)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG