Installing SimpleCV
Dec 19, 2014 • Rentaro
Today I came across SimpleCV (linked here), a simplified computer vision library which works very well with python. I've known and tried to use OpenCV, what people typically use for CV, for a while, but I've never had a good experience using it. Given the choice I've always opted to use Matlab's vision package instead. I'm just not great at C++; it takes too much effort to do the simplest things and its confusing documentation doesn't help much either. Finding SimpleCV and reading up on how easy it can be to use it has been pretty exciting.
Installation
Anyways, below I show how I installed SimpleCV on my Ubuntu 14 machine. Thanks to jayrambhia for his blog post.
Test Script
To test that my installation worked I used the first demo script presented by Katherine Scott at Pycon US 2013. The code is unbelievably simple and short. Check out the result below!