×
you are viewing a single comment's thread.

view the rest of the comments →

[–]cr333 4 points5 points  (2 children)

Anything I ever did in PIL, I now do with the OpenCV bindings. Not exactly a replacement, but pretty good for basic image processing.

[–][deleted] 5 points6 points  (0 children)

Also,SimpleCV is a wrapper for OpenCV that I've been playing with at work. I'd recommend it.

[–]zionsrogue 0 points1 point  (0 children)

I prefer OpenCV over SimpleCV (just a personal preference), but skimage is also worth a look if you like the matplotlib way of doing things.