获取Image对象的内存数据指针。
1
std::shared_ptr<uint8_t> Image::GetData() const;
数据结构
说明
std::shared_ptr<uint8_t>
返回内存数据的智能指针。