
Go to the source code of this file.
Namespaces | |
| namespace | fovis |
quick and dirty profiling tool. inspired by the matlab tic/toc command | |
Functions | |
| static void | fovis::mean_stddev (const uint8_t *buf, int stride, int width, int height, float *mean, float *stddev) |
| void | fovis::normalize_image (uint8_t *buf, int stride, int width, int height) |
| Normalize image intensities in place to approximately have mean 128 and sd 74. | |