#include "Component/ModelManager.H"
#include "Image/Image.H"
#include "Psycho/PsychoDisplay.H"
#include "GUI/GUIOpts.H"
#include "Raster/Raster.H"
#include "Util/Types.H"
#include <cstdlib>
Go to the source code of this file.
Functions | |
void | updateLuminance (Image< PixRGB< byte > > &s2, int lumin, const float sat) |
int | main (const int argc, char **argv) |
Match the luminance of 2 stimuli using standard flicker photometry
Definition in file calibrateLuminance.C.