OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::GFluidKernel 类参考

#include <opencv2/gapi/fluid/gfluidkernel.hpp>

cv::GFluidKernel 的协作图

公共类型

using B = std::function<gapi::fluid::BorderOpt(const GMetaArgs&, const GArgs&)>
 
using F = std::function<void(const cv::GArgs&, const std::vector<gapi::fluid::Buffer*> &)>
 
using GW = std::function<int(const GMetaArgs&, const GArgs&)>
 
using IS = std::function<void(const cv::GMetaArgs &, const cv::GArgs&, gapi::fluid::Buffer &)>
 
枚举类 Kind {
  Filter ,
  Resize ,
  YUV420toRGB
}
 
using M = std::function<GMetaArgs(const GMetaArgs &, const GArgs &)>
 
using RS = std::function<void(gapi::fluid::Buffer &)>
 

公共成员函数

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

公共属性

const B m_b
 
const F m_f
 
const GW m_gw
 
const IS m_is
 
Kind m_kind
 
const int m_lpi = -1
 
const RS m_rs
 
const bool m_scratch = false
 

成员类型定义文档

◆ B

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

◆ F

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

◆ GW

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

◆ IS

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

◆ M

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

◆ RS

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

成员枚举文档

◆ Kind

枚举类 cv::GFluidKernel::Kind
强类型
枚举器
Filter 
Resize 
YUV420toRGB 

构造函数和析构函数文档

◆ GFluidKernel() [1/2]

cv::GFluidKernel::GFluidKernel ( )
内联

◆ GFluidKernel() [2/2]

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

成员数据文档

◆ 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

此类的文档是从以下文件生成的