🤖
AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
|
| | cv::gapi::nn::parsers::G_TYPED_KERNEL (GParseSSD,< GRects(GMat, GOpaque< Size >, float, bool, bool)>, "org.opencv.nn.parsers.parseSSD") |
| |
| | cv::gapi::nn::parsers::G_TYPED_KERNEL (GParseSSDBL,< GDetections(GMat, GOpaque< Size >, float, int)>, "org.opencv.nn.parsers.parseSSD_BL") |
| |
| | cv::gapi::nn::parsers::G_TYPED_KERNEL (GParseYolo,< GDetections(GMat, GOpaque< Size >, float, float, std::vector< float >)>, "org.opencv.nn.parsers.parseYolo") |
| |
| GArray< Rect > | cv::gapi::parseSSD (const GMat &in, const GOpaque< Size > &inSz, const float confidenceThreshold, const bool alignmentToSquare, const bool filterOutOfBounds) |
| | SSDネットワークの出力を解析する。
|
| |
| std::tuple< GArray< Rect >, GArray< int > > | cv::gapi::parseSSD (const GMat &in, const GOpaque< Size > &inSz, const float confidenceThreshold=0.5f, const int filterLabel=-1) |
| | SSDネットワークの出力を解析する。
|
| |
| std::tuple< GArray< Rect >, GArray< int > > | cv::gapi::parseYolo (const GMat &in, const GOpaque< Size > &inSz, const float confidenceThreshold=0.5f, const float nmsThreshold=0.5f, const std::vector< float > &anchors=nn::parsers::GParseYolo::defaultAnchors()) |
| | Yoloネットワークの出力を解析する。
|
| |