Go to the source code of this file.
Namespaces | |
| namespace | cv |
| Namespace where all the C++ OpenCV functionality resides. | |
| namespace | cv::gpu |
| namespace | cv::gpu::device |
Typedefs | |
| typedef unsigned char | cv::gpu::device::uchar |
| typedef unsigned short | cv::gpu::device::ushort |
| typedef signed char | cv::gpu::device::schar |
| typedef unsigned int | cv::gpu::device::uint |
Functions | |
| CV_EXPORTS void | cv::gpu::error (const char *error_string, const char *file, const int line, const char *func="") |
| __host__ __device__ __forceinline__ int | cv::gpu::divUp (int total, int grain) |
| template<class T > | |
| void | cv::gpu::device::bindTexture (const textureReference *tex, const PtrStepSz< T > &img) |