OpenCV  4.10.0
Open Source Computer Vision
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

◆ AdapterP

using cv::RMat::AdapterP = std::shared_ptr<IAdapter>

Member Enumeration Documentation

◆ Access

enum class cv::RMat::Access
strong
Enumerator

Constructor & Destructor Documentation

◆ RMat() [1/2]

cv::RMat::RMat ( )
default

◆ RMat() [2/2]

cv::RMat::RMat ( AdapterP && a)
inline

Member Function Documentation

◆ access()

View cv::RMat::access ( Access a) const
inline

◆ desc()

GMatDesc cv::RMat::desc ( ) const
inline

◆ get()

template<typename T>
T * cv::RMat::get ( ) const
inline

◆ serialize()

void cv::RMat::serialize ( cv::gapi::s11n::IOStream & os) const
inline

The documentation for this class was generated from the following file: