cv.EdgeBoxes - MATLAB File Help Go to online doc for cv.EdgeBoxes
cv.EdgeBoxes

Class implementing Edge Boxes algorithm

Algorithm from [ZitnickECCV14edgeBoxes].

References

[ZitnickECCV14edgeBoxes]:

C. Lawrence Zitnick and Piotr Dollar. "Edge boxes: Locating object proposals from edges". In ECCV, 2014. PDF

See also
Class Details
Superclasses handle
Sealed false
Construct on load false
Constructor Summary
EdgeBoxes Creates instance of Edgeboxes 
Property Summary
Alpha The step size of sliding window search. 
Beta The NMS threshold for object proposals. 
ClusterMinMag The cluster min magnitude. 
EdgeMergeThr The edge merge threshold. 
EdgeMinMag The edge min magnitude. 
Eta The adaptation rate for NMS threshold. 
Gamma The affinity sensitivity. 
Kappa The scale sensitivity. 
MaxAspectRatio The max aspect ratio of boxes. 
MaxBoxes The max number of boxes to detect. 
MinBoxArea The minimum area of boxes. 
MinScore The min score of boxes to detect. 
id Object ID 
Method Summary
  addlistener Add listener for event. 
  delete Destructor 
  eq == (EQ) Test handle equality. 
  findobj Find objects matching specified conditions. 
  findprop Find property of MATLAB handle object. 
  ge >= (GE) Greater than or equal relation for handles. 
  getBoundingBoxes Returns array containing proposal boxes. 
  gt > (GT) Greater than relation for handles. 
Sealed   isvalid Test handle validity. 
  le <= (LE) Less than or equal relation for handles. 
  listener Add listener for event without binding the listener to the source object. 
  lt < (LT) Less than relation for handles. 
  ne ~= (NE) Not equal relation for handles. 
  notify Notify listeners of event. 
Event Summary
ObjectBeingDestroyed Notifies listeners that a particular object has been destroyed.