C# Class Emgu.CV.FaceRecognizer.PredictionResult

The prediction result
Mostrar archivo Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
Distance double
Label int

Property Details

Distance public_oe property

The distance
public double Distance
return double

Label public_oe property

The label
public int Label
return int