|  | OpenCV
    3.4.2
    Open Source Computer Vision | 
#include <opencv2/core.hpp>| Classes | |
| struct | cv::ximgproc::Box | 
| class | cv::ximgproc::EdgeBoxes | 
| Class implementing EdgeBoxes algorithm from [224] :  More... | |
| Namespaces | |
| cv | |
| 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.  More... | |
 1.8.12
 1.8.12