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