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

Impala::Core::VideoSet Namespace Reference


Classes

class  ApplyConcepts
class  BlackFrameDetect
class  BlackFrameProc
class  CheckNrFrames
class  ClusterFeatures
class  Color64Extractor
class  CombineConcepts
class  ComputeKernelData
class  ConcatFeatures
class  ExportConcepts
class  ExportFeatures
class  ExportFrames
class  ExportKeyframes
class  ExportStills
class  HistogramExtractor
class  ImportAudioConcepts
class  ImportConcepts
class  IndexAnnotation
class  IndexConcepts
class  IndexFeatures
class  IndexFeaturesSubset
class  IndexSegmentation
class  InterestPointProc
class  Keyframes
class  KfrDiffExtractor
class  KfrMotionExtractor
class  LabHist3dExtractor
class  LabHistExtractor
class  LbpEval
class  Listener
 Interface to be informed of events on a VideoSet. More...
class  MakeQuidLookup
class  Mpeg7Doc
class  Mpeg7DocAudio
class  PathCreatorVideoSet
class  ProtoSimilarityEval
class  ReadBlocksFile
class  Reporter
 Reports to the user on progress made in processing a VideoSet. More...
class  RgbDataSrcKeyframes
class  RgbHistExtractor
class  Segmentation
class  SegmentationDocument
class  SelectFrames
class  ShotSegmenter
class  Stills
class  TableShots
 A table with shots and keyframes. More...
class  TaskTable
class  TestBlocksFile
class  TestVideo
class  VideoIndexValidator
class  VideoSet
class  VideoSetRepository
class  VisSemGaborStat
class  VisSemTrain
class  VxsDocument
class  WalkerConfig
class  Walker
class  ShotSegmenterGUI

Namespaces

namespace  BitOperation

Typedefs

typedef Table::TableTem< Column::ColumnTem<
Int32 >, Column::ColumnTem<
Int32 >, Column::ColumnTem<
Int32 >, Column::ColumnTem<
String > > 
KeyframesBaseType
typedef Table::TableTem< Column::ColumnTem<
Int32 >, Column::ColumnTem<
Int32 >, Column::ColumnTem<
Int32 >, Column::ColumnTem<
String > > 
SegmentationBaseType
typedef Table::TableTem< Column::ColumnTem<
Int32 >, Column::ColumnTem<
Int32 >, Column::ColumnTem<
Int32 >, Column::ColumnTem<
String > > 
StillsBaseType
typedef Table::TableTem< Column::ColumnTem<
Int32 >, Column::ColumnTem<
Int32 >, Column::ColumnTem<
std::string >, Column::ColumnTem<
Geometry::Rectangle > > 
TableShotsBaseType
typedef Table::TableTem< Column::ColumnTem<
Int32 >, Column::ColumnTem<
Int32 >, Column::ColumnTem<
Int32 > > 
TaskTableBaseType

Functions

 ILOG_VAR_INIT (ApplyConcepts, Impala.Core.VideoSet)
 ILOG_VAR_INIT (BlackFrameDetect, Core.VideoSet)
 ILOG_VAR_INIT (BlackFrameProc, Core.VideoSet)
 ILOG_VAR_INIT (CheckNrFrames, Impala.Core.VideoSet)
 ILOG_VAR_INIT (ClusterFeatures, Impala.Core.VideoSet)
 ILOG_VAR_INIT (Color64Extractor, Impala.Core.VideoSet)
 ILOG_VAR_INIT (CombineConcepts, Impala.Core.VideoSet)
 ILOG_VAR_INIT (ComputeKernelData, Impala.Core.VideoSet)
 ILOG_VAR_INIT (ConcatFeatures, Impala.Core.VideoSet)
 ILOG_VAR_INIT (ExportConcepts, Impala.Core.VideoSet)
 ILOG_VAR_INIT (ExportFeatures, Impala.Core.VideoSet)
 ILOG_VAR_INIT (ExportFrames, Impala.Core.VideoSet)
 ILOG_VAR_INIT (ExportKeyframes, Impala.Core.VideoSet)
 ILOG_VAR_INIT (ExportStills, Impala.Core.VideoSet)
