#include "Component/ModelManager.H"
#include "Devices/FrameGrabberConfigurator.H"
#include "GUI/XWindow.H"
#include "Image/DrawOps.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Transport/FrameIstream.H"
#include "Util/Timer.H"
#include "Util/log.H"
#include <cstdio>
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
Defines | |
#define | NAVG 20 |
Functions | |
int | main (const int argc, const char **argv) |
Test HSV histogramming of framegrabber input
Definition in file test-HSV.C.
int main | ( | const int | argc, | |
const char ** | argv | |||
) |
This simple executable tests video frame grabbing through the video4linux driver (see V4Lgrabber.H) or the IEEE1394 (firewire) grabber (see IEEE1394grabber.H). Selection of the grabber type is made via the --fg-type=XX command-line option.
Definition at line 58 of file test-HSV.C.
References ModelComponent::addSubComponent(), XWindow::drawImage(), drawRect(), Image< T >::getHeight(), Image< T >::getVal(), Image< T >::getWidth(), ModelManager::parseCommandLine(), Image< T >::resize(), ModelComponent::start(), ModelComponent::stop(), and Rectangle::tlbrI().