java.lang.Object
marf.Storage.StorageManager
marf.FeatureExtraction.FeatureExtraction
marf.FeatureExtraction.Segmentation.Segmentation
- All Implemented Interfaces:
- marf.FeatureExtraction.IFeatureExtraction, marf.Storage.IStorageManager, java.io.Serializable
- public class Segmentation
- extends marf.FeatureExtraction.FeatureExtraction
Class Segmentation.
$Id: Segmentation.java,v 1.15 2005/08/13 23:09:37 susan_fan Exp $
- Since:
- 0.0.1
- Version:
- $Revision: 1.15 $
|
Field Summary |
private static long |
serialVersionUID
For serialization versioning. |
| Methods inherited from class marf.Storage.StorageManager |
dump, dumpBinary, dumpCSV, dumpGzipBinary, dumpHTML, dumpSQL, dumpXML, enableDumpOnNotFound, getDefaultExtension, getDefaultExtension, getDumpMode, getFilename, restore, restoreBinary, restoreCSV, restoreGzipBinary, restoreHTML, restoreSQL, restoreXML, setDumpMode, setFilename |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- For serialization versioning.
When adding new members or make other structural
changes regenerate this number with the
serialver tool that comes with JDK.
- Since:
- 0.3.0.4
- See Also:
- Constant Field Values
Segmentation
public Segmentation(marf.Preprocessing.IPreprocessing poPreprocessing)
- Segmentation Constructor.
extractFeatures
public final boolean extractFeatures()
throws marf.FeatureExtraction.FeatureExtractionException
- Not Implemented.
getMARFSourceCodeRevision
public static java.lang.String getMARFSourceCodeRevision()
- Returns source code revision information.
- Since:
- 0.3.0