OpenCV  4.5.0
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

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

Function Documentation

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