OpenCV
3.0.0-rc1
Open Source Computer Vision
|
#include "../common.hpp"
Classes | |
struct | cv::cudev::Block |
Namespaces | |
cv | |
cv::cudev | |
Macros | |
#define | __OPENCV_CUDEV_BLOCK_BLOCK_HPP__ |
Functions | |
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::blockTransfrom (InIt beg, InIt end, OutIt out, const UnOp &op) |
template<class InIt1 , class InIt2 , class OutIt , class BinOp > | |
__device__ static __forceinline__ void | cv::cudev::blockTransfrom (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) |
#define __OPENCV_CUDEV_BLOCK_BLOCK_HPP__ |