Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!ecngs!feeder2.ecngs.de!87.79.20.101.MISMATCH!newsreader4.netcologne.de!news.netcologne.de!bcyclone01.am1.xlned.com!bcyclone01.am1.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'compiler': 0.05; 'scipy': 0.05; 'subject:Question': 0.07; 'pil': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sfxlen:2': 0.10; 'python': 0.11; 'mayavi': 0.16; 'numpy': 0.16; 'pygame': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.16; 'have:': 0.18; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; '(by': 0.22; 'cc:no real name:2**0': 0.23; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; '(e.g.': 0.27; 'matplotlib': 0.29; 'subject:About': 0.29; 'everyone': 0.34; 'to:addr:python-list': 0.35; 'c++': 0.35; 'basic': 0.36; 'should': 0.37; 'subject:: ': 0.37; 'received:org': 0.38; 'christian': 0.38; 'to:addr:python.org': 0.39; 'pyglet': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Sturla Molden Subject: Re: Question About Image Processing in Python Date: Thu, 28 May 2015 14:33:32 +0000 (UTC) References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 235-97-11.connect.netcom.no User-Agent: NewsTap/4.0.1 (iPad) X-: Cc: tutor@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432823635 news.xs4all.nl 2895 [2001:888:2000:d::a6]:47209 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 2998 X-Received-Body-CRC: 992755975 Xref: csiph.com comp.lang.python:91372 Serge Christian Ibala wrote: > Or what is the recommendation of Python for image processing? Basic setup everyone should have: Python NumPy SciPy (e.g. scipy.ndimage) Cython C and C++ compiler matplotlib scikit-image scikit-learn pillow Also consider: mahotas tifffile (by Christoph Gohlke) OpenCV PyOpenGL VTK mayavi pyglet PyGame PyQt Abandonware: PIL