Table of Contents

Struct MDMatch

Namespace
Emgu.CV.Structure
Assembly
Emgu.CV.dll

OpenCV's DMatch structure

public struct MDMatch
Inherited Members

Fields

Distance

Distance

public float Distance

Field Value

float

ImgIdx

Train image index

public int ImgIdx

Field Value

int

QueryIdx

Query descriptor index

public int QueryIdx

Field Value

int

TrainIdx

Train descriptor index

public int TrainIdx

Field Value

int