Struct cv::gapi::Generic#

Generic network type: input and output layers are configured dynamically at runtime. View details

Collaboration diagram for cv::gapi::Generic:

cv::gapi::Generic Node1 cv::gapi::Generic    

cv::gapi::Generic Node1 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: