Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::Training::ApplyConcepts Class Reference

This class handles the logic of applying trained models to a dataset. More...

#include <ApplyConcepts.h>

Collaboration diagram for Impala::Core::Training::ApplyConcepts:

Collaboration graph
[legend]
List of all members.

Public Types

typedef Table::ScoreTable ScoreTable
typedef Feature::FeatureDefinition FeatureDefinition
typedef Feature::FeatureTable FeatureTable
typedef Feature::ConceptSet ConceptSet

Public Member Functions

 ApplyConcepts (CmdOptions &options, Database::PathCreator *pathCreator)
 c'tor reads the following from the command options: 1) read by mainVidSet or mainImSet 2) video/image-set that the models were trained on 3) filename of the concepts for which there are models 4) 'model type' 5) featuredef or precomputed kernel name
virtual ~ApplyConcepts ()
virtual void NextPath (Database::PathCreator *pathCreator)
 called from VideoSet:Listener::HandleNewFile or ImageSet::Listener::HandleNewFolder

Private Member Functions

ApplyConceptsHelperMakeHelper (bool isPrecomputed)

Private Attributes

ApplyConceptsHelpermHelper
ConceptSetmConceptSet
Database::RawDataSetmAnnoSet
 ILOG_VAR_DEC

Detailed Description

This class handles the logic of applying trained models to a dataset.

It typically works with mainVidSet or mainImSet. Although the code is correct at the moment some code (and the interface) might need to change in the future. Especailly the use of factories can make the code a lot cleaner.

Definition at line 30 of file ApplyConcepts.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 11:23:03 2010 for ImpalaSrc by  doxygen 1.5.1