#include "vetMotionIlluminationInvariant.h"#include <math.h>#include "../filters/vetDigitalFilter.h"Go to the source code of this file.
Defines | |
| #define | RED_COEF .2989961801 |
| #define | GREEN_COEF .5869947588 |
| #define | BLUE_COEF .1139912943 |
Variables | |
| vetDFMatrix * | gaussian = vetDFMatrix::createKernel_3x3(VETDF_3x3_gaussian) |
| vetDFMatrix * | myLowpass = vetDFMatrix::createKernel_3x3(VETDF_3x3_lowpass1) |
VETLib Framework 1.0.2 Copyright (C) Alessandro Polo 2006 http://www.ewgate.net/vetlib
Definition in file vetMotionIlluminationInvariant.cpp.
1.4.4