SimpleCV – Computer Vision platform using Python
simplecv.org
SimpleCV – Computer Vision platform using Python
1–10 of 39 posts
Re: SimpleCV – Computer Vision platform using Python
#2Very clear, well written, for a complete CV novice.
Re: SimpleCV – Computer Vision platform using Python
#3Re: SimpleCV – Computer Vision platform using Python
#4Re: SimpleCV – Computer Vision platform using Python
#5Unfortunately computer vision libraries and toolsets are the worst offenders of making each algorithm a 'hammer' when traditional problems are not a 'nail'. A good example is "Detecting a Car" ( http://tutorial.simplecv.org/en/latest/examples/parking.html ), where the mean color is used to determine if a car is in the image. A nice little exercise, but it oversimplifies the process. Each allows the user to step in a…
Re: SimpleCV – Computer Vision platform using Python
#6Re: SimpleCV – Computer Vision platform using Python
#7Unfortunately computer vision libraries and toolsets are the worst offenders of making each algorithm a 'hammer' when traditional problems are not a 'nail'. A good example is "Detecting a Car" ( http://tutorial.simplecv.org/en/latest/examples/parking.html ), where the mean color is used to determine if a car is in the image. A nice little exercise, but it oversimplifies the process. Each allows the user to step in a…
Re: SimpleCV – Computer Vision platform using Python
#8This was posted on HN some time ago and remains one of my favorite creative uses of OpenCV: "So I Suck At 24: Automating Card Games Using OpenCV and Python"
http://arnab.org/blog/so-i-suck-24-automating-card-games-usi...
Re: SimpleCV – Computer Vision platform using Python
#9The principles of computer vision are not too difficult to grok, requiring only knowledge of geometry and basic linear algebra. Two popular (dated, but still relevant) introductory texts are referenced to below [1] [2]. However, papers describing techniques that work in practice are often dense reads involving concepts from signal processing, control theory, and probability (e.g., [3]).
I personally enjoy learning about simple techniques that are also very effective in practice (e.g. Viola-Jones detection [4], SIFT points [5], RANSAC [6]), and I hope that simplecv.org might go over these in detail too.
[1]: http://www.robots.ox.ac.uk:5000/~vgg/hzbook/
[2]: http://dl.acm.org/citation.cfm?id=551277
[3]: http://robots.stanford.edu/papers/montemerlo.fastslam-tr.pdf
[4]: http://en.wikipedia.org/wiki/Viola%E2%80%93Jones_object_dete...
[5]: http://en.wikipedia.org/wiki/Scale-invariant_feature_transfo...
Re: SimpleCV – Computer Vision platform using Python
#10The site seems to have been thoroughly slashdotted ... er, fireballed ... er, hackernewsificated ... honestly, hasn't someone come up with a word yet for when HN does this?