OpenCV
4.9.0
Open Source Computer Vision
|
Typedefs | |
using | GDetections = std::tuple< GArray< Rect >, GArray< int > > |
using | GRects = GArray< Rect > |
Functions | |
G_TYPED_KERNEL (GParseSSDBL,< GDetections(GMat, GOpaque< Size >, float, int)>, "org.opencv.nn.parsers.parseSSD_BL") | |
G_TYPED_KERNEL (GParseSSD,< GRects(GMat, GOpaque< Size >, float, bool, bool)>, "org.opencv.nn.parsers.parseSSD") | |
G_TYPED_KERNEL (GParseYolo,< GDetections(GMat, GOpaque< Size >, float, float, std::vector< float >)>, "org.opencv.nn.parsers.parseYolo") | |
using cv::gapi::nn::parsers::GDetections = typedef std::tuple<GArray<Rect>, GArray<int> > |
using cv::gapi::nn::parsers::GRects = typedef GArray<Rect> |
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 | ( | GParseSSD | , |
< GRects(GMat, GOpaque< Size >, float, bool, bool)> | , | ||
"org.opencv.nn.parsers.parseSSD" | |||
) |
cv::gapi::nn::parsers::G_TYPED_KERNEL | ( | GParseYolo | , |
< GDetections(GMat, GOpaque< Size >, float, float, std::vector< float >)> | , | ||
"org.opencv.nn.parsers.parseYolo" | |||
) |