Struct cv::gapi::Generic#
Generic network type: input and output layers are configured dynamically at runtime. View details
#include <opencv2/gapi/infer.hpp>Collaboration diagram for cv::gapi::Generic:
Detailed Description#
-
struct Generic#
Generic network type: input and output layers are configured dynamically at runtime.
Unlike the network types defined with G_API_NET macro, this one doesn’t fix number of network inputs and outputs at the compilation stage thus providing user with an opportunity to program them in runtime.
Source file#
The documentation for this struct was generated from the following file:
opencv2/gapi/infer.hpp