Shortcut: NORMALIZED_EUCLIDEAN_DISTANCE
| Module | refdist |
|---|---|
| Description | Usage |
| Calculate the normalised euclidean distance between two points in CV space | |
| output value | type |
| the normalized euclidean distances between the input vectors | scalar/vector |
Further details and examples
Text from manual goes here
Syntax
The following table describes the keywords and options that can be used with this action
| Keyword | Type | Default | Description |
|---|---|---|---|
| ARG1 | compulsory | none | The poin that we are calculating the distance from |
| ARG2 | compulsory | none | The point that we are calculating the distance to |
| METRIC | compulsory | none | The inverse covariance matrix that should be used when calculating the distance |
| SQUARED | optional | false | The squared distance should be calculated |