$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Marcin (mike.marcin_at_[hidden])
Date: 2008-06-16 15:26:26
Lubomir Bourdev wrote:
> Michael,
>
> Here is a version of the algorithm that makes use of view
> transformations:
>
> <snip>
>
> reflect_quadrants should work for images of any number of channels,
> dimensions, interleaved/planar, non-byte-aligned, synthetic, etc.
>
This makes a lot of sense and is certainly easier to read than what was
there before.
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.
Thanks,
Michael Marcin