Typedefs | |
typedef cvbuint16_t | TLUT16[65536] |
One-dimensional 16-bit LUT. More... | |
typedef cvbuint8_t | TLUT8[256] |
One-dimensional 8-bit LUT. More... | |
typedef cvbuint8_t | TLUT88[256][256] |
Two-dimensional 8-bit LUT. More... | |
typedef cvbuint16_t TLUT16[65536] |
One-dimensional 16-bit LUT.
Special data types are defined for the use of LUT functions in the C header or the Delphi unit or compiler relevant header files. These are one-dimensional and two-dimensional arrays in which the user can define the actual LUT.
typedef cvbuint8_t TLUT8[256] |
One-dimensional 8-bit LUT.
Special data types are defined for the use of LUT functions in the C header or the Delphi unit or compiler relevant header files. These are one-dimensional and two-dimensional arrays in which the user can define the actual LUT.
typedef cvbuint8_t TLUT88[256][256] |
Two-dimensional 8-bit LUT.
Special data types are defined for the use of LUT functions in the C header or the Delphi unit or compiler relevant header files. These are one-dimensional and two-dimensional arrays in which the user can define the actual LUT.