OpenCV  4.5.1
Open Source Computer Vision
Typedefs | Functions
cv::gapi::nn::parsers Namespace Reference

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")
 

Typedef Documentation

◆ GDetections

using cv::gapi::nn::parsers::GDetections = typedef std::tuple<GArray<Rect>, GArray<int> >

◆ GRects

Function Documentation

◆ G_TYPED_KERNEL() [1/3]

cv::gapi::nn::parsers::G_TYPED_KERNEL ( GParseSSDBL  ,
< GDetections(GMat, GOpaque< Size >, float, int)>  ,
"org.opencv.nn.parsers.parseSSD_BL"   
)

◆ G_TYPED_KERNEL() [2/3]

cv::gapi::nn::parsers::G_TYPED_KERNEL ( GParseSSD  ,
< GRects(GMat, GOpaque< Size >, float, bool, bool)>  ,
"org.opencv.nn.parsers.parseSSD"   
)

◆ G_TYPED_KERNEL() [3/3]

cv::gapi::nn::parsers::G_TYPED_KERNEL ( GParseYolo  ,
< GDetections(GMat, GOpaque< Size >, float, float, std::vector< float >)>  ,
"org.opencv.nn.parsers.parseYolo"   
)