![]()  | 
  
    OpenCV 4.13.0-dev
    
   Open Source Computer Vision 
   | 
 
#include <opencv2/core.hpp>Classes | |
| struct | cv::ximgproc::Box | 
| class | cv::ximgproc::EdgeBoxes | 
| Class implementing EdgeBoxes algorithm from [326] :  More... | |
Namespaces | |
| namespace | cv | 
| namespace | cv::ximgproc | 
Typedefs | |
| typedef std::vector< Box > | cv::ximgproc::Boxes | 
Functions | |
| Ptr< EdgeBoxes > | cv::ximgproc::createEdgeBoxes (float alpha=0.65f, float beta=0.75f, float eta=1, float minScore=0.01f, int maxBoxes=10000, float edgeMinMag=0.1f, float edgeMergeThr=0.5f, float clusterMinMag=0.5f, float maxAspectRatio=3, float minBoxArea=1000, float gamma=2, float kappa=1.5f) | 
| Creates a Edgeboxes.   | |