org.yccheok.numrecognition
Interface NumberImageFeature

All Known Implementing Classes:
NumberImageChainCodeFeature, NumberImageLRTBHVFeature

public interface NumberImageFeature

The NumberImageFeature class is desgined by using factory creation pattern. This enable client to construct and instantiate a set of related features without specifying their concrete objects.


Method Summary
 double[] getFeatures()
          Returns the feature as array of doubles.
 

Method Detail

getFeatures

double[] getFeatures()
Returns the feature as array of doubles.

Returns:
Array of doubles.