Tagged Questions

7
votes
6answers
2k views

Lightweight C++ Gui Library

I want to create GUI applications with C++ on Windows. I have downloaded Qt, and it works well, but it has sooooo much stuff in it and so many header files that I really don't use. It is a nice ...
2
votes
1answer
266 views

OpenGL: no light for a simple glut cube

OpenGL: no light for a simple glut cube Hi, i'm trying to study lights in opengl and glut but I have problems quite early. I have this code for making a lighted cube in a custom position with custom ...
1
vote
2answers
111 views

Better performance in lower light conditions (OpenCV)?

I am trying to detect hands, and my algorithm works perfectly during day, but during the night it completely fails- it shows no signs of working at all. I have come to the conclusion this is because ...
1
vote
1answer
218 views

OpenCV hand recognition?

After spending on a while on this, I finally managed to detect the hands through thresholding. The only problem is that VERY FEW pixels in the background remain, which will mess up the next step. Any ...
0
votes
2answers
110 views

How to keep trace of the change of light position?

I am trying to make a very simple MFC OpenGL tutorial. There is a sphere. And the spere is the source of light(like sun). And there is two triangle. According to movement of the spere, I want to have ...