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

struct  cv::cudev::Warp
 

命名空间

namespace  cv
 磁盘上的文件关联的文件存储的“黑盒”表示。
 
namespace  cv::cudev
 

#define OPENCV_CUDEV_WARP_WARP_HPP
 

枚举

enum  {
  cv::cudev::LOG_WARP_SIZE = 5 ,
  cv::cudev::WARP_SIZE = 1 << LOG_WARP_SIZE
}
 

函数

template<class InIt , class OutIt >
__device__ __forceinline__ OutIt cv::cudev::warpCopy (InIt beg, InIt end, OutIt out)
 
template<class It , typename T >
__device__ __forceinline__ void cv::cudev::warpFill (It beg, It end, const T &value)
 
template<class InIt , class OutIt , class UnOp >
__device__ __forceinline__ OutIt cv::cudev::warpTransform (InIt beg, InIt end, OutIt out, const UnOp &op)
 
template<class InIt1 , class InIt2 , class OutIt , class BinOp >
__device__ __forceinline__ OutIt cv::cudev::warpTransform (InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, const BinOp &op)
 
template<typename OutIt , typename T >
__device__ __forceinline__ void cv::cudev::warpYota (OutIt beg, OutIt end, T value)
 

宏定义文档

◆ OPENCV_CUDEV_WARP_WARP_HPP

#define OPENCV_CUDEV_WARP_WARP_HPP