C# Class Emgu.CV.FaceRecognizer.PredictionResult

The prediction result
Show file Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
Distance double
Label int

Property Details

Distance public property

The distance
public double Distance
return double

Label public property

The label
public int Label
return int