#include <stdlib.h>
#include <time.h>
#include <iostream>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "Image/ColorOps.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 <cstdio>
#include "Corba/Parallel/CMapSK.hh"
#include "Corba/ImageOrbUtil.H"
Go to the source code of this file.
Classes | |
class | CMap_i |
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 7 |
#define | PRESCALE 2 |
prescale level by which we downsize images before sending them off | |
#define | STAT_CMAP |
Functions | |
static CORBA::Boolean | bindObjectToName (CORBA::ORB_ptr, CORBA::Object_ptr) |
void | unbindObject () |
int | main (int argc, char **argv) |
Variables | |
CORBA::ORB_var | orb |
CosNaming::Name | objectName |
a compute a conspicuity map from an image
Definition in file CMap.C.