MatPtrDeleter
Function Usage
Raw pointer deleter. The pointer type is cv::Mat. It is invoked for internal use only. Do not use it.
Prototype
bool MatPtrDeleter(uint64_t dataptr, uint64_t matptr);
Parameter Description
Parameter |
Description |
|---|---|
dataptr |
matptr->data pointer |
matptr |
matptr pointer |
Parent topic: MxpiDataTypeDeleter