OpenCV  4.5.0
Open Source Computer Vision
Classes | Namespaces | Typedefs | Functions
edgeboxes.hpp File Reference
#include <opencv2/core.hpp>

Classes

struct  cv::ximgproc::Box
 
class  cv::ximgproc::EdgeBoxes
 Class implementing EdgeBoxes algorithm from [283] : More...
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 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...