OpenCV  5.0.0alpha
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::cuda::GpuMat::Allocator Class Referenceabstract

#include <opencv2/core/cuda.hpp>

Collaboration diagram for cv::cuda::GpuMat::Allocator:

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: