
#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"
Go to the source code of this file.
| Functions | |
| int | main (const int argc, const char **argv) | 
Import images from a video device and display a number of filters
Definition in file app-show-filters.C.
| 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(), ModelComponent::addSubComponent(), buildPyrGaussian(), colorStain(), XWindow::drawImage(), Image< T >::getDims(), getRGBY(), inplaceNormalize(), LOG_FLAGS, LOG_FULLTRACE, makeBinary(), ModelManager::parseCommandLine(), CloseButtonListener::pressedAnyCloseButton(), rescale(), ModelManager::setOptionValString(), ModelComponent::start(), ModelComponent::stop(), and takeMax().
 1.6.3
 1.6.3