template<class T>
void FilterRkf (T *&table, Keyframes *kf)
template<class T>
void FilterRkf (T *&table, VideoSet *vidset)
 ILOG_VAR_INIT (HistogramExtractor, Impala.Core.VideoSet)
 ILOG_VAR_INIT (ImportAudioConcepts, Impala.Core.VideoSet)
 ILOG_VAR_INIT (ImportConcepts, Impala.Core.VideoSet)
 ILOG_VAR_INIT (IndexAnnotation, Impala.Core.VideoSet)
 ILOG_VAR_INIT (IndexConcepts, Impala.Core.VideoSet)
 ILOG_VAR_INIT (IndexSegmentation, Impala.Core.VideoSet)
 ILOG_VAR_INIT (InterestPointProc, Core.VideoSet)
 ILOG_VAR_INIT (Keyframes, Impala.Core.VideoSet)
 ILOG_VAR_INIT (KfrDiffExtractor, Impala.Core.VideoSet)
 ILOG_VAR_INIT (KfrMotionExtractor, Impala.Core.VideoSet)
 ILOG_VAR_INIT (LabHist3dExtractor, Impala.Core.VideoSet)
 ILOG_VAR_INIT (LabHistExtractor, Impala.Core.VideoSet)
void MakeMap (int samples, int *&map)
void MakePoints (int samples, int radius, Geometry::PointZ *&points, double *&multipliers)
template<class T>
double InterpolateAtPtr (T *ptr, int i, int width, double *multipliers)
void Lbp (Array::Array2dScalarUInt8 *&dst, Array::Array2dScalarReal64 *src, int *patternMap, int samples, int radius)
 ILOG_VAR_INIT (LbpEval, Impala.Core.VideoSet)
 ILOG_VAR_INIT (MakeQuidLookup, Core.VideoSet)
SegmentationDocumentMakeSegmentationDocument (String videoSetName)
VideoSetMakeVideoSet (CString fileName)
VxsDocumentMakeVxsDocument (std::string fileName)
 ILOG_VAR_INIT (Mpeg7Doc, Impala.Core.VideoSet)
 ILOG_VAR_INIT (Mpeg7DocAudio, Impala.Core.VideoSet)
bool Mpeg7DocWrite (Mpeg7Doc *doc, VideoSet *vidSet, int videoId)
 Write the given doc that corresponds to the given video to file.
void PlayShot (Segmentation *shots, int shot)
 ILOG_VAR_INIT (ProtoSimilarityEval, Impala.Core.VideoSet)
 ILOG_VAR_INIT (ReadBlocksFile, Core.VideoSet)
 ILOG_VAR_INIT (Reporter, Impala.Core.VideoSet)
 ILOG_VAR_INIT (RgbDataSrcKeyframes, Impala.Core.VideoSet)
 ILOG_VAR_INIT (RgbHistExtractor, Impala.Core.VideoSet)
 ILOG_VAR_INIT (Segmentation, Impala.Core.VideoSet)
 ILOG_VAR_INIT (SegmentationDocument, Impala.Core.VideoSet)
 ILOG_VAR_INIT (SelectFrames, Impala.Core.VideoSet)
 ILOG_VAR_INIT (ShotSegmenter, Impala.Core.VideoSet)
 ILOG_VAR_INIT (Stills, Impala.Core.VideoSet)
 ILOG_VAR_INIT (TestBlocksFile, Impala.Core.VideoSet)
 ILOG_VAR_INIT (TestVideo, Impala.Core.VideoSet)
 ILOG_VAR_INIT (VideoIndexValidator, Impala.Core.VideoSet)
 ILOG_VAR_INIT (VideoSet, Impala.Core.VideoSet)
 ILOG_VAR_INIT (VideoSetRepository, Impala.Core.VideoSet)
 ILOG_VAR_INIT (Walker, Impala.Core.VideoSet)


Generated on Fri Mar 19 11:28:07 2010 for ImpalaSrc by  doxygen 1.5.1