Class cv::GScalar#
GScalar class represents cv::Scalar data in the graph. View details
#include <opencv2/gapi/gscalar.hpp>Collaboration diagram for cv::GScalar:
Detailed Description#
GScalar class represents cv::Scalar data in the graph.
GScalar may be associated with a cv::Scalar value, which becomes its constant value bound in graph compile time. cv::GScalar describes a functional relationship between operations consuming and producing GScalar objects.
GScalar is a virtual counterpart of cv::Scalar, which is usually used to represent the GScalar data in G-API during the execution.
See also
Source file#
The documentation for this class was generated from the following file:
opencv2/gapi/gscalar.hpp