The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
12 views

Can Android Gestures Builder be used to recognize other image pattern?

I have some pixels color in an integer array. Those pixels form a pattern of Bengali characters. I want to map these patterns to Unicode. Is it possible to use Gestures Builder of android for mapping ...
0
votes
1answer
54 views

iOS Accelerometer-Based Gesture Recognition

I want to create a project that reads the user's gesture (accelerometer-based) and recognise it, I searched a lot but all I found was too old, I neither have problems in classifying nor in ...
0
votes
0answers
12 views

Interprettint text from the surface view

I have a transparent surface view in which i can scribble with free hand . I want to interpret what is scribbled on the surface view and use it as text anywhere . Please guide on how to interpret it ...
3
votes
2answers
84 views

WinJS gestureRecognizer - how to trap multiple gestures

I've been using this article (and some others) to try and implement a gesture recognition in my app, and it does work. However, what I want to do is to detect multiple gestures; for example, a swipe, ...
-1
votes
0answers
32 views

Hand Gesture Recognition - Returning correct image

I am trying to make hand gesture recognition using (PCA) by python. I am following the steps in this tutorial: ...
0
votes
1answer
125 views

Hand gesture recognition (PCA) - Python [duplicate]

I am trying to make hand gesture recognition by Principal Component Analysis (PCA) using python. I am following the steps in this tutorial: ...
3
votes
1answer
120 views

Shape Pattern Matching Algorithm in Java [closed]

I'm looking for a Java implementations of shape matching algorithms. here's an image to demonstrate of what i had in mind : I would also be interested to know if there are any good free ...
0
votes
0answers
38 views

Displaying A Different Random Image Once a Certain Condition (Kinect) Has Been Met

Having a bit of trouble here. I have a Kinect application that speaks rugby referee commands when they are performed. I want to set it up to be more interactive - basically, as the main window is ...
1
vote
1answer
140 views

Building HMM for Kinect based gesture recognition

I have a conceptional problem. I'm creating a program that uses Kinect for gesture recognition. I have some gesture data divided on categories (circles, swipes, etc.). For now I analyze only one hand. ...
0
votes
1answer
126 views

Android Touch-free gesture recognition application Error

We are building an android application on touch free gesture recognition . ** *Summary of CODE : By the code we are trying to change the text in the textfield via hand Swipes. When the user ...
3
votes
1answer
168 views

Gesture segmentation in Android

I am doing a sample work of handwritten letter detection through gestures of Android.It works well when I input 1 character at a time. That means when I write A on screen by gesture, the program ...
0
votes
1answer
67 views

How to recognise a tap gesture outside of a modal dialog when dialog is open

All I want to know is how to I recognise when a user taps outside of the modal dialog. I have tried this but it is not being called when the user taps outside. Here is my viewDidLoad method which ...
0
votes
0answers
33 views

Kinect skeletal data to transit to another event

I am currently working on a project in Visual Studio with the Kinect. I was wondering how to detect skeletal data from a user, play a sound and then transit into another event. This is the basic ...
1
vote
1answer
152 views

2D Shape recognition and resolving algorithm

I'm looking for an algorithm for detecting simple shapes as rectangles, triangles, squares and circles, from a given set of (x,y) points. I'm also looking for a way of, once detected, transform the ...
0
votes
0answers
43 views

Classifying observations using Jahmm

I am currently working on a gesture recognition application and I am using HMMs (through Jahmm). Currently I have two gestures (up and down) so I built 2 HMMs, with some training data. I trained them ...
1
vote
0answers
94 views

Vector Quantization Algorithms used to provide observation sequences for Hidden Markov Models

I am currently building a gesture recognition application. I am extracting certain features from the hand (such as [angle of motion, width: length ratio,...]). This is my feature vector. But ...
2
votes
1answer
92 views

Android OnGestureListener issues when view contains a listview

Im having some issues with the Android onGestureListener, I have 3 Linear Layouts sitting next to each other horizontally in a Linear Layout, the Linear Layout position is set to the middle Layout ...
0
votes
1answer
100 views

