
Definition in file GetSM.C.
#include "Component/ModelManager.H"
#include "Devices/DeviceOpts.H"
#include "Devices/FrameGrabberConfigurator.H"
#include "GUI/XWinManaged.H"
#include "GUI/XWindow.H"
#include "Image/ColorOps.H"
#include "Image/CutPaste.H"
#include "Image/DrawOps.H"
#include "Image/FilterOps.H"
#include "Image/Image.H"
#include "Image/ImageSet.H"
#include "Image/MathOps.H"
#include "Image/Pixels.H"
#include "Image/PyramidTypes.H"
#include "Image/ShapeOps.H"
#include "Image/Transforms.H"
#include "Neuro/NeuroOpts.H"
#include "Neuro/SaccadeControllers.H"
#include "Psycho/PsychoDisplay.H"
#include "Transport/FrameIstream.H"
#include "Util/Assert.H"
#include "Util/Timer.H"
#include <iostream>
#include <stdlib.h>
#include <sys/resource.h>
#include <sys/time.h>
#include <time.h>
#include <unistd.h>
#include "Corba/ImageOrbUtil.H"
#include "Corba/Parallel/CMapSK.hh"
#include <omniORB4/Naming.hh>
#include <omniORB4/omniURI.h>
Include dependency graph for GetSM.C:

Go to the source code of this file.
Classes | |
| class | CmapThread |
Defines | |
| #define | sml 2 |
| #define | delta_min 3 |
| #define | delta_max 4 |
| #define | level_min 0 |
| #define | level_max 2 |
| #define | maxdepth (level_max + delta_max + 1) |
| #define | normtyp (VCXNORM_MAXNORM) |
| #define | IWEIGHT 1.0 |
| #define | CWEIGHT 1.0 |
| #define | OWEIGHT 1.0 |
| #define | FWEIGHT 1.5 |
| #define | NBCMAP2 8 |
| #define | PRESCALE 2 |
| prescale level by which we downsize images before sending them off | |
Functions | |
| OMNI_USING_NAMESPACE (omni) | |
| void | getObjectReference (CORBA::ORB_ptr orb) |
| CMap_var | getCmapRef () |
| The current cmap object to send the request to. | |
| Image< PixRGB< byte > > & | getImage () |
| int | main (int argc, char **argv) |
Variables | |
| XWinManaged | window (Dims(256, 256),-1,-1,"Test Output") |
| int | nCmapObj = 0 |
| Number of cmap objects that we have running. | |
| CMap_var | CMap_ref [100] |
| Image< float > | cmap [NBCMAP2] |
|
|
prescale level by which we downsize images before sending them off
|
|
|
The current cmap object to send the request to.
Definition at line 103 of file GetSM.C. References LINFO. |
|
|
Number of cmap objects that we have running.
|
1.4.4