OpenCV  5.0.0alpha
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::gapi::nn::parsers Namespace Reference

Typedefs

using GDetections = std::tuple<GArray<Rect>, GArray<int>>
 
using GRects = GArray<Rect>
 

Functions

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

Typedef Documentation

◆ GDetections

◆ GRects

Function Documentation

◆ G_TYPED_KERNEL() [1/3]

cv::gapi::nn::parsers::G_TYPED_KERNEL ( GParseSSD ,
< GRects(GMat, GOpaque< Size >, float, bool, bool)> ,
"org.opencv.nn.parsers.parseSSD"  )
Here is the call graph for this function:

◆ G_TYPED_KERNEL() [2/3]

cv::gapi::nn::parsers::G_TYPED_KERNEL ( GParseSSDBL ,
< GDetections(GMat, GOpaque< Size >, float, int)> ,
"org.opencv.nn.parsers.parseSSD_BL"  )
Here is the call graph for this function:

◆ 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"  )
Here is the call graph for this function: