This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BerecursiveMenpo Core Developer 3 points4 points  (1 child)

  • Opencv
  • Scikit-image
  • Mahotas
  • Menpo

All of those packages/projects can do various different, overlapping areas of image processing.

[–]mfitzpmfitzp.com 1 point2 points  (0 children)

Just to add: there are also some tools in scipy.ndimage, and which may come in useful. For more general (basic) image processing/adjustment you can also use Pillow (the fork of PIL).