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
boost::gil::view
byte*
I found out the way to do it. I used gilView.row_begin(0)
gilView.row_begin(0)