OpenCV  3.2.0-dev
Open Source Computer Vision

#include "block.hpp"

Static Public Member Functions

__device__ static __forceinline__ uint blockId ()
 
__device__ static __forceinline__ uint blockSize ()
 
__device__ static __forceinline__ uint threadLineId ()
 

Member Function Documentation

__device__ static __forceinline__ uint cv::cudev::Block::blockId ( )
inlinestatic
__device__ static __forceinline__ uint cv::cudev::Block::blockSize ( )
inlinestatic

Referenced by cv::cudev::blockCopy(), cv::cudev::blockFill(), cv::cudev::blockTransfrom(), and cv::cudev::blockYota().

Here is the caller graph for this function:

__device__ static __forceinline__ uint cv::cudev::Block::threadLineId ( )
inlinestatic

Referenced by cv::cudev::blockCopy(), cv::cudev::blockFill(), cv::cudev::blockTransfrom(), and cv::cudev::blockYota().

Here is the caller graph for this function:


The documentation for this struct was generated from the following file: