Given the image to be examined, find in the database the most similar object, return the index and the eigen distance

C# | Visual Basic | Visual C++ |
public void FindMostSimilarObject( Image<Gray, byte> image, out int index, out float eigenDistance, out string label )
Public Sub FindMostSimilarObject ( _ image As Image(Of Gray, Byte), _ <OutAttribute> ByRef index As Integer, _ <OutAttribute> ByRef eigenDistance As Single, _ <OutAttribute> ByRef label As String _ )
public: void FindMostSimilarObject( Image<Gray^, unsigned char>^ image, [OutAttribute] int% index, [OutAttribute] float% eigenDistance, [OutAttribute] String^% label )
Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)