#include <descriptor.h>
Inheritance diagram for fl::ComparisonCombo:

Public Methods | |
| ComparisonCombo (std::vector< Descriptor * > &descriptors) | |
| ComparisonCombo (std::istream &stream) | |
| virtual | ~ComparisonCombo () |
| Delete all comparisons we are holding. | |
| virtual Vector< float > | preprocess (const Vector< float > &value) const |
| virtual float | value (const Vector< float > &value1, const Vector< float > &value2, bool preprocessed=false) const |
| virtual float | value (int index, const Vector< float > &value1, const Vector< float > &value2, bool preprocessed=false) const |
| Compares one specific feature vector from the set. | |
| Vector< float > | extract (int index, const Vector< float > &value) const |
| Returns one specific feature vector from the set. | |
| virtual void | read (std::istream &stream) |
| virtual void | write (std::ostream &stream, bool withName=true) |
Public Attributes | |
| std::vector< Comparison * > | comparisons |
| std::vector< int > | dimensions |
| int | totalDimension |
|
|
|
|
|
|
|
|
Delete all comparisons we are holding.
|
|
||||||||||||
|
Returns one specific feature vector from the set.
|
|
|
Reimplemented from fl::Comparison. |
|
|
Reimplemented from fl::Comparison. |
|
||||||||||||||||||||
|
Compares one specific feature vector from the set.
|
|
||||||||||||||||
|
Implements fl::Comparison. |
|
||||||||||||
|
Reimplemented from fl::Comparison. |
|
|
|
|
|
|
|
|
|
1.2.18