|
FireSync API
|
Collection of image processing utility functions.

Public Member Functions | |
| kStatus | kIpp_Demosaic (kImage input, kImage output, kDemosaicStyle style) |
| Demosaics a greyscale, bayer-masked image to generate a color image. More... | |
| kStatus | kIpp_Mirror (kImage input, kImage output, kAxis axes) |
| Mirrors an input image in the X and/or Y axes. More... | |
| kStatus | kIpp_Pack (kImage input, kImage output) |
| Bit-packs an input image. More... | |
| kStatus | kIpp_ResizeShift (kImage input, kImage output, kArray1 temp, k64f xs, k64f ys, k64f xOrigin, k64f yOrigin) |
| Resamples an input image to generate a scaled, shifted output image. More... | |
| kStatus | kIpp_Transpose (kImage input, kImage output) |
| Transposes an image. More... | |
| kStatus | kIpp_Unpack (kImage input, kImage output) |
| Bit-unpacks an input image. More... | |