Questions tagged [gesture-recognition]

Anything related to gesture recognition, i.e. the process of recognizing the gestures of a human user by a machine.

Anything related to gesture recognition, i.e. the process of recognizing the gestures of a human user by a machine.

590 questions
0
votes
1 answer

Comparing Two Images / Matching a Complex Gesture

Can anyone give some advice to the thought process of matching complex patterns. For example, if I show the user a treble-clef and they draw the pattern. I need to generate a number representing how close the line was to the source. For my example,…
Bill Bonar
  • 1,017
  • 2
  • 10
  • 22
-1
votes
3 answers

How to make a Chip that handle both onDeleted and tap on it to trigger extra action

How to make a Chip to support a tap to trigger an action in addition to the onDeleted? In my code, adding a gesture handler hides onDeleted tap triggering: /// A tappable chip Widget _tappableChip({ /// The chip label required String…
Stéphane de Luca
  • 12,745
  • 9
  • 57
  • 95
-1
votes
0 answers

How to Create a Custom Pattern Lock using Jetpack Compose?

I'm working on developing an Android app, and I want to implement a custom pattern lock feature using Jetpack Compose. I'd like users to be able to draw a pattern by connecting a sequence of dots on the screen. This pattern will then be used as a…
-1
votes
1 answer

How to Implement Multi-hand Gesture Recognition with Mediapipe Model Maker

I am working on Hand Gesture Classification. I came across Google's Hand Gesture Recognizer which uses Mediapipe Model Maker (e.g: "from mediapipe_model_maker import gesture_recognizer") to train the model and generates .task file which I use on…
-1
votes
1 answer

How to do simple VR gesture/movement recognition

For my university project I am making a program to help test children's motor skills. Its basic ball catching/throwing tests, but there are certain steps involved, eg, for an underarm throw the movement goes as follows: dominant hand swings down…
-1
votes
1 answer

Languages to develop applications for Xbox 360 kinect

I know this sounds stupid and I'm propably very late to the party but here's the thing I want to program an gesture recogniction application (in the likes of this Hand detection or this actual finger detection) for the Xbox 360 Kinect. SDK (version…
Quamatoc
  • 5
  • 4
-1
votes
1 answer

NSCollectionView, NSCollectionViewItem, & MVC

Hi I'm going to add a double click gesture recognizer for items in a collection view. I have a didSelect() delegate in the collection view and I could add it there, or put it in the overridden NSCollectionViewItem class for my items. I'm trying to…
JamesH
  • 67
  • 6
-1
votes
1 answer

using Gesture recognition to distinguish between fighting moves

I want to train a machine learning algorithm to recognize different real-life fighting moves (e.g differentiating between a punch and a slap). I plan to capture and process body movement to distinguish between different movements/gestures. What…
-1
votes
1 answer

What is the use of Skeleton, Gesture period in Kinect application?

I am writing a Kinect-based application. I need to implement a wave-right gesture. I found a code snippet from the Internet using C#, but I have some doubts about this code. Can you help me? The code: public class KinectClass { public void…
user39320
  • 61
  • 5
-1
votes
1 answer

BoofCV Android: Detect hand gestures

I want to detect 4 basic hand gestures of user in front of camera. When the user moves his hand in front of camera from left to right, right to left, top to down and down to top. How can I achieve this using BoofCV for android? What are the starting…
Salman Younas
  • 340
  • 1
  • 7
  • 20
-1
votes
2 answers

Speech and Gesture Recognition at same time

I have created two threads. 1 for speech and 1 for speech. DWORD WINAPI ThreadSpeech(LPVOID temp){ speechRecog obj; obj.start(); return 0;} DWORD WINAPI ThreadGesture(LPVOID temp){ m_pMR2GestureRec->mainGestureRec(); return 0; } I am using both…
Mustansar Fiaz
  • 769
  • 1
  • 5
  • 7
-1
votes
2 answers

How to recognize which UIImageView is tapped using gesture recognizer?

I have 5 ImageViews in my View and I have the IBOutlets for all of these. I have a single tap gesture recognizer which I have set for all of them. Now In the action for this gesture recognizer I need to find out which image has been tapped. Please…
rkb
  • 10,933
  • 22
  • 76
  • 103
-2
votes
1 answer

Python, cvzone - why do i get this ValueError?

I am trying to zoom into a picture with usage of two hands (gesture controled image zoom), but when trying to use two hands I get this error but I don't know why. When making my program I followed this tutorial:…
-2
votes
1 answer

object recognition in image processing

i am totally new to image processing.. wat im going to do is to identify if the object is in the image...its object recognition or identification...cud u pls giv me a code for this...i need this for my project.. thank u and Godspeed!!
-2
votes
1 answer

How to read a ".txt" file containing depth values and then convert it into an image using MATLAB?

I want to do depth thresholding and other processing on the depth text files provided in the NTU-Microsoft-Kinect-HandGesture Dataset. It is not possible for me to attach the text file in this question. Thus, it's link is given…
1 2 3
39
40