Hand shape analysis with Hidden Markov Model

I am currently working on a dynamic gesture recognition system. I opted to go for the curvature feature of the hand shape. At the moment I am able to obtain a list of angles of the hand contour ...
1
vote
1answer
184 views

Feature Extraction Methods for Hand gesture/posture recognition

I am currently working on a Sign Language Recognition application, where I would like to use a Hidden Markov Model as the classification stage, meaning that I will classify a gesture/posture to obtain ...
0
votes
1answer
32 views

How to swap views, using UIGestureRecognizers

I have set the left back button item of a navigation controller to a custom view and have set up a tap gesture recognizer for it, now when the custom view receives a tap gesture it pops the current ...
0
votes
1answer
109 views

Can't run kinect speech,pose and gesture recognition at same time

I am working on a project that uses kinect. I have this main project that uses three dll's. one dll is for speech recognition made in c++, other is for pose recognition made in c++, the third dll is ...
1
vote
3answers
138 views

Machine learning, classification type

I am studying for my Machine Learning (ML) class and I have question that I couldn't find an answer with my current knowledge. Assume that I have the following data-set, att1 att2 att3 class 5 6 ...
1
vote
1answer
69 views

selective removal of custom gesture recognizer

I want to remove gesture a custom recognizer to an imageview. It is one finger rotation from kerby turner. -(void) enableRotation{ [[self mainImageView] setUserInteractionEnabled:YES]; [self ...
0
votes
1answer
114 views

How to detect start and end of a gesture in kinect?

I am working on one-shot learning of gestures. Most of the gestures involve moving the left and the right hand and the hand joints are easily detectable using skeletal tracing library of Kinect SDK. I ...
0
votes
0answers
125 views

How to get X, Y, Z coordinates of an object(not human) using Kinect?

I have to get X, Y, Z coordinates of an object(not human). I want to get them using Kinect. But as far as I know Kinect gives x, y, z coordinates of HUMAN joints only. How can I do it for another ...
0
votes
0answers
74 views

Adapting an algorithm to match 3d point patterns instead of 2d points

Right now, I'm experimenting with gesture based interactions which use two point references in order to match an occurrence. The system works nicely and it is based on the Golden Section Search, which ...
1
vote
3answers
544 views

Feature extraction in 3D gesture recognition for HMM with Kinect data

I have a set of 3D points mapped onto [0, 1] segments. These points represent simple gestures like circles, waving etc. Now I want to use Hidden Markov Models to recognize my gestures. First step is ...
0
votes
0answers
33 views

Detecting a tap on a sleeping phone

I am wondering how I would go about detecting when a user taps the phone just like the motion feature "Double tap to top" does. I have tried using the accelerometer to detect this but it is very ...
0
votes
2answers
103 views

Cocoa: Middle mouse click event (global) + gesture API?

Are there any resources that might guide me in how to make my app respond to any type of mouse click that is not the left / right button? Globally, even when my app is not active. And for magic mouse ...
0
votes
2answers
474 views

Android - Gesture Detection (Swipe up/down) on particular view

I am trying to implement the OnGestureListener in Android. I have three TextViews in my layout. What i am trying to achieve is to set Gesture Listener for two of the textViews . Here is the layout - ...
0
votes
1answer
36 views

Retrieve the strokes from a screen android [closed]

i'm using an android handwriting recognition SDK, that requires me to create some functions that can be able to retrieve the strokes from a screen. Can anyone tell me or give me some example how can I ...
0
votes
1answer
70 views

How to know if UIPanGestureRecognizer comes from one display edge?

I'm trying to recognize an UIPanGestureRecognizer from display bottom edge, from my experience it could be easy just asking if the difference from x is too near from the bottom edge but when I'm ...
4
votes
1answer
327 views

From C++ to Actionscript via FLASCC

I'm hoping to get some feedback from anyone who is familiar with BOTH C++ AND Actionscript. I am not a C++ coder unfortunately. I am developing Kinect applications using the AIRKinect framework. ...
1
vote
1answer
90 views

How do I get the name of a selected collectionviewcell?

This is a simple question that I thought would have an easy-to-find answer but didn't. I want to select a cell in a collectionview. The main problem is that I can't attach a gesture recognizer to a ...
0
votes
0answers
111 views

Is there any module or method for Hand Gesture Detection in Point Cloud Library?

I need to develop and application based on Hand Gesture detection. I know the Microsoft kinect SDK provides the libraries for this. However, I need to record the method used for detection and ...
4
votes
2answers
966 views

HMM algorithm for gesture recognition

I want to develop an app for gesture recognition using Kinect and hidden Markov models. I watched a tutorial here: HMM lecture But I don't know how to start. What is the state set and how to ...
0
votes
0answers
72 views

How do apps like gesturizer (Cydia) recognize global gestures?

My question is how are gestures detected globally i.e. be able to detect any gesture that takes place on the ios device. A suggested solution in Gesture Recognition on iOS devices is to attach a ...
1
vote
1answer
288 views

Gesture Recognition on iOS devices

I am working on gesture recognition on iOS devices. The official documentation at ...
1
vote
1answer
109 views

What type of event listener should i use in android?

I have a 5x5 grid (I ve drawn a matrix in canvas). I ve arranged the textviews in the the grid in the order of a array..ie (5X5 ) array. The thing is I want to change the values on of the text view ...
4
votes
2answers
555 views

webview inside the listview: Touch events conflicts Hence unable to pinch Zoom IN/OUT in android

I have a custom listview which is filled with webview. I want to use the pinch zoom in/Zoom out for my webview. But i m not getting the pinch zoom in/out flexibly when i m pinching the webview it is ...
-3
votes
3answers
523 views

Handling Touch Events on iOS devices

I am exploring the way touch events are handled on iOS devices. I referred the book: iOS Open Application Development. Working on that, I am overriding the mouseDown, mouseUp methods and simply ...
2
votes
0answers
550 views

Android handwriting recognition

I need to analyse android handwriting recognition SDK's. Can anybody tell me what SDK's are available on the market. I've found MyScript from VisionObjects, but I cant find any download link from the ...
0
votes
1answer
143 views

Android Gestures Not Being Recognized

I'm trying to use gesture builder to recieve up/down and left/right gestures on my app. I followed the guide here (http://www.vogella.com/articles/AndroidGestures/article.html) and it seems to work ...
0
votes
0answers
474 views

Emgu CV Hand Gesture Recognition - Extraction of image

We're working on a project where-in we're developing our own media player that works on hand gestures. So far we've made our player and managed to detect our palm using a specific algorithm. The ...
0
votes
0answers
39 views

Program conception [closed]

I have to write a program that uses Kinect to recognize gestures. I must implement it myself (so I can't use e.g. Kinect Toolbox lib). I'm looking for some kind of conception of how to do this. The ...
0
votes
1answer
69 views

What is the best language to use for gesture recognition?

What is the best language to use for gesture recognition (i.e hand detection), by which one may get more accurate result more quickly?
0
votes
1answer
41 views

why does GestureRecognizer not work on textview first time?

I have a textView to input some text or emotion. so I make another button to change the keyboard to custom emotion view, and I also use tap GestureRecognizer for when I want to change back to ...
0
votes
1answer
370 views

Swiping between XML layouts with OnGestureListener or OnGesturePerformedListener

I am trying to implement swiping between pages on my Application. I currently have 5 XML layout files which I access all from one Activity. There are five buttons on the bottom which represent each ...
0
votes
0answers
17 views

Uncertain to certain gesture - Android

I am using a gesture overlay view. The problem is that when I draw on it, my path changes from an uncertain gesture to a certain gesture while I am still on the gesture. Why does this happen? I dont ...
0
votes
0answers
90 views

Gesture overlay View - Unknown reason for recognition

I want the gesture overlay view to do nothing other than providing me a platform to draw. I am not loading the gestures file but still it implements the on gesture performed method. Also, as i ...

1 2 3 4 5 6