4 ms·
At first glance, it looks like a good library for starting out with Vision. It's a very Pythonic library. I especially like some of the blatant honesty in their
by cbo 15y ago
At first glance, it looks like a good library for starting out with Vision. It's a very Pythonic library. I especially like some of the blatant honesty in their docstrings.
https://github.com/ingenuitas/SimpleCV/blob/master/SimpleCV/Features/BOFFeatureExtractor.py https://github.com/ingenuitas/SimpleCV/blob/master/SimpleCV/...
> def _makeCodebook(self,data,ncodes=128):
> """
> Do the k-means ... this is slow as as shit
> """
It certainly looks easier than starting with OpenCV alone.
Moreover, Ingenuitas looks like an interesting company. Open source solutions for manufacturing is certainly nothing I've heard of before. Definitely something to keep an eye on.
- kscottz 15y agoThanks! I try to keep things real in the documentation. Sometimes things are slow, especially with python. After years of working as a closed-source defense contractor nothing feels better than having someone looking at my code and agreeing with me that a) it sucks and b) at least it works.
- stephth 15y agoIngenuitas got me curious too. It looks like an interesting team and company, and all your existing products are open source and free of charge, you don't seem to be selling anything. How do you make money?