
16 Jun
2008
16 Jun
'08
7:26 p.m.
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