OpenCV  3.4.16
Open Source Computer Vision
Public Member Functions | List of all members
cv::cuda::GpuMat::Allocator Class Referenceabstract

#include <opencv2/core/cuda.hpp>

Public Member Functions

virtual ~Allocator ()
 
virtual bool allocate (GpuMat *mat, int rows, int cols, size_t elemSize)=0
 
virtual void free (GpuMat *mat)=0
 

Constructor & Destructor Documentation

◆ ~Allocator()

virtual cv::cuda::GpuMat::Allocator::~Allocator ( )
inlinevirtual

Member Function Documentation

◆ allocate()

virtual bool cv::cuda::GpuMat::Allocator::allocate ( GpuMat mat,
int  rows,
int  cols,
size_t  elemSize 
)
pure virtual

◆ free()

virtual void cv::cuda::GpuMat::Allocator::free ( GpuMat mat)
pure virtual

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