Foundation (Arithmetic.dll) 14.0
Data Types

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...
 

Detailed Description

Typedef Documentation

◆ TLUT16

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.

Attention
Two-dimensional arrays cannot be defined in Visual Basic. Regrettably, the LUT functions thus cannot be used in Visual Basic.
Supported platforms:
Win32
Win64
Linux

◆ TLUT8

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.

Attention
Two-dimensional arrays cannot be defined in Visual Basic. Regrettably, the LUT functions thus cannot be used in Visual Basic.
Supported platforms:
Win32
Win64
Linux

◆ TLUT88

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.

Attention
Two-dimensional arrays cannot be defined in Visual Basic. Regrettably, the LUT functions thus cannot be used in Visual Basic.
Supported platforms:
Win32
Win64
Linux