OpenCV 4.11.0
开源计算机视觉
|
类型定义 | |
使用 | GDetections = std::tuple<GArray<Rect>, GArray<int>> |
使用 | GRects = GArray<Rect> |
函数 | |
G_TYPED_KERNEL (GParseSSD,< GRects(GMat, GOpaque< Size >, float, bool, bool)>, "org.opencv.nn.parsers.parseSSD") | |
G_TYPED_KERNEL (GParseSSDBL,< GDetections(GMat, GOpaque< Size >, float, int)>, "org.opencv.nn.parsers.parseSSD_BL") | |
G_TYPED_KERNEL (GParseYolo,< GDetections(GMat, GOpaque< Size >, float, float, std::vector< float >)>, "org.opencv.nn.parsers.parseYolo") | |
使用 cv::gapi::nn::parsers::GDetections = std::tuple<GArray<Rect>, GArray<int>> |
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" | ) |