GetData

函数功能

获取Image对象的内存数据指针。

函数原型

1
std::shared_ptr<uint8_t> Image::GetData() const;

返回参数说明

数据结构

说明

std::shared_ptr<uint8_t>

返回内存数据的智能指针。