marf.FeatureExtraction.Segmentation
Class Segmentation

java.lang.Object
  |
  +--marf.FeatureExtraction.FeatureExtraction
        |
        +--marf.FeatureExtraction.Segmentation.Segmentation
All Implemented Interfaces:
StorageManager

public class Segmentation
extends FeatureExtraction

Class Segmentation

$Header: /cvsroot/marf/marf/src/marf/FeatureExtraction/Segmentation/Segmentation.java,v 1.6 2003/01/18 18:24:35 mokhov Exp $


Fields inherited from class marf.FeatureExtraction.FeatureExtraction
adFeatures, oPreprocessing
 
Constructor Summary
Segmentation(Preprocessing poPreprocessing)
          Segmentation Constructor
 
Method Summary
 void dump()
          Not Implemented
 boolean extractFeatures()
          Not Implemented
 void restore()
          Not Implemented
 
Methods inherited from class marf.FeatureExtraction.FeatureExtraction
getFeaturesArray, hamming, hamming
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Segmentation

public Segmentation(Preprocessing poPreprocessing)
Segmentation Constructor
Parameters:
poPreprocessing - Preprocessing object reference
Method Detail

extractFeatures

public final boolean extractFeatures()
                              throws FeatureExtractionException
Not Implemented
Overrides:
extractFeatures in class FeatureExtraction
Following copied from class: marf.FeatureExtraction.FeatureExtraction
Returns:
boolean true if there were features extracted, false otherwise

dump

public void dump()
          throws java.io.IOException
Not Implemented
Following copied from interface: marf.Storage.StorageManager
Throws:
java.io.IOException -  

restore

public void restore()
             throws java.io.IOException
Not Implemented
Following copied from interface: marf.Storage.StorageManager
Throws:
java.io.IOException -