C# Class OpenCvSharp.LatentSvmDetector.ObjectDetection

Structure contains the detection information.
Mostra file Open project: shimat/opencvsharp

Public Methods

Method Description
ObjectDetection ( Rect rect = null, float score, int classId = -1 ) : System

Method Details

ObjectDetection() public method

public ObjectDetection ( Rect rect = null, float score, int classId = -1 ) : System
rect Rect
score float
classId int
return System