
#include "Component/ModelManager.H"#include "Media/FrameSeries.H"#include "GUI/XWindow.H"#include "Media/MediaSimEvents.H"#include "Neuro/StdBrain.H"#include "Neuro/NeuroSimEvents.H"#include "VFAT/featureClusterVision.H"#include "VFAT/segmentImageTrackMC2.H"#include "Simulation/SimEventQueueConfigurator.H"
Go to the source code of this file.
Defines | |
| #define | H1_STD 2.0F |
| #define | H2_STD 2.0F |
| #define | S_STD 2.0F |
| #define | V_STD 2.0F |
| #define | IMAGE_SIZE_X 640 |
| #define | IMAGE_SIZE_Y 480 |
| #define | GAMMA1 0 |
| #define | GAMMA2 1 |
| #define | GAMMA3 2 |
| #define | MOTION 3 |
| #define | HUE1 6 |
| #define | HUE2 7 |
| #define | SAT 4 |
| #define | VALUE 5 |
| #define | TRACKER_NUMBER 3 |
| #define | USE_LOGS true |
| #define | SAVE_TRACK_DRAW true |
Functions | |
| int | main (const int argc, const char **argv) |
| Basic entry and test binary to featureClusterVision. | |
simplified version of vision.C with feature analysis
Definition in file fzvision2.C.
| int main | ( | const int | argc, | |
| const char ** | argv | |||
| ) |
Basic entry and test binary to featureClusterVision.
Holds H2SV representation of image for simple tracker
output display image
Definition at line 104 of file fzvision2.C.
References ModelComponent::addSubComponent(), XWindow::drawImage(), nub::soft_ref< T >::get(), ModelManager::getExtraArg(), Image< T >::getHeight(), Image< T >::getWidth(), Image< T >::initialized(), mean(), MOTION, MYLOGVERB, ModelManager::parseCommandLine(), pasteImage(), rescale(), Image< T >::resize(), SAT, sformat(), SIT_GLOBAL_DEC, ModelComponent::start(), ModelComponent::stop(), Raster::waitForKey(), Raster::WriteGray(), and Raster::WriteRGB().
1.6.3