Get the Euclidean eigen-distance between image and every other image in the database

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public float[] GetEigenDistances(
	Image<Gray, byte> image
)
Public Function GetEigenDistances ( _
	image As Image(Of Gray, Byte) _
) As Single()
public:
array<float>^ GetEigenDistances(
	Image<Gray, unsigned char>^ image
)

Parameters

image
Image<(Of <(Gray, Byte>)>)
The image to be compared from the training images

Return Value

An array of eigen distance from every image in the training images

See Also