OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
edgeboxes.hpp ファイル
#include <opencv2/core.hpp>
Include dependency graph for edgeboxes.hpp:
This graph shows which files directly or indirectly include this file:

クラス

struct  cv::ximgproc::Box
 
class  cv::ximgproc::EdgeBoxes
 [328]EdgeBoxes アルゴリズムを実装したクラス。 : 続き...
 

名前空間

namespace  cv
 
namespace  cv::ximgproc
 

型定義

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

関数

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)
 Edgeboxesを生成する。