Given the image to be examined, find in the database the most similar object, return the index and the eigen distance
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
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 )