Table of Contents

Class EdgeBoxes

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

Class implementing EdgeBoxes algorithm from @cite ZitnickECCV14edgeBoxes

public class EdgeBoxes : Algorithm, IDisposable
Inheritance
EdgeBoxes
Implements
Inherited Members

Properties

Alpha

Gets or sets the step size of sliding window search.

Beta

Gets or sets the nms threshold for object proposals.

ClusterMinMag

Gets or sets the cluster min magnitude.

EdgeMergeThr

Gets or sets the edge merge threshold.

EdgeMinMag

Gets or sets the edge min magnitude.

Eta

Gets or sets adaptation rate for nms threshold.

Gamma

Gets or sets the affinity sensitivity.

Kappa

Gets or sets the scale sensitivity.

MaxAspectRatio

Gets or sets the max aspect ratio of boxes.

MaxBoxes

Gets or sets the max number of boxes to detect.

MinBoxArea

Gets or sets the minimum area of boxes.

MinScore

Gets or sets the min score of boxes to detect.

Methods

Create(float, float, float, float, int, float, float, float, float, float, float, float)

Creates a EdgeBoxes

GetBoundingBoxes(InputArray, InputArray, out Rect[])

Returns array containing proposal boxes.