#include <stdlib.h>
#include <time.h>
#include <iostream>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h>
#include "Image/ColorOps.H"
#include "Image/MathOps.H"
#include "Image/Image.H"
#include "Image/ImageSet.H"
#include "Image/Pixels.H"
#include "Image/PyramidOps.H"
#include "Image/ShapeOps.H"
#include "Image/Transforms.H"
#include "Image/fancynorm.H"
#include "Util/Assert.H"
#include "Util/Timer.H"
#include "Util/Types.H"
#include "Component/ModelManager.H"
#include "Corba/Objects/CMapSK.hh"
#include "Corba/ImageOrbUtil.H"
#include "Corba/Objects/CMapServer.H"
#include "Corba/CorbaUtil.H"
Go to the source code of this file.
Classes | |
class | BiasCenterSurroundThread |
class | CenterSurroundThread |
Defines | |
#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 | NBCMAP2 7 |
#define | PRESCALE 2 |
prescale level by which we downsize images before sending them off | |
Functions | |
void | terminate (int s) |
Signal handler (e.g., for control-C). | |
int | main (int argc, char **argv) |
Variables | |
CORBA::ORB_var | orb |
CosNaming::Name | objectName |
bool | Debug = false |
static omni_mutex | BiasCenterSurroundMutex |
a compute a conspicuity map from an image
Definition in file CMapServer.C.
#define PRESCALE 2 |
prescale level by which we downsize images before sending them off
Definition at line 81 of file CMapServer.C.
void terminate | ( | int | s | ) |
Signal handler (e.g., for control-C).
Definition at line 90 of file CMapServer.C.