|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FeatureExtractor
extract image features to be used in cluster analysis. concrete implementations will be provided by plugins.
| Method Summary | |
|---|---|
double[] |
extract(Image image)
extract image features |
int |
getSize()
not sure whether we really need this, as some extractors may provide variable amount of features TODO: do we really need this ? |
| Method Detail |
|---|
int getSize()
double[] extract(Image image)
image -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||