Monday, April 27, 2009

Thoughts for flexible UI control Panel

Right now we are having settings in our control panel where user need to put the finger ID with what color to compare with and working with tracing 3 colors(or tree fingers). I am feeling there is a problem with this,

This one is not flexible and user need to think about what color to track with what finger.
I am thinking of making something like dynamic UI. Say when user open the video, we can have the first frame printed and let the users click on which finger s/he wants to track and Done.

How to do it?

Use mouseDown event and get the coordinate of the pixel of the finger tip, get the colors of that pixel and that is the finger tip we are interested with. Now trace all the other frames in stack.

This should be cool to do it. I am going to work on it later this term.

No comments:

Post a Comment