|
FireSync API
|
Abstract base class for image inversion algorithm implementations.

Public Member Functions | |
| kStatus | kInvertAlg_Construct (kInvertAlg *algorithm, const kInvertAlgParams *params, kAlloc allocator) |
| Constructs a specific kInvertAlg child instance. More... | |
| kStatus | kInvertAlg_Execute (kInvertAlg algorithm, kImage input, kBool inputExclusive, kImage *output) |
| Executes the invert operation. More... | |