Loading...
Searching...
No Matches
cv::RMat Class Reference
#include <opencv2/gapi/rmat.hpp>
Classes | |
| class | IAdapter |
| class | View |
Public Types | |
| enum class | Access { R , W } |
| using | Adapter = IAdapter |
| using | AdapterP = std::shared_ptr< IAdapter > |
Public Member Functions | |
| RMat ()=default | |
| RMat (AdapterP &&a) | |
| View | access (Access a) const |
| GMatDesc | desc () const |
| template<typename T > | |
| T * | get () const |
| void | serialize (cv::gapi::s11n::IOStream &os) const |
Member Typedef Documentation
◆ Adapter
| using cv::RMat::Adapter = IAdapter |
◆ AdapterP
| using cv::RMat::AdapterP = std::shared_ptr<IAdapter> |
Member Enumeration Documentation
◆ Access
|
strong |
Constructor & Destructor Documentation
◆ RMat() [1/2]
|
default |
◆ RMat() [2/2]
|
inline |
Member Function Documentation
◆ access()
◆ desc()
|
inline |
◆ get()
template<typename T >
|
inline |
◆ serialize()
|
inline |
The documentation for this class was generated from the following file:
- opencv2/gapi/rmat.hpp
1.9.6