$darkmode
404 Not Found

404 Not Found


nginx
OpenCV 4.11.0
Open Source Computer Vision
BEGIN_CUSTOM_MATHJAX // END_CUSTOM_MATHJAX
Classes | Namespaces | Typedefs | Functions
edgeboxes.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for edgeboxes.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  cv::ximgproc::Box
 
class  cv::ximgproc::EdgeBoxes
 Class implementing EdgeBoxes algorithm from [ZitnickECCV14edgeBoxes] : 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. More...