public class ConvertInterleavedToSingle
extends java.lang.Object
ImageInterleaved into
ImageSingleBand.
DO NOT MODIFY: This class was automatically generated by boofcv.core.image.impl.GenerateConvertInterleavedToSingle
| Constructor and Description |
|---|
ConvertInterleavedToSingle() |
| Modifier and Type | Method and Description |
|---|---|
static void |
average(InterleavedF32 from,
ImageFloat32 to) |
static void |
average(InterleavedF64 from,
ImageFloat64 to) |
static void |
average(InterleavedS16 from,
ImageSInt16 to) |
static void |
average(InterleavedS32 from,
ImageSInt32 to) |
static void |
average(InterleavedS64 from,
ImageSInt64 to) |
static void |
average(InterleavedS8 from,
ImageSInt8 to) |
static void |
average(InterleavedU16 from,
ImageUInt16 to) |
static void |
average(InterleavedU8 from,
ImageUInt8 to) |
public static void average(InterleavedU8 from, ImageUInt8 to)
public static void average(InterleavedS8 from, ImageSInt8 to)
public static void average(InterleavedU16 from, ImageUInt16 to)
public static void average(InterleavedS16 from, ImageSInt16 to)
public static void average(InterleavedS32 from, ImageSInt32 to)
public static void average(InterleavedS64 from, ImageSInt64 to)
public static void average(InterleavedF32 from, ImageFloat32 to)
public static void average(InterleavedF64 from, ImageFloat64 to)