
Definition in file app-show-filters.C.
#include "Component/ModelManager.H"
#include "Devices/DeviceOpts.H"
#include "Devices/FrameGrabberConfigurator.H"
#include "GUI/XWinManaged.H"
#include "Image/ColorOps.H"
#include "Image/FilterOps.H"
#include "Image/Image.H"
#include "Image/ImageSet.H"
#include "Image/MathOps.H"
#include "Image/Pixels.H"
#include "Image/PyramidOps.H"
#include "Image/ShapeOps.H"
#include "Image/Transforms.H"
#include "Image/colorDefs.H"
#include "Transport/FrameIstream.H"
#include "Util/log.H"
Include dependency graph for app-show-filters.C:

Go to the source code of this file.
Functions | |
| int | main (const int argc, const char **argv) |
|
||||||||||||
|
This program grabs a frame from a framegrabber and computes and displays a number of low-level features. This was done as a demo to explain the dissection of an image into features for a public outreach project. Definition at line 65 of file app-show-filters.C. References absDiff(), CloseButtonListener::add(), buildPyrGaussian(), COL_BLUE, COL_GREEN, COL_RED, COL_YELLOW, colorStain(), diff(), XWindow::drawImage(), firstTime, gb, Image< T >::getDims(), getRGBY(), i, inplaceNormalize(), nub::soft_ref< T >::isInvalid(), LFATAL, LOG_FLAGS, LOG_FULLTRACE, luminance(), makeBinary(), OPT_FrameGrabberChannel, OPT_FrameGrabberDevice, OPT_FrameGrabberDims, OPT_FrameGrabberMode, OPT_FrameGrabberType, CloseButtonListener::pressedAnyCloseButton(), rescale(), and takeMax(). |
1.4.4