Defines | Functions
imconv.h File Reference
#include <climits>
#include "image.h"
#include "imutil.h"
#include "misc.h"
Include dependency graph for imconv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define BLUE_WEIGHT   0.114
#define GREEN_WEIGHT   0.587
#define RED_WEIGHT   0.299

Functions

static image< uchar > * imageFLOATtoUCHAR (image< float > *input, float min, float max)
static image< uchar > * imageFLOATtoUCHAR (image< float > *input)
static image< rgb > * imageGRAYtoRGB (image< uchar > *input)
static image< float > * imageINTtoFLOAT (image< int > *input)
static image< uchar > * imageLONGtoUCHAR (image< long > *input, long min, long max)
static image< uchar > * imageLONGtoUCHAR (image< long > *input)
static image< uchar > * imageRGBtoGRAY (image< rgb > *input)
static image< uchar > * imageSHORTtoUCHAR (image< short > *input, short min, short max)
static image< uchar > * imageSHORTtoUCHAR (image< short > *input)
static image< float > * imageUCHARtoFLOAT (image< uchar > *input)
static image< long > * imageUCHARtoLONG (image< uchar > *input)

Define Documentation

#define BLUE_WEIGHT   0.114

Definition at line 31 of file imconv.h.

#define GREEN_WEIGHT   0.587

Definition at line 30 of file imconv.h.

#define RED_WEIGHT   0.299

Definition at line 29 of file imconv.h.


Function Documentation

static image<uchar>* imageFLOATtoUCHAR ( image< float > *  input,
float  min,
float  max 
) [static]

Definition at line 90 of file imconv.h.

static image<uchar>* imageFLOATtoUCHAR ( image< float > *  input) [static]

Definition at line 109 of file imconv.h.

static image<rgb>* imageGRAYtoRGB ( image< uchar > *  input) [static]

Definition at line 49 of file imconv.h.

static image<float>* imageINTtoFLOAT ( image< int > *  input) [static]

Definition at line 77 of file imconv.h.

static image<uchar>* imageLONGtoUCHAR ( image< long > *  input,
long  min,
long  max 
) [static]

Definition at line 128 of file imconv.h.

static image<uchar>* imageLONGtoUCHAR ( image< long > *  input) [static]

Definition at line 146 of file imconv.h.

static image<uchar>* imageRGBtoGRAY ( image< rgb > *  input) [static]

Definition at line 33 of file imconv.h.

static image<uchar>* imageSHORTtoUCHAR ( image< short > *  input,
short  min,
short  max 
) [static]

Definition at line 152 of file imconv.h.

static image<uchar>* imageSHORTtoUCHAR ( image< short > *  input) [static]

Definition at line 171 of file imconv.h.

static image<float>* imageUCHARtoFLOAT ( image< uchar > *  input) [static]

Definition at line 64 of file imconv.h.

static image<long>* imageUCHARtoLONG ( image< uchar > *  input) [static]

Definition at line 115 of file imconv.h.



zyonz_image_based_leaf_probing
Author(s): Sergi Foix
autogenerated on Fri Dec 6 2013 23:25:27