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

Public Methods | |
| NormalizedCorrelation (bool subtractMean=true) | |
| NormalizedCorrelation (std::istream &stream) | |
| 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 void | read (std::istream &stream) |
| virtual void | write (std::ostream &stream, bool withName=true) |
Public Attributes | |
| bool | subtractMean |
| Indicates that during normalization, subtract the mean of the elements in the vector. | |
May add other modes. Two possibilities are: Affinely map [-1,1] onto [0,1]. Let probability = absolute value of correlation
|
|
|
|
|
|
|
|
Reimplemented from fl::Comparison. |
|
|
Reimplemented from fl::Comparison. |
|
||||||||||||||||
|
Implements fl::Comparison. |
|
||||||||||||
|
Reimplemented from fl::Comparison. |
|
|
Indicates that during normalization, subtract the mean of the elements in the vector.
|
1.2.18