sigus.apps.ttt
Class TTTEffect
java.lang.Object
sigus.core.SigusEffect
sigus.apps.ttt.TTTEffect
- All Implemented Interfaces:
- javax.media.Codec, javax.media.Controls, javax.media.Effect, javax.media.PlugIn
- public class TTTEffect
- extends SigusEffect
Effect used by the TTT application.
- Author:
- Hemerson Pistori (pistori@ec.ucdb.br)
Fields inherited from interface javax.media.PlugIn |
BUFFER_PROCESSED_FAILED, BUFFER_PROCESSED_OK, INPUT_BUFFER_NOT_CONSUMED, OUTPUT_BUFFER_NOT_FILLED, PLUGIN_TERMINATED |
Methods inherited from class sigus.core.SigusEffect |
close, getControl, getControls, getName, getSupportedInputFormats, getSupportedOutputFormats, isCalibrating, open, process, reset, resetLearner, setInputFormat, setOutputFormat, setSaveInstances |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
segmenter
ColorBasedSegmentation segmenter
extractor
ImageMomentsExtractor_ extractor
tracker
ImageMomentsTracking_ tracker
TTTEffect
public TTTEffect()
init
public void init()
- Specified by:
init
in class SigusEffect
applyFilters
public void applyFilters(byte[] inData,
byte[] jmfData,
byte[] outData,
int width,
int height)
- Description copied from class:
SigusEffect
- The Digital Image Processing algorithms should be implemented or started in this function
- Specified by:
applyFilters
in class SigusEffect
createParameterExtractor
public void createParameterExtractor()
- Specified by:
createParameterExtractor
in class SigusEffect
createUpdater
public void createUpdater()
- Specified by:
createUpdater
in class SigusEffect
createSigusApp
public void createSigusApp()
- Specified by:
createSigusApp
in class SigusEffect