
#include <stdlib.h>#include <iostream>#include "Util/log.H"#include "Image/Image.H"#include "Image/ColorOps.H"#include "Raster/Raster.H"#include "Image/Pixels.H"
Go to the source code of this file.
| Functions | |
| int | main (int argc, char *argv[]) | 
| Variables | |
| char * | filename | 
| this is a simple program for determining the average luminocity of an image | |
| Image< PixRGB< float > > | image | 
| image object | |
| Image< PixRGB< byte > > | bimage | 
| byte based image | |
| Image< float > | fimage | 
| float image B/W | |
| float | lum | 
| luminance of image | |
NERD CAM program sweet
Definition in file lumin.C.
byte based image
Definition at line 64 of file lumin.C.
Referenced by SimulationViewerSurpCont::saveResults().
| char* filename | 
this is a simple program for determining the average luminocity of an image
what file to open
Definition at line 60 of file lumin.C.
Referenced by TestImages::generateScene(), TestImages::getObject(), TestImages::getObjectData(), and main().
float image B/W
Definition at line 66 of file lumin.C.
Referenced by CUDAVisualObject::computeKeypoints().
| float lum | 
luminance of image
Definition at line 68 of file lumin.C.
Referenced by VisualObject::computeKeypoints(), CUDAVisualObject::computeKeypoints(), computeLuminance(), ColorHist::createFeatureVector(), MichelsonChannel::doInput(), SobelChannel::doInput(), ObjDetChannel::doInput(), SIFTChannel::doInput(), env_get_rgby(), LuminanceOfilt::filterFrame(), MiddleTemporal::getMTfeaturesDisplay(), getRGBY(), intgGetRGBY(), main(), and BeobotVisualCortex::masterProcess().
 1.6.3
 1.6.3