OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
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 [318] : More...
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::ximgproc
 

Typedefs

typedef std::vector< Boxcv::ximgproc::Boxes
 

Functions

Ptr< EdgeBoxescv::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.