net.sourceforge.nite.tools.videolabeler
Class ContinuousVideoLabeling

java.lang.Object
  extended by net.sourceforge.nite.tools.videolabeler.ContinuousVideoLabeling

public class ContinuousVideoLabeling
extends java.lang.Object


Nested Class Summary
 class ContinuousVideoLabeling.AnnotateAgentAction
           
 class ContinuousVideoLabeling.AnnotateLayerAction
           
 class ContinuousVideoLabeling.ExitAction
          A very simple "exit" action
 class ContinuousVideoLabeling.SaveAction
          Saves the Corpus
 class ContinuousVideoLabeling.ViewLayerAction
           
 
Constructor Summary
ContinuousVideoLabeling(java.lang.String c, java.lang.String o, java.lang.String configFileName)
           
 
Method Summary
 java.lang.String getAnnotatorName()
           
 ClockFace getClockFace()
          Returns the clockface of this class.
 java.lang.String getCorpusSettingsName()
           
 java.lang.String getGUISettingsName()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuousVideoLabeling

public ContinuousVideoLabeling(java.lang.String c,
                               java.lang.String o,
                               java.lang.String configFileName)
Method Detail

getAnnotatorName

public java.lang.String getAnnotatorName()

getCorpusSettingsName

public java.lang.String getCorpusSettingsName()

getGUISettingsName

public java.lang.String getGUISettingsName()

getClockFace

public ClockFace getClockFace()
Returns the clockface of this class. A clockface is the 'play control panel' for the video and audio, and in this tool for the virtual meeting animation as well. Before you initialize this, you must have at least a mainframe, a desktop and an initialized corpus.


main

public static void main(java.lang.String[] args)