Click here to Skip to main content
15,898,768 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have created a virtual paper keyboard which can be used as a normal keyboard to type on screen. Now, the part that i am stuck is how do i detect the tip of my finger touch with the paper? I looked online but wasn't able to find any information. Can anyone suggest me some ideas or any article that can help me to resolve this issue?
Posted
Updated 12-Dec-14 9:40am
v2
Comments
Sergey Alexandrovich Kryukov 12-Dec-14 17:25pm    
What platform are you talking about? Figure this out and address to the appropriate touch API. It won't be really related to OpenCV.
—SA

1 solution

if your working on Windows you should read Quickstart: Touch input and chase all the links.

For Apple you should dive into gesture recognizers. Easiest done via storyboard objects and event handlers. You'll get ready before understanding it. ;-)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900