Saturday, July 31st, 2010, 1029 days ago

A review of openCV of detection and recognition

learning openCVThis post has been scheduled for ages since i posted an?announcement in a previous post to write a review of openCV of detection and recognition, particularly in perspectives of hand detections and recognitions. The announcement post is here as a reference.

About openCV

A library of programming functions for real time computer vision,released under a BSD?license, and free for academic and commercial use (a). Current version is openCV 2.1, this version has been installed and compiled under my VS 2008 environment but with some errors, may not be very easy to configure this version. While the stabilities of openCV 1.0 have been firmly proved already and that is easier to install and configure. Install guides can be found as ?openCV install guide in openCV wiki,?installing openCV in windows, vc2008 install openCV 2.0/2.1(in Chinese)?and get started with openCV.

Read More

Tuesday, July 27th, 2010, 1033 days ago

Augmented codes of using media play control in MFC

media player control in MFCUsing media player control in MFC is not as easy as dragging in a button control. Usually there are some high frequent errors such as ‘cannot convert from LPDISPATCH to CWMPMedia/CWMPControls’, and the worse thing is that even Google is not able to provide proper solutions to address these errors except dozens of posts raising similar problems waiting for somebody to provide positive solutions.

Read More

Thursday, July 15th, 2010, 1045 days ago

Using openCV in MFC

opencv in MFCPopular tutorials of using openCV to detect objects and showing recognised results are based on a black window with rapid command lines flushing up. As MFC has more powerful functions in interface design than pure interfaces provided by openCV, it is attractive to move openCV application from console to MFC. Here is an tutorial of introducing using openCV in MFC, check it out.

Read More

Tuesday, July 13th, 2010, 1047 days ago

Hand detection by using cvSnakeImage

cvsnakeimageUsing the function cvsnakeimage(), this was an idea i tried to recognise hand gestures. The thought was that as to set a threshold to filter the image firstly, based on the image then contours were able to be extracted (as blue curves shown in the picture on the left), then passing contours points to ‘cvsnakeimage’ function to calculate the green curves which were snake curves.

Read More

Friday, July 2nd, 2010, 1058 days ago

“Secret Powers”: A finger detection demonstration

secret powers from Mechanics of Destruction on Vimeo.

Read More

Wednesday, May 19th, 2010, 1102 days ago

Hand detection and image recognition

hand description The hand detection and image descriptor is a tool developed for direct interaction with a device called PR2 which is a robot by a student in Stanford University. It enables hand gestures to control the movement of the robot, as the video below shows (if can see the video, please refer here Hand detection) Meanwhile, a library descriptors_2d is also presented. And, resources of learning more about the hand detection techniques and image descriptors are provided here (2d_decriptors.PDF) as well.
Read More