OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
未找到匹配项
block.hpp 文件参考
#include "../common.hpp"
block.hpp 的包含依赖图
此图显示直接或间接包含此文件的文件

结构体 cv::cudev::Block
 

命名空间

命名空间 cv
 
命名空间 cv::cudev
 

#define OPENCV_CUDEV_BLOCK_BLOCK_HPP
 

函数

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

宏定义文档

◆ OPENCV_CUDEV_BLOCK_BLOCK_HPP

#define OPENCV_CUDEV_BLOCK_BLOCK_HPP