GetData 函数功能获取Image对象的内存数据指针。 函数原型std::shared_ptr<uint8_t> Image::GetData() const; 返回参数说明 数据结构 说明 std::shared_ptr<uint8_t> 返回内存数据的智能指针。 父主题: Image