
Definition in file pvisionTCP2.C.
#include "Beowulf/Beowulf.H"
#include "Component/ModelManager.H"
#include "Image/ColorOps.H"
#include "Image/Image.H"
#include "Image/ImageSet.H"
#include "Image/MathOps.H"
#include "Image/Pixels.H"
#include "Image/PyramidOps.H"
#include "Image/ShapeOps.H"
#include "Image/Transforms.H"
#include "Image/fancynorm.H"
#include "Parallel/pvisionTCP-defs.H"
#include "Util/Assert.H"
#include "Util/Timer.H"
#include "Util/Types.H"
#include "Util/sformat.H"
#include <cstdlib>
#include <signal.h>
#include <time.h>
#include <unistd.h>
Include dependency graph for pvisionTCP2.C:

Go to the source code of this file.
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 | NBOUT 10 |
| #define | IWEIGHT 1.0 |
| #define | CWEIGHT 1.0 |
| #define | OWEIGHT 1.0 |
| #define | FWEIGHT 1.5 |
Functions | |
| void | terminate (int s) |
| Signal handler (e.g., for control-C). | |
| void | computeCMAP (TCPmessage &msg, const PyramidType ptyp, const float ori, const float coeff, const int slave, nub::soft_ref< Beowulf > &b) |
| Compute a conspicuity map from an image received in a message. | |
| void | computeCMAP2 (TCPmessage &msg, const PyramidType ptyp, const float ori, const float coeff, const int slave, nub::soft_ref< Beowulf > &b) |
| Compute a conspicuity map from two images received in a message. | |
| void | computeCMAP (const Image< float > &fima, const PyramidType ptyp, const float ori, const float coeff, const int slave, nub::soft_ref< Beowulf > &b, const int32 id) |
| Compute a conspicuity map from an image. | |
| int | main (const int argc, const char **argv) |
Variables | |
| static bool | goforever = true |
| Will turn false on interrupt signal. | |
|
||||||||||||||||||||||||||||||||
|
Compute a conspicuity map from an image.
|
|
||||||||||||||||||||||||||||
|
Compute a conspicuity map from an image received in a message.
|
|
||||||||||||||||||||||||||||
|
Compute a conspicuity map from two images received in a message.
|
|
|
Signal handler (e.g., for control-C).
Definition at line 67 of file pvisionTCP2.C. |
|
|
Will turn false on interrupt signal. See the pvisionTCP2go script in bin/ for how to launch the slaves, and see pvisionTCP2-master.C for the master program. Definition at line 64 of file pvisionTCP2.C. |
1.4.4