|
FireSync API
|
| kStatus kInvertAlg_Execute | ( | kInvertAlg | algorithm, |
| kImage | input, | ||
| kBool | inputExclusive, | ||
| kImage * | output | ||
| ) |
Executes the invert operation.
| algorithm | kInvertAlg object. |
| input | Image to be inverted. |
| inputExclusive | Is the input array exclusively owned (known to be not shared)? |
| output | Receives inverted output image. |