Public Types | |
typedef float | PixelType |
typedef Image< PixelType > | ImageType |
Public Member Functions | |
GistEstimatorTexton (OptionManager &mgr, const std::string &descrName="GistEstimatorTexton", const std::string &tagName="GistEstimatorTexton") | |
Constructor. | |
virtual | ~GistEstimatorTexton () |
Destructor. | |
Static Public Attributes | |
static const uint | NUM_ORIENTATIONS = 6 |
static const uint | NUM_SCALES = 3 |
static const uint | NUM_FILTERS = NUM_ORIENTATIONS * NUM_SCALES |
Protected Types | |
typedef void(* | TrainingHook )(const ImageType &) |
Protected Member Functions | |
Image< double > | getGist () |
Return the gist feature values. | |
void | setTrainingHook (TrainingHook) |
SIMCALLBACK_DECLARE (GistEstimatorTexton, SimEventVisualCortexOutput) | |
Callback for when new data is available from Visuc=alCortex. | |
Static Protected Member Functions | |
static void | setUniversalTextons (const ImageType *) |
Definition at line 54 of file GistEstimatorTexton.H.
GistEstimatorTexton::GistEstimatorTexton | ( | OptionManager & | mgr, | |
const std::string & | descrName = "GistEstimatorTexton" , |
|||
const std::string & | tagName = "GistEstimatorTexton" | |||
) |
Constructor.
Definition at line 109 of file GistEstimatorTexton.C.
GistEstimatorTexton::~GistEstimatorTexton | ( | ) | [virtual] |
Destructor.
Definition at line 119 of file GistEstimatorTexton.C.
Image< double > GistEstimatorTexton::getGist | ( | ) | [inline, protected, virtual] |
Return the gist feature values.
Implements GistEstimator.
Definition at line 94 of file GistEstimatorTexton.H.
GistEstimatorTexton::SIMCALLBACK_DECLARE | ( | GistEstimatorTexton | , | |
SimEventVisualCortexOutput | ||||
) | [protected] |
Callback for when new data is available from Visuc=alCortex.