Table of Contents

Struct ObjectDetection

Namespace
Emgu.CV.Dpm
Assembly
Emgu.CV.dll

A DPM detection

public struct ObjectDetection
Inherited Members

Constructors

ObjectDetection(Rectangle, float, int)

create a detection

public ObjectDetection(Rectangle rect, float score, int classId)

Parameters

rect Rectangle

The rectangle

score float

The score

classId int

The class id

Fields

ClassId

class of the detection

public readonly int ClassId

Field Value

int

Rect

rectangle

public readonly Rectangle Rect

Field Value

Rectangle

Score

detection score

public readonly float Score

Field Value

float