public class ImplConvertImage
extends java.lang.Object
Functions for converting between different primitive image types. Numerical values do not change or are closely approximated in these functions.
DO NOT MODIFY: This class was automatically generated by GenerateImplConvertImage
| Constructor and Description |
|---|
ImplConvertImage() |
public static void convert(InterleavedU8 from, InterleavedI8 to)
public static void convert(InterleavedU8 from, InterleavedI16 to)
public static void convert(InterleavedU8 from, InterleavedS32 to)
public static void convert(InterleavedU8 from, InterleavedS64 to)
public static void convert(InterleavedU8 from, InterleavedF32 to)
public static void convert(InterleavedU8 from, InterleavedF64 to)
public static void convert(InterleavedU8 input, Planar<GrayU8> output)
public static void convert(Planar<GrayU8> input, InterleavedU8 output)
public static void convert(InterleavedS8 from, InterleavedI8 to)
public static void convert(InterleavedS8 from, InterleavedI16 to)
public static void convert(InterleavedS8 from, InterleavedS32 to)
public static void convert(InterleavedS8 from, InterleavedS64 to)
public static void convert(InterleavedS8 from, InterleavedF32 to)
public static void convert(InterleavedS8 from, InterleavedF64 to)
public static void convert(InterleavedS8 input, Planar<GrayS8> output)
public static void convert(Planar<GrayS8> input, InterleavedS8 output)
public static void convert(InterleavedU16 from, InterleavedI8 to)
public static void convert(InterleavedU16 from, InterleavedI16 to)
public static void convert(InterleavedU16 from, InterleavedS32 to)
public static void convert(InterleavedU16 from, InterleavedS64 to)
public static void convert(InterleavedU16 from, InterleavedF32 to)
public static void convert(InterleavedU16 from, InterleavedF64 to)
public static void convert(InterleavedU16 input, Planar<GrayU16> output)
public static void convert(Planar<GrayU16> input, InterleavedU16 output)
public static void convert(InterleavedS16 from, InterleavedI8 to)
public static void convert(InterleavedS16 from, InterleavedI16 to)
public static void convert(InterleavedS16 from, InterleavedS32 to)
public static void convert(InterleavedS16 from, InterleavedS64 to)
public static void convert(InterleavedS16 from, InterleavedF32 to)
public static void convert(InterleavedS16 from, InterleavedF64 to)
public static void convert(InterleavedS16 input, Planar<GrayS16> output)
public static void convert(Planar<GrayS16> input, InterleavedS16 output)
public static void convert(InterleavedS32 from, InterleavedI8 to)
public static void convert(InterleavedS32 from, InterleavedI16 to)
public static void convert(InterleavedS32 from, InterleavedS64 to)
public static void convert(InterleavedS32 from, InterleavedF32 to)
public static void convert(InterleavedS32 from, InterleavedF64 to)
public static void convert(InterleavedS32 input, Planar<GrayS32> output)
public static void convert(Planar<GrayS32> input, InterleavedS32 output)
public static void convert(InterleavedS64 from, InterleavedI8 to)
public static void convert(InterleavedS64 from, InterleavedI16 to)
public static void convert(InterleavedS64 from, InterleavedS32 to)
public static void convert(InterleavedS64 from, InterleavedF32 to)
public static void convert(InterleavedS64 from, InterleavedF64 to)
public static void convert(InterleavedS64 input, Planar<GrayS64> output)
public static void convert(Planar<GrayS64> input, InterleavedS64 output)
public static void convert(InterleavedF32 from, InterleavedI8 to)
public static void convert(InterleavedF32 from, InterleavedI16 to)
public static void convert(InterleavedF32 from, InterleavedS32 to)
public static void convert(InterleavedF32 from, InterleavedS64 to)
public static void convert(InterleavedF32 from, InterleavedF64 to)
public static void convert(InterleavedF32 input, Planar<GrayF32> output)
public static void convert(Planar<GrayF32> input, InterleavedF32 output)
public static void convert(InterleavedF64 from, InterleavedI8 to)
public static void convert(InterleavedF64 from, InterleavedI16 to)
public static void convert(InterleavedF64 from, InterleavedS32 to)
public static void convert(InterleavedF64 from, InterleavedS64 to)
public static void convert(InterleavedF64 from, InterleavedF32 to)
public static void convert(InterleavedF64 input, Planar<GrayF64> output)
public static void convert(Planar<GrayF64> input, InterleavedF64 output)