
16 Jun
2008
16 Jun
'08
8:27 p.m.
Michael Marcin wrote:
The only thing that feels strange is using interleaved_view when I actually don't have interleaved data which is where I got caught up.
Interleaved vs. planar only makes sense if you have more than one channel. A single-channel image can be treated as interleaved or planar. GIL happens to define it as interleaved, which avoids some unnecessary code. Lubomir