OpenCV 2.0 Introduces CPP Style Coding and More
No more void *‘s apparently. And they’ve got constructors and destructors.
Check out the documentation here: http://opencv.willowgarage.com/documentation/cpp/index.html
Notably, the memory management seems to be much nicer as destructors are called when there are no more references to the object. …
Memory (pdf)
I’ve just uploaded an old pdf of the Memory project:
…
Perception Related Videos
Seeing as how many interesting talks are being collected in online video databases such as videolectures, mit world, academic earth, opencourseware, ted, uctv, or the nih videocasts, just to name a few, I’ve …
DIEM Website
The DIEM Project (Dynamic Images and Eye Movements) has a sleek new website which you can check out here: http://www.psy.ed.ac.uk/diem…
Mr. Magoo’s Poop Experiment – Pinocchio
New song:
Mr. Magoo’s Poop Experiment – Pinocchio.mp4…
OpenCV 1.2.0 (2.0 Beta)
Win32 installer
Taken from the changelog:
New functionality, features: <<<
– General:
* The brand-new C++ interface for most of OpenCV functionality
(cxcore, cv, highgui) has been introduced.
Generally it means that you will need to do less coding to achieve the same
…