Questions tagged [human-computer-interface]

50 questions
0
votes
1 answer

Estimating the gaze using pupil and glint xy coordinates

I have managed to track the center x y coordinate and the radius of the pupil using opencv. Now I want to measure the gaze using it. If somebody can help me with the theory part of it, probably I will be able to code it. Any open source program will…
0
votes
2 answers

Is there a standard file naming convention for key-value pairs in filename?

I have multiple data files that are named after what they contain. For example machine-testM_pid-1234_key1-value1.log There are keys and values separated by - and _. Is there a better syntax for this? Are there parsers that automatically read these…
-1
votes
1 answer

Home Interior Design Rules as an AI/Computer Intelligence problem?

Are there any sites out there that describe interior design principles in a really logical way? Eg, walkways should have a minimum width of xx Inches. I've done some googling, but most of the results are relatively generic (and spammy). Has there…
jsight
  • 26,474
  • 23
  • 103
  • 138
-2
votes
1 answer

Simple Web Cam Mouse

Object:- How can I implement web cam mouse using visible light. Details:- there will be a web cam seeing my right hand in visible light as follows i.stack.imgur.com/6ztqf.jpg :- I want to make a system where I will control the mouse pointer with my…
-3
votes
1 answer

When should I use a title in an AlertDialog?

From a user-interface perspective, why is there a title option to an AlertDialog? Why doesn't the message alone suffice? Do we really need a title? If so, please provide visual examples of where a title would be useful. The AlertDialog…
1 2 3
4