OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
scan.hpp File Reference
#include "../common.hpp"
#include "../warp/scan.hpp"
#include "../warp/warp.hpp"
Include dependency graph for scan.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::cudev
 

Macros

#define OPENCV_CUDEV_BLOCK_SCAN_HPP
 

Functions

template<int THREADS_NUM, typename T >
__device__ __forceinline__ T cv::cudev::blockScanExclusive (T data, volatile T *smem, uint tid)
 
template<int THREADS_NUM, typename T >
__device__ T cv::cudev::blockScanInclusive (T data, volatile T *smem, uint tid)
 

Macro Definition Documentation

◆ OPENCV_CUDEV_BLOCK_SCAN_HPP

#define OPENCV_CUDEV_BLOCK_SCAN_HPP