hi i am new comer to the area of gesture recognition. i have to develop gesture of hand. kindly anyone guide me how i can model hand gesture and how i can do...
Hi. Im currently doing a post graduation project, at LaSIGE at FCUL- Faculty of Sciences, University of Lisbon (In Portugal), that is somehow related with...
hi, ... responses are public, just like the initial posts. ... That's what's available right now. ... HandVu includes the "cubicles" library which does...
Have you tried just taking the respective files and using them with your favorite development environment? All classes have a pretty straight-forward...
hi, ... In the cubicles project, define as preprocessor macro: II_TYPE_FLOAT. ... Is this a file from Win98? "vc98" hints that direction... I have never ...
Hello everybody, has anyone of you ever tried to compile HandVu (and OpenCV, respectively) on Mac OS X? Are there any hints to follow? Many thanks, Florian...
I compiled OpenCV on a MAC, but it doesn't run the test successfully. Parts of cxcore are heavily optimized code and probably don't run on a PowerPC. But...
Have you been able to successfully run the cvtest and cxcoretest that come with OpenCV? What interface does OpenCV use on a Mac to capture the interfaces? Is ...
... As I was not able to compile the stuff on my own, I'm afraid I can not tell you where the specific problem lies. Christoph Seibert, the guy I mentioned...
Hi, The problem with your II_TYPE is easily to solve by setting your enviroment variablen right: I put a dutch guide as attachment with this mail. You must...
Hi, I am trying to compile cubicles with Release MFC training and running into problems. First,it gives me the error : \IntegralImage.h(218): fatal error...
JinHak, First of all, training on Windows platforms is not supported. Second, the source code distribution does not include the training component. Third, to...
Hi, after the recognition, when i select the option 1 -> SetOverlayLevel (1) i only see the central point. My question is, how do i get the coordinates of that...
Hi, i download the msi version and it works great. But when i try to run the handvu from the source the capture is very slow(2 frames). I try to use threads,...
Hi, i download the msi version and it works great. But when i try to run the handvu from the source the capture is very slow(2 frames). I try to use threads,...
Hi, You might have built the "Debug" configuration. That's unoptimized code that will run considerably slower. Change to the "Release" configuration to get...
Hi again, thanks for the help, but unfortunely the program is still very slow. I changed the configuration to Release then i builded the program but the...
Hi, And you said the precompiled program runs faster? That's odd. Are you sure you built both the "cubicles" library and HandVu itself in Release mode? Can...
hi, ... from the HandVu web page: http://www.cs.ucsb.edu/~matz/HGI/HandVu.html ... The detection occurs solely in greylevel images, with a VIola-Jones style ...
I have tried to print data that probability of hand color like this. Hand_vu project -> OpticalFlow.cpp -> AddNewFeatures() or ConcentrateFeatures() if...
Very good catch! There is a silly bug with the GetPixel method; it should be: void GetPixel(IplImage* rgbImage, int x, int y, ColorBGR** color) instead of...
hi. i was looiking for computer vision software and found your website. actually i wanted to ask about tracking everything on the screen except the hand. I...
1. Whether VC6.0 or VS.net should be used in order to build the source codes of those projects in HandVu? 2. Because i have only VC6.0 in my computer, i used...