OpenCV
3.4.20
Open Source Computer Vision
|
Namespaces | |
cv | |
cv::cudev | |
Macros | |
#define | OPENCV_CUDEV_WARP_SCAN_HPP |
Functions | |
template<typename T > | |
__device__ __forceinline__ T | cv::cudev::warpScanExclusive (T data, volatile T *smem, uint tid) |
template<typename T > | |
__device__ T | cv::cudev::warpScanInclusive (T data, volatile T *smem, uint tid) |
#define OPENCV_CUDEV_WARP_SCAN_HPP |