Go to the source code of this file.
Classes | |
struct | cv::gpu::StaticAssert< true > |
struct | cv::gpu::DevMem2D_< T > |
struct | cv::gpu::PtrStep_< T > |
struct | cv::gpu::PtrElemStep_< T > |
Namespaces | |
namespace | cv |
Namespace where all the C++ OpenCV functionality resides. | |
namespace | cv::gpu |
Typedefs | |
typedef DevMem2D_< unsigned char > | cv::gpu::DevMem2D |
typedef DevMem2D_< float > | cv::gpu::DevMem2Df |
typedef DevMem2D_< int > | cv::gpu::DevMem2Di |
typedef PtrStep_< unsigned char > | cv::gpu::PtrStep |
typedef PtrStep_< float > | cv::gpu::PtrStepf |
typedef PtrStep_< int > | cv::gpu::PtrStepi |
typedef PtrElemStep_< unsigned char > | cv::gpu::PtrElemStep |
typedef PtrElemStep_< float > | cv::gpu::PtrElemStepf |
typedef PtrElemStep_< int > | cv::gpu::PtrElemStepi |