http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Get the Euclidean eigen-distance between image and every other image in the database
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public float[] GetEigenDistances( Image<Gray, byte> image ) |
Visual Basic |
---|
Public Function GetEigenDistances ( _ image As Image(Of Gray, Byte) _ ) As Single() |
Visual C++ |
---|
public: array<float>^ GetEigenDistances( Image<Gray, unsigned char>^ image ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
The image to be compared from the training images