Interlacing of images

Mark Lawrence breamoreboy at yahoo.co.uk
Fri Mar 29 11:34:11 EDT 2013


On 29/03/2013 14:52, hesoyam16 at gmail.com wrote:
> Hi,
> I am new to python , and working on some basic stuff. I have separated the even and odd rows of a image into two separate images, now i want to combine them back, is there a simple way to do that using numpy or opencv commands or do I have to use a for loop.
>
> Thanks,
> Eric
>

Use the builtin zip function?

-- 
If you're using GoogleCrap™ please read this 
http://wiki.python.org/moin/GoogleGroupsPython.

Mark Lawrence




More information about the Python-list mailing list