LibCapy - colorCorrectionBezier

Color correction using bezier surface approximation.

Macros:

Enumerations:

None.

Typedefs:

None.

Struct CapyColorCorrBezier :

Struct CapyColorCorrBezier's properties:

Inherits CapyColorCorr

Bezier surface used to perform the correction

Order of the bezier surface, if it's equal to 0 when match() is called the best order is automatically calculated (default value: 0)

Number of anchor per axis to avoid divergence (default: 3)

Struct CapyColorCorrBezier's methods:

Destructor

Functions:

Create a CapyColorCorrBezier

Output and side effect(s):

Return a CapyColorCorrBezier

Allocate memory for a new CapyColorCorrBezier and create it

Output and side effect(s):

Return a CapyColorCorrBezier

Exception(s):

May raise CapyExc_MallocFailed.

Free the memory used by a CapyColorCorrBezier* and reset '*that' to NULL

Input argument(s):

that: a pointer to the CapyColorCorrBezier to free

2022-07-11
in LibCapy,
32 views
Copyright 2021-2024 Baillehache Pascal