Class cv::GFluidKernel#
#include <opencv2/gapi/fluid/gfluidkernel.hpp>Collaboration diagram for cv::GFluidKernel:
Public Types#
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
|
|
|
Constructor & Destructor Documentation#
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:
opencv2/gapi/fluid/gfluidkernel.hpp