$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Lubomir Bourdev (lbourdev_at_[hidden])
Date: 2008-06-16 16:27:16
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