Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #42252

Re: Interlacing of images

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Interlacing of images
Date 2013-03-29 15:34 +0000
References <55801b9d-94ce-4b75-8798-86bdc899a605@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.3953.1364571213.2939.python-list@python.org> (permalink)

Show all headers | View raw


On 29/03/2013 14:52, hesoyam16@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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Interlacing of images hesoyam16@gmail.com - 2013-03-29 07:52 -0700
  Re: Interlacing of images Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-03-29 15:34 +0000

csiph-web