Creates instance of Edgeboxes
obj = cv.EdgeBoxes()
obj = cv.EdgeBoxes('OptionName',optionValue, ...)
Options
- Alpha step size of sliding window search. default 0.65
- Beta NMS threshold for object proposals. default 0.75
- Eta adaptation rate for NMS threshold. default 1
- MinScore min score of boxes to detect. default 0.01
- MaxBoxes max number of boxes to detect. default 10000
- EdgeMinMag edge min magnitude. Increase to trade off
accuracy for speed. default 0.1
- EdgeMergeThr edge merge threshold. Increase to trade off
accuracy for speed. default 0.5
- ClusterMinMag cluster min magnitude. Increase to trade off
accuracy for speed. default 0.5
- MaxAspectRatio max aspect ratio of boxes. default 3
- MinBoxArea minimum area of boxes. default 1000
- Gamma affinity sensitivity. default 2
- Kappa scale sensitivity. default 1.5