#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 | RED_WEIGHT 0.299 |
#define | GREEN_WEIGHT 0.587 |
#define | BLUE_WEIGHT 0.114 |
Functions | |
static image< uchar > * | imageRGBtoGRAY (image< rgb > *input) |
static image< rgb > * | imageGRAYtoRGB (image< uchar > *input) |
static image< float > * | imageUCHARtoFLOAT (image< uchar > *input) |
static image< float > * | imageINTtoFLOAT (image< int > *input) |
static image< uchar > * | imageFLOATtoUCHAR (image< float > *input, float min, float max) |
static image< uchar > * | imageFLOATtoUCHAR (image< float > *input) |
static image< long > * | imageUCHARtoLONG (image< uchar > *input) |
static image< uchar > * | imageLONGtoUCHAR (image< long > *input, long min, long max) |
static image< uchar > * | imageLONGtoUCHAR (image< long > *input) |
static image< uchar > * | imageSHORTtoUCHAR (image< short > *input, short min, short max) |
static image< uchar > * | imageSHORTtoUCHAR (image< short > *input) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|