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


Groups > comp.lang.python > #42250 > unrolled thread

Interlacing of images

Started byhesoyam16@gmail.com
First post2013-03-29 07:52 -0700
Last post2013-03-29 15:34 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  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

#42250 — Interlacing of images

Fromhesoyam16@gmail.com
Date2013-03-29 07:52 -0700
SubjectInterlacing of images
Message-ID<55801b9d-94ce-4b75-8798-86bdc899a605@googlegroups.com>
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

[toc] | [next] | [standalone]


#42252

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-03-29 15:34 +0000
Message-ID<mailman.3953.1364571213.2939.python-list@python.org>
In reply to#42250
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web