#include <inttypes.h>

Go to the source code of this file.
Namespaces | |
| namespace | fovis |
quick and dirty profiling tool. inspired by the matlab tic/toc command | |
Functions | |
| 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. | |