OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
| 命名空间 | | 函数
block.hpp 文件参考
#include "../common.hpp"
block.hpp 的包含依赖关系图
此图表显示了直接或间接包含此文件的文件

结构  cv::cudev::Block
 

命名空间

命名空间  cv
 磁盘上的文件关联的文件存储的“黑匣子”表示形式。
 
命名空间  cv::cudev
 

#define OPENCV_CUDEV_BLOCK_BLOCK_HPP
 

函数

模板<class InIt , class OutIt >
__device__ 静态 __forceinline__ void cv::cudev::blockCopy (InIt beg, InIt end, OutIt out)
 
模板<class It , typename T >
__device__ 静态 __forceinline__ void cv::cudev::blockFill (It beg, It end, const T &value)
 
模板<class InIt , class OutIt , class UnOp >
__device__ 静态 __forceinline__ void cv::cudev::blockTransform (InIt beg, InIt end, OutIt out, const UnOp &op)
 
模板<class InIt1 , class InIt2 , class OutIt , class BinOp >
__device__ 静态 __forceinline__ void cv::cudev::blockTransform (InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, const BinOp &op)
 
模板<class OutIt , typename T >
__device__ 静态 __forceinline__ void cv::cudev::blockYota (OutIt beg, OutIt end, T value)
 

宏定义文档

◆ OPENCV_CUDEV_BLOCK_BLOCK_HPP

#define OPENCV_CUDEV_BLOCK_BLOCK_HPP