Typedefs | |
typedef cvbuint16_t | TLUT16[65536] |
One-dimensional 16-bit LUT. | |
typedef cvbuint8_t | TLUT8[256] |
One-dimensional 8-bit LUT. | |
typedef cvbuint8_t | TLUT88[256][256] |
Two-dimensional 8-bit LUT. | |
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.
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.