Part of the OpenCV functions are now available in Pure Data as extra libraries for the PDP and GEM. The software page is here.
|
||||||
|
Part of the OpenCV functions are now available in Pure Data as extra libraries for the PDP and GEM. The software page is here. I just found the new OpenCV 1.2 is out now. The windows installer is available. Let’s try it out. Here is a test with the OpenCV SURF sample adapted to a live camera video stream. This is a very crude demonstration of integrating the OpenCV face detection facility into Ogre3D. The face location is used to place the sample facial mesh in Ogre3D. The face detection library is updated according to the new Processing library requirements. Enjoy coding in the new year. This is another OpenCV book in Chinese. It has more discussion on 3D vision than the previous one I posted. Image from http://www.dangdang.com/ The next test is to access each pixel in a bitmap and implement a very simple inverse filter. The image has three channels, red, green and blue and each has a resolution of 8 bits. Test 1 import flash.display.BitmapData; |
||||||
|
Copyright © 2010 Bryan Chung - All Rights Reserved |
||||||