TLIB documentation
#include "tlVision.h"


Go to the source code of this file.
Functions | |
| int | tl_rotate_right (tlPixel *src, int width, int height, int pixel_width, tlPixel *dest) |
| int | tl_rotate_left (tlPixel *src, int width, int height, int pixel_width, tlPixel *dest) |
Rotate a pixel array counter-clockwise, put result in another array.
| src | image pixel array | |
| width | image width | |
| height | image height | |
| pixel_width | pixel width | |
| dest | [out] destination pixel array |
Rotate a pixel array clockwise, put result in another array.
| src | image pixel array | |
| width | image width | |
| height | image height | |
| pixel_width | pixel width | |
| dest | [out] destination pixel array |