#include "Image/Image.H"
#include "Util/Timer.H"
#include "Util/log.H"
#include "Util/readConfig.H"
#include "VFAT/blobProp.H"
#include "segmentImageMC.H"
#include "Image/All.H"
#include "Image/Pixels.H"
#include <time.h>
#include <sys/time.h>
#include <math.h>
Go to the source code of this file.
Classes | |
class | segmentImageTrackMC |
This is a class to track hyper spectal blobs. More... | |
Defines | |
#define | SIT_TEMPLATE_CLASS <class FLOAT, class INT, unsigned int SIT_channels> |
Define the template declaration for this class. | |
#define | SIT_TEMPLATE FLOAT,INT,SIT_channels |
further define templates for this class | |
#define | SIT_LOG_FILE "segmentTrack.log" |
log file |
Basic image segmenter blob finder using color
Definition in file segmentImageTrackMC.H.
#define SIT_LOG_FILE "segmentTrack.log" |
log file
Definition at line 79 of file segmentImageTrackMC.H.
Referenced by segmentImageTrackMC::segmentImageTrackMC(), segmentImageTrackMC::SITsetTrackColor(), and segmentImageTrackMC::SITsetTrackSignature().
#define SIT_TEMPLATE FLOAT,INT,SIT_channels |
further define templates for this class
Definition at line 77 of file segmentImageTrackMC.H.
#define SIT_TEMPLATE_CLASS <class FLOAT, class INT, unsigned int SIT_channels> |
Define the template declaration for this class.
Definition at line 75 of file segmentImageTrackMC.H.