Method CreateEdgeBoxes
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
CreateEdgeBoxes(float, float, float, float, int, float, float, float, float, float, float, float)
Creates a EdgeBoxes
public static EdgeBoxes CreateEdgeBoxes(float alpha = 0.65, float beta = 0.75, float eta = 1, float minScore = 0.01, int maxBoxes = 10000, float edgeMinMag = 0.1, float edgeMergeThr = 0.5, float clusterMinMag = 0.5, float maxAspectRatio = 3, float minBoxArea = 1000, float gamma = 2, float kappa = 1.5)
Parameters
alphafloatstep size of sliding window search.
betafloatnms threshold for object proposals.
etafloatadaptation rate for nms threshold.
minScorefloatmin score of boxes to detect.
maxBoxesintmax number of boxes to detect.
edgeMinMagfloatedge min magnitude. Increase to trade off accuracy for speed.
edgeMergeThrfloatedge merge threshold. Increase to trade off accuracy for speed.
clusterMinMagfloatcluster min magnitude. Increase to trade off accuracy for speed.
maxAspectRatiofloatmax aspect ratio of boxes.
minBoxAreafloatminimum area of boxes.
gammafloataffinity sensitivity.
kappafloatscale sensitivity.