Getting raw pointer from boost::gil::view

前端 未结 1 479
隐瞒了意图╮
隐瞒了意图╮ 2021-01-22 08:03

I have a boost::gil::view which is interleaved. I want to construct my own model from this view which accepts the byte* of raw pixel data. How can I ge

相关标签:
1条回答
  • 2021-01-22 08:40

    I found out the way to do it. I used gilView.row_begin(0)

    0 讨论(0)
提交回复
热议问题