libfovis
Main Page
Modules
Classes
Files
File List
libfovis
normalize_image.hpp
1
#ifndef __fovis_normalize_image_hpp__
2
#define __fovis_normalize_image_hpp__
3
4
#include <inttypes.h>
5
6
namespace
fovis
7
{
8
12
void
normalize_image
(uint8_t * buf,
int
stride,
int
width,
int
height);
13
14
}
15
16
#endif
fovis::normalize_image
void normalize_image(uint8_t *buf, int stride, int width, int height)
Normalize image intensities in place to approximately have mean 128 and sd 74.
fovis
quick and dirty profiling tool.inspired by the matlab tic/toc command
Definition:
camera_intrinsics.hpp:6
Generated on Thu Aug 6 2015 22:22:06 for libfovis by
1.8.9.1