pixelaccess.h File Reference

main header file for this module. Includes, global vars, funtion prototypes, etc. More...

#include <lar/lar.h>
Include dependency graph for pixelaccess.h:
This graph shows which files directly or indirectly include this file:

Functions

unsigned char GetPixel_8UC1 (const IplImage *src, int u, int v)
 Get the value of pixel index u,v from the 1 channel 8 bit unsigned char IPLImage src.
void SetPixel_8UC1 (IplImage *dst, int u, int v, unsigned char val)
 Sets the value of pixel index u,v from the 1 channel 8 bit unsigned char IPLImage src to value val.
void SetMVAL_8UC1 (CvMat *src, int u, int v, unsigned char val)
 Sets the value of element index u,v from the 1 channel 8 bit CVMat src to value val.
unsigned char GetMVAL_8UC1 (CvMat *src, int u, int v)
 Get the value of element index u,v from the 1 channel 8 bit CVMat src.
void SetMVAL_32FC1 (CvMat *src, int u, int v, float val)
 Sets the value of element index u,v from the 1 channel 32 bit CVMat src to value val.
float GetMVAL_32FC1 (CvMat *src, int u, int v)
 Get the value of element index u,v from the 1 channel 32 bit CVMat src.
unsigned char * GetPixel_8UC3 (IplImage *src, int u, int v)
 Get the value of pixel index u,v from the 3 channel 8 bit IPLImage src.
void SetPixel_8UC3 (IplImage *dst, int u, int v, unsigned char *val)
 Sets the value of pixel index u,v from the 3 channel 8 bit unsigned char IPLImage src to value val.
void SetMVAL_32FC3 (CvMat *src, int u, int v, float *val)
 Sets the value of element index u,v for 3 channel 32 bit CVMat src to value val.
float * GetMVAL_32FC3 (CvMat *src, int u, int v)
 Get the value of element index u,v from the 3 channel 32 bit CVMat src.
float GetPixel_32FC1 (IplImage *src, int u, int v)
void SetPixel_32FC1 (IplImage *src, int u, int v, double val)
int setup_intel_ipp (void)
 Sets up intel ipp libraries. Warning must do the followin in .bashrc "export LD_LIBRARY_PATH=/opt/intel/ipp/6.1.1.042/em64t/sharedlib/:$LD_LIBRARY_PATH".
int get_number_of_processors (void)
int set_all_processors_speed (int speed)

Detailed Description

main header file for this module. Includes, global vars, funtion prototypes, etc.

Generated on Wed Jun 2 12:43:03 2010 for LAR Atlas by  doxygen 1.6.3