Loading...
Searching...
No Matches
cv::GMat Class Reference
GMat class represents image or tensor data in the graph. More...
#include <opencv2/gapi/gmat.hpp>
Inheritance diagram for cv::GMat:
Public Member Functions | |
GAPI_WRAP | GMat () |
Constructs an empty GMat. | |
Detailed Description
GMat class represents image or tensor data in the graph.
GMat doesn't store any data itself, instead it describes a functional relationship between operations consuming and producing GMat objects.
GMat is a virtual counterpart of Mat and UMat, but it doesn't mean G-API use Mat or UMat objects internally to represent GMat objects – the internal data representation may be backend-specific or optimized out at all.
Constructor & Destructor Documentation
◆ GMat()
GAPI_WRAP cv::GMat::GMat | ( | ) |
The documentation for this class was generated from the following file:
- opencv2/gapi/gmat.hpp