#include <PXL_LumFuncs.h>
|
static void | convertToLuma (PXL_DataFormat format, void *lum, PXL_LumFunction func, const void *l1, const void *l2, const void *l3, const void *l4, int size, int sinc=1) |
|
static void | convertToLuma (unsigned char *lum, PXL_LumFunction func, const unsigned char *l1, const unsigned char *l2, const unsigned char *l3, const unsigned char *l4, int size, int sinc=1) |
|
static void | convertToLuma (unsigned short *lum, PXL_LumFunction func, const unsigned short *l1, const unsigned short *l2, const unsigned short *l3, const unsigned short *l4, int size, int sinc=1) |
|
static void | convertToLuma (unsigned int *lum, PXL_LumFunction func, const unsigned int *l1, const unsigned int *l2, const unsigned int *l3, const unsigned int *l4, int size, int sinc=1) |
|
static void | convertToLuma (fpreal16 *lum, PXL_LumFunction func, const fpreal16 *l1, const fpreal16 *l2, const fpreal16 *l3, const fpreal16 *l4, int size, int sinc=1) |
|
static void | convertToLuma (float *lum, PXL_LumFunction func, const float *l1, const float *l2, const float *l3, const float *l4, int size, int sinc=1) |
|
Definition at line 50 of file PXL_LumFuncs.h.
static void PXL_LumFuncs::convertToLuma |
( |
unsigned char * |
lum, |
|
|
PXL_LumFunction |
func, |
|
|
const unsigned char * |
l1, |
|
|
const unsigned char * |
l2, |
|
|
const unsigned char * |
l3, |
|
|
const unsigned char * |
l4, |
|
|
int |
size, |
|
|
int |
sinc = 1 |
|
) |
| |
|
static |
static void PXL_LumFuncs::convertToLuma |
( |
unsigned short * |
lum, |
|
|
PXL_LumFunction |
func, |
|
|
const unsigned short * |
l1, |
|
|
const unsigned short * |
l2, |
|
|
const unsigned short * |
l3, |
|
|
const unsigned short * |
l4, |
|
|
int |
size, |
|
|
int |
sinc = 1 |
|
) |
| |
|
static |
static void PXL_LumFuncs::convertToLuma |
( |
unsigned int * |
lum, |
|
|
PXL_LumFunction |
func, |
|
|
const unsigned int * |
l1, |
|
|
const unsigned int * |
l2, |
|
|
const unsigned int * |
l3, |
|
|
const unsigned int * |
l4, |
|
|
int |
size, |
|
|
int |
sinc = 1 |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: