Class cv::GFluidKernel#

Collaboration diagram for cv::GFluidKernel:

cv::GFluidKernel Node1 cv::GFluidKernel   + GFluidKernel() + GFluidKernel() Node2 Kind     Node2->Node1 +m_kind Node3 int     Node3->Node1 +m_lpi Node4 bool     Node4->Node1 +m_scratch Node5 const F     Node5->Node1 +m_f Node6 const IS     Node6->Node1 +m_is Node7 const RS     Node7->Node1 +m_rs Node8 const B     Node8->Node1 +m_b Node9 const GW     Node9->Node1 +m_gw

cv::GFluidKernel Node1 cv::GFluidKernel   + GFluidKernel() + GFluidKernel() Node2 Kind     Node2->Node1 +m_kind Node3 int     Node3->Node1 +m_lpi Node4 bool     Node4->Node1 +m_scratch Node5 const F     Node5->Node1 +m_f Node6 const IS     Node6->Node1 +m_is Node7 const RS     Node7->Node1 +m_rs Node8 const B     Node8->Node1 +m_b Node9 const GW     Node9->Node1 +m_gw

Public Types#

enum class Kind {
    Kind::Filter,
    Kind::Resize,
    Kind::YUV420toRGB
}

Member Typedef Documentation#

B#

typedef std::function< gapi::fluid::BorderOpt(const GMetaArgs &, const GArgs &)> cv::GFluidKernel::B

F#

typedef std::function< void(const cv::GArgs &, const std::vector< gapi::fluid::Buffer * > &)> cv::GFluidKernel::F

GW#

typedef std::function< int(const GMetaArgs &, const GArgs &)> cv::GFluidKernel::GW

IS#

typedef std::function< void(const cv::GMetaArgs &, const cv::GArgs &, gapi::fluid::Buffer &)> cv::GFluidKernel::IS

M#

typedef std::function< GMetaArgs(const GMetaArgs &, const GArgs &)> cv::GFluidKernel::M

RS#

typedef std::function< void(gapi::fluid::Buffer &)> cv::GFluidKernel::RS

Member Enumeration Documentation#

enum Kind

Filter
Python: cv.GFluidKernel_Kind_Filter

Resize
Python: cv.GFluidKernel_Kind_Resize

YUV420toRGB
Python: cv.GFluidKernel_Kind_YUV420toRGB

Constructor & Destructor Documentation#

GFluidKernel()#

cv::GFluidKernel::GFluidKernel()

GFluidKernel()#

cv::GFluidKernel::GFluidKernel(
Kind k,
int l,
bool scratch,
const F & f,
const IS & is,
const RS & rs,
const B & b,
const GW & win )

Member Data Documentation#

m_b#

const B cv::GFluidKernel::m_b

m_f#

const F cv::GFluidKernel::m_f

m_gw#

const GW cv::GFluidKernel::m_gw

m_is#

const IS cv::GFluidKernel::m_is

m_kind#

Kind cv::GFluidKernel::m_kind

m_lpi#

const int cv::GFluidKernel::m_lpi = -1

m_rs#

const RS cv::GFluidKernel::m_rs

m_scratch#

const bool cv::GFluidKernel::m_scratch = false

Source file#

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