Calculates Mahalanobis distance between two vectors
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- vec1
- Type: OpenCvSharpCvArr
The first 1D source vector. - vec2
- Type: OpenCvSharpCvArr
The second 1D source vector. - mat
- Type: OpenCvSharpCvArr
The inverse covariation matrix.
Return Value
Type: DoubleMahalanobis distance
See Also