OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::fastcv::QcResourceManager 类参考

FastCV 分配的资源管理器。此类管理活动分配。更多...

#include <opencv2/fastcv/allocator.hpp>

cv::fastcv::QcResourceManager 的协作图

公共成员函数

void addAllocation (void *ptr)
 
void removeAllocation (void *ptr)
 

静态公共成员函数

static QcResourceManagergetInstance ()
 

详细描述

FastCV 分配的资源管理器。此类管理活动分配。

成员函数文档

◆ addAllocation()

void cv::fastcv::QcResourceManager::addAllocation ( void * ptr)

◆ getInstance()

static QcResourceManager & cv::fastcv::QcResourceManager::getInstance ( )
static

◆ removeAllocation()

void cv::fastcv::QcResourceManager::removeAllocation ( void * ptr)

此类文档由以下文件生成