public class ImplConvertMsToGray
extends java.lang.Object
| Constructor and Description |
|---|
ImplConvertMsToGray() |
| Modifier and Type | Method and Description |
|---|---|
static void |
average(Planar<GrayF32> from,
GrayF32 to) |
static void |
average(Planar<GrayF64> from,
GrayF64 to) |
static void |
average(Planar<GrayS16> from,
GrayS16 to) |
static void |
average(Planar<GrayS32> from,
GrayS32 to) |
static void |
average(Planar<GrayS64> from,
GrayS64 to) |
static void |
average(Planar<GrayS8> from,
GrayS8 to) |
static void |
average(Planar<GrayU16> from,
GrayU16 to) |
static void |
average(Planar<GrayU8> from,
GrayU8 to) |