MatPtrDeleter
Function Usage
Raw pointer deleter. The pointer type is cv::Mat. It is invoked for internal use only. Do not use it.
Prototype
1 | bool MatPtrDeleter(uint64_t dataptr, uint64_t matptr); |
Parameters
Parameter |
Description |
|---|---|
dataptr |
matptr->data pointer. dataptr must be converted to the uint64 type by the image data content pointer and cannot be directly constructed. |
matptr |
matptr pointer. matptr must be converted to the uint64 type by the cv::Mat pointer and cannot be directly constructed. |
Parent topic: MxpiDataTypeDeleter