Struct cv::GMatDesc#

Collaboration diagram for cv::GMatDesc:

Constructor & Destructor Documentation#

GMatDesc()#

GAPI_WRAP cv::GMatDesc::GMatDesc()

Python:

cv.GMatDesc(d, c, s[, p]) -> <GMatDesc object>
cv.GMatDesc(d, dd) -> <GMatDesc object>

GMatDesc()#

GAPI_WRAP cv::GMatDesc::GMatDesc(
int d,
const std::vector< int > & dd )

Python:

cv.GMatDesc(d, c, s[, p]) -> <GMatDesc object>
cv.GMatDesc(d, dd) -> <GMatDesc object>

GMatDesc()#

GAPI_WRAP cv::GMatDesc::GMatDesc(
int d,
int c,
cv::Size s,
bool p = false )

Python:

cv.GMatDesc(d, c, s[, p]) -> <GMatDesc object>
cv.GMatDesc(d, dd) -> <GMatDesc object>

GMatDesc()#

GAPI_WRAP cv::GMatDesc::GMatDesc(
int d,
std::vector< int > && dd )

Python:

cv.GMatDesc(d, c, s[, p]) -> <GMatDesc object>
cv.GMatDesc(d, dd) -> <GMatDesc object>

Member Function Documentation#

asInterleaved()#

GAPI_WRAP GMatDesc cv::GMatDesc::asInterleaved()

Python:

cv.GMatDesc.asInterleaved() -> retval

asPlanar()#

GAPI_WRAP GMatDesc cv::GMatDesc::asPlanar()

Python:

cv.GMatDesc.asPlanar() -> retval
cv.GMatDesc.asPlanar(planes) -> retval

asPlanar()#

GAPI_WRAP GMatDesc cv::GMatDesc::asPlanar(int planes)

Python:

cv.GMatDesc.asPlanar() -> retval
cv.GMatDesc.asPlanar(planes) -> retval

Here is the call graph for this function:

cv::GMatDesc::asPlanar Node1 cv::GMatDesc::asPlanar Node2 cv::GMatDesc::asPlanar Node1->Node2

cv::GMatDesc::asPlanar Node1 cv::GMatDesc::asPlanar Node2 cv::GMatDesc::asPlanar Node1->Node2

canDescribe()#

bool cv::GMatDesc::canDescribe(const cv::Mat & mat)

canDescribe()#

bool cv::GMatDesc::canDescribe(const cv::RMat & mat)

isND()#

bool cv::GMatDesc::isND()

operator!=()#

bool cv::GMatDesc::operator!=(const GMatDesc & rhs)

operator==()#

bool cv::GMatDesc::operator==(const GMatDesc & rhs)

withDepth()#

GAPI_WRAP GMatDesc cv::GMatDesc::withDepth(int ddepth)

Python:

cv.GMatDesc.withDepth(ddepth) -> retval

withSize()#

GAPI_WRAP GMatDesc cv::GMatDesc::withSize(cv::Size sz)

Python:

cv.GMatDesc.withSize(sz) -> retval

withSizeDelta()#

GAPI_WRAP GMatDesc cv::GMatDesc::withSizeDelta(cv::Size delta)

Python:

cv.GMatDesc.withSizeDelta(delta) -> retval
cv.GMatDesc.withSizeDelta(dx, dy) -> retval

withSizeDelta()#

GAPI_WRAP GMatDesc cv::GMatDesc::withSizeDelta(
int dx,
int dy )

Python:

cv.GMatDesc.withSizeDelta(delta) -> retval
cv.GMatDesc.withSizeDelta(dx, dy) -> retval

withType()#

GAPI_WRAP GMatDesc cv::GMatDesc::withType(
int ddepth,
int dchan )

Python:

cv.GMatDesc.withType(ddepth, dchan) -> retval

Member Data Documentation#

chan#

GAPI_PROP int cv::GMatDesc::chan

depth#

GAPI_PROP int cv::GMatDesc::depth

dims#

GAPI_PROP std::vector< int > cv::GMatDesc::dims

planar#

GAPI_PROP bool cv::GMatDesc::planar

size#

GAPI_PROP cv::Size cv::GMatDesc::size

Source file#

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