Skip to main content

Picture processing algorithm development kit

Project description

A picture processing algorithm development kit.

Pyctools is a collection of picture processing primitive components that you can easily interconnect to make complex algorithm simulations. It works with stills or video, and utilises popular libraries such as Python Imaging Library, NumPy and OpenCV.

https://pythonhosted.org/pyctools.core/_images/editor_8.png

Example projects using pyctools include pyctools-pal (a simulation of the Transform PAL decoder) and pyctools-demo (demonstrations of some simple processing).

Documentation

The core Pyctools library and components are documented on Read The Docs. If you install additional components you should build a local copy of the documentation to include the extra components.

Requirements

  • Python version 2.7 or 3.x.

  • NumPy for its powerful multi-dimensional array object.

  • Python Imaging Library for image file reading and writing. (The pillow fork of PIL is recommended.)

  • Cython to build fast extensions for Python.

  • gexiv2 to handle metadata.

  • OpenCV python bindings (optional) for advanced image processing.

  • FFmpeg (optional) to read and write video files.

  • rawkit (optional) to read raw image files.

  • PyQt and PyOpenGL (optional) graphic toolkit used by the Pyctools visual editor and the Qt display components.

  • Sphinx and mock (optional) to build local documentation.

Installation

Please see the documentation for full details of how to install Pyctools and its requirements.

Licence

Pyctools - a picture processing algorithm development kit.
Copyright (C) 2014-17 Pyctools contributors

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page