public class ConvertInterleavedToSingle
extends java.lang.Object
ImageInterleaved into
ImageGray.
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,
GrayF32 to) |
static void |
average(InterleavedF64 from,
GrayF64 to) |
static void |
average(InterleavedS16 from,
GrayS16 to) |
static void |
average(InterleavedS32 from,
GrayS32 to) |
static void |
average(InterleavedS64 from,
GrayS64 to) |
static void |
average(InterleavedS8 from,
GrayS8 to) |
static void |
average(InterleavedU16 from,
GrayU16 to) |
static void |
average(InterleavedU8 from,
GrayU8 to) |
public static void average(InterleavedU8 from, GrayU8 to)
public static void average(InterleavedS8 from, GrayS8 to)
public static void average(InterleavedU16 from, GrayU16 to)
public static void average(InterleavedS16 from, GrayS16 to)
public static void average(InterleavedS32 from, GrayS32 to)
public static void average(InterleavedS64 from, GrayS64 to)
public static void average(InterleavedF32 from, GrayF32 to)
public static void average(InterleavedF64 from, GrayF64 to)