SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2172
Control buggy using Leap sensor camera in Data Mining Domain.
Prof Bhadkumbhe S.M.1, Kurup Amitha2, Jadhav Snehal3, Makar Shraddha4, Ghule Priyanka5
Dept. Computer Engineering, PDEA’s college of Manjari (BK), Maharashtra, Indian
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - This paper portrays a method for controllingthe
buggy with proper gestures utilizing the leap motion camera.
We have used leap as motion controller and the operation is
completed on a buggy. The proper gesture for the action to be
performed is accumulated in the database, whenthegestureis
performed five points are extracted from which fifteen
features are selected and this fifteen features are furtherused
for comparison with stored gestureusingsimilarityalgorithm
and the proper gesture identified by the system which is
further performed by the buggy. In thissystemwearegoingto
develop a buggy having two Direct Current motors connected
to microcontroller via device driver. The micro-controller is
affiliated to the PC by Max 232serialcommunication wire. The
above mentioned system diminishes the human efforts while
driving a car in real life (buggy is considered). This paperdoes
not make driving 100% automatic but it reduces the effortsto
a greater extent elevates the efficiency of the system.
Key Words: Leap motion, gesture, Euclidean distance,
cosinesimilarity,Trajectoryfeature,gesturerecognition
1. INTRODUCTION
Now days the use of community transport like car has
increased a lot in last few years. People send most of their
energy driving from one locality to another, short as well as
long distance. So to reduce the effortsrequired bythehuman
being this system is designed. In our case gesture is used to
control the buggy/car. Gesture is the movement or action
performed by body/limbs/hands to express certain idea or
sentiments. In simple words gesture means talking with
hands. The capturing of the gesture is carried out by
different devices in our case leap camera controller is used
for gesture recognition which are performed by hand and
this results in the motion or controlling of the buggy by
gestures of human hand.
In order to send the correct gesture to the buggy the system
requires some device that could scan the image of gesture.
The leap camera is utilized to capture the actual gesture
performed by the human being in other words leap is just a
simple device that provides input to the system. Theheart of
the device consists of two camera & three infrared LEDS. It
can track wavelength about 850 nm outside visible light
spectrum. The viewing range of the device of the device is
2.6 feet. The data is in gray scale from which is separated
into left & right cameras.
As soon as the image data is streamed to your computer, the
mathematical calculation takes place. The leap motion
service is the software present in the computer that
processes the image
Fig 1: Leap Motion coordinates.
2. Literature Review
Gesture Control of Drone Using a Motion Controller [1]
provide an easy way to interact and communicate with
machine. The human gesture or actions are applied to
interact or to control the AR Drone .The actions done by the
drone are lifting, moving and yawing. It also perform
movements for flips, python script is used for flip. . The Leap
Motion Controller uses its two monochromatic infrared(IR)
cameras and three infrared LEDs to identify any gesture
performed above the leap to a distance of 1 meter or 3 feet
directly above the leap. Means it creates a hemispherical
area around it which is about 1 meter and recognize any
hand gesture in that volume.
A lot of analysis work is completed in recognition of leap
gesture. Several techniques are planned for recognition of
hand gestures. During a Gesture Guided Moving mechanism
with Microsoft Kinect [2]: demonstrate a gesture-guided
mechanism moving system that is controlled by human
gestures and keep step with the controller with
comparatively constant distance. They used 2 advance
devices programmable mechanism system: iRobot [1] and
Microsoft Kinect [2]. Some straightforward gestures will be
accustomed build the mechanismmoveany,closer,andkeep
step with the walking person.
Application of hand detection algorithm in robot control [3]
presented the concept of vision based robot control system
.The hand detection algorithmincontrollingrobotpresented
a robot control system which is vision based. To control the
robot manipulator hand gesture tracking and detection
algorithm is used. The points and their paths are converted
into a set of orientation and location value so as to achieve
appropriate motion of manipulator. Thedrawback isthatfor
accuracy we need to provide appropriate.
Indian Sign Language to Forecast Text using Leap Motion
Sensor and RF Classifier its proffered system involve
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2173
recognition of Indian language (ISL) exploitation Leap
Motion sensing element. The device extracts vital
characters/ attributes from the dataset such high-accuracy
angle between fingers cab be retrieved, and this could be
used for sturdy prediction. Feature classifier is employed to
spot that gesture is being performed. Here, Random Forest
(RF) classifier model is employed as feature classification. A
block-list classifier is employed to get rid of all non-gestures
frames, when that correct gesture frames area unit
recognized by RF to create a significant word. This
significant word is then displayed on digital display.
Downside of this analysis is every country and every region
has its own language, therefore this model is beneficial for
less than individuals who now the Indian language.
The motion controller’s internal elements could be a 2
camera digital to find the motion of the hands and fingers
and a 3 LED’s infrared for detective work the space between
the user’s hands with the leap motion controller, to find the
space for controlling the automaton arm. Mainframe within
the LEAP motion controller is processing visual information.
It then sends the info of the movement of the hand and
fingers into the pc. The information are formatted data on
the space and the position coordinates of the hand and
fingers at the moment send to the microcontroller for signal
process and send management commands to drive server
motor to manage the robotic arm. This technique carries
with it four main parts:
 The signal detection consists of a Leap motion
controller
 The signal processing part using JavaScript and
node.js
 Microcontroller
 The robotic arm
3. Proposed System
Fig 2: Flow chart
We have proffered a system which identifies the gesture
done by the user which is detected by the leap motion
camera and the appropriate gesture is performed by the
buggy. In this system 6 points are extracted fromthegesture
done above or incident to the leap motion camera. From
these 6 points the features requiredfordetectingthegesture
are calculated. In the previous system only 12 features were
identified in this system total of 15 features are selected
making the system more efficient. The proffered system is
partitioned into 4 main steps:
1. Leap interfacing
2. Preprocessing and point extraction
3. Feature extraction
4. Feature comparison
Fig 3: Block diagram
1. Leap interfacing
The software used for leap motion runs as a service of
window system. The leap motion services are accessed
by leap enabled application for the sake of receiving the
data, leap motion SDK contribute 2 API which are
a) Native interface
b) Web socket interface
a) Native interface :
It is a set of small programs that can be loaded
whenever needed (dynamic library) which is
used to compose new leap enabled application.
b) Web socket interface :
The web socket interface & JavaScript client
library are together used to develop leapenabled
web applications.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2174
2. Preprocessing and point extraction
Initially the features for the appropriate gestureandthe
action to be performed are hoarded in the database as
the dataset for future recognition.Assoonasthegesture
is done by the user in front of leap camera. Extraction of
the 6 points take place these 6 points indicate the
centroid of the five fingers which are thumb, index
finger, middle finger, ring finger & the centroid of plan.
3. Feature extraction :
The features required for the system are extracted
from the 6 points in order to analyze the action to be
performed the features are selectedtotal 15featuresare
selected for appropriate identification of action to be
performed, the extracted features are actually the
distance between all points. The 6 points are p1(x1, y1,
z1)……p6(x6, y6, z6) to find the distance between
points Euclidean distance formula is applied:
Fig 4: Points extraction
4. Feature comparison
Once the 15 features are selected for each gesture a
value is calculated for this. Then the current value is
compared with the features in the dataset the value
which is near the value of the current gesture is the
gestured action which is to be performed. In order to
compare and find the appropriate action for the gesture
the cosine similarity formula is used which is
Where and are components of vector and respectively.
4. HARDWARE USED
1. ATmega32
Fig 5: ATmega32
ATmega32 is an 8-bit a sophisticated microcontroller of
Atmel's Huge AVR family. Atmega32 is dependent on
increased RISC architecture which consist of 131 powerful
instructions. Almost all of the instructions execute in one
instruction cycle. Atmega32 can work s on the maximum
periodicity of 16MHz.
2. MAX232
Fig 6: MAX232
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2175
The MAX232 IC is utilized to convert the TTL logic levels to
RS232 logic levels during serial communication of
microcontrollers with computer. The controller operates At
TTL logic level (0-5V) the controller works whereas the
serial communication in computer works on RS232
standards (-25 V to + 25V). This makes it challenging to
create a direct association between them to interact with
each other.
ULN2803
Fig 7: ULN2803
ULN28xx high voltage, excessive-cutting-edge Darlington
arrays are used for interfacing among low degree logic
circuitry and a couple of peripheral powerloads.Someof the
loads are solenoid, magnetic print hammers and heaters. All
the devices have featureopen-collectoroutputswithintegral
clamp diodes.
3. Sensor used (IR Sensor)
Fig 8: IR Sensor
The IR sensor is a tool which detects IR the radiation falling
on it. There are several types of IR receptors that are built
and can be built with respect to the application. Proximity
sensors (Used in mobile phones and Edge Avoiding
Robots),contrast sensors (Used in Line Following Robots)
and blockage counters/sensors (Used for keeping track of
goods and in Thief Alarms) are some illustrations, whichuse
IR sensors.
Every sensor in this world has three ports:
 VCC - to switch on the sensor
 GND – to set negative reference
 Output - analog output of the sensor(in some
receptors , there may be more than one output
terminals)
In this system the IR sensor is used to detect the obstacles in
front of the buggy/car.
5. CONCLUSIONS
We have proffered a framework to control buggyusinghand
gesture. In this study we have utilized hand motion dataset
that includes numerous gesture representations. We have
utilized leap motion sensor camera to observe hand motion.
To compare current gesture with stored gesture we have
extracted a feature set. The features are calculated using
Euclidean distance formula. This feature set will be
compared with stored data usingcosinesimilarityandbuggy
will take appropriate action.
In this study we have utilized 3D leap motion sensor camera
and we have extracted features of hand or fingers for
maximum accuracy. For detecting gesture in 3D we can use
AI based algorithm for further study
REFERENCES
[1] Ayanava Sarkar, Ganesh Ram R.K., Ketul Arvindbhai
Patel, Geet Krishna Capoor, “Gesture Control of Drone
Using a Motion Controller” BITS Pilani, Dubai Campus,
2016.
[2] Qingyu Li, Panlong Yang, “A Gesture Guided Moving
Robot with Microsoft Kinect”,CollegeofCommunication
Engineering, PLA University of Science and Technology,
2013.
[3] Tomasz Grzejszczak, Adrian Łe,gowski, Michał
Niezabitowski, “Tomasz Grzejszczak, Adrian
Łe,gowski, Michał Niezabitowski”, Akademicka 16
Street, 44-100 Gliwice, Poland, 2016.
[4] Poonam Chavan1, Prof. Tushar Ghorpade2, Prof. Puja
Padiya3, “Indian Sign Language to Forecast Text using
Leap Motion Sensor and RF Classifier”, Ramrao Adik
Institute of Technology Nerul, Navi Mumbai,
Maharashtra 400706 , 2017.
[5] Y.Pititeeraphob, P.Choitkuman, N.Thongpance,
K.Kullatham, Ch.Pintavirooj, “Robot-armcontrol system
using leap motion controller”, Rangsit University,
Pathumthani, Thailand, 2017.
[6] Shogo Okada1 and Kazuhiro Otsuka, “Recognizing
Words from Gestures: Discovering Gesture Descriptors
Associated with Spoken Utterances”, School of
Computing, Tokyo Institute of Technology, Japan 2 NTT
Communication Science Laboratories, Japan, 2017.
[7] A. Marcos-Ramiro et al. Body communicative cue
extraction for conversational analysis. In IEEE Int. Conf.
on Automatic Face and Gesture Recognition, 2013.
[8] A. Joshi et al. A random forest approach to segmenting
and classifying gestures. In IEEE Int. Conf. on Automatic
Face and Gesture Recognition, volume 1, 2015.

More Related Content

What's hot

IRJET-Fuzzy Logic Based Path Navigation for Robot using Matlab
IRJET-Fuzzy Logic Based Path Navigation for Robot using MatlabIRJET-Fuzzy Logic Based Path Navigation for Robot using Matlab
IRJET-Fuzzy Logic Based Path Navigation for Robot using MatlabIRJET Journal
 
IRJET-Gesture Recognition Robot using Digital Image Processing
IRJET-Gesture Recognition Robot using Digital Image ProcessingIRJET-Gesture Recognition Robot using Digital Image Processing
IRJET-Gesture Recognition Robot using Digital Image ProcessingIRJET Journal
 
IRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET Journal
 
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET Journal
 
Note to Coin converter using Digital Image Processing
Note to Coin converter using Digital Image ProcessingNote to Coin converter using Digital Image Processing
Note to Coin converter using Digital Image ProcessingIRJET Journal
 
IOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTION
IOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTIONIOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTION
IOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTIONK S RANJITH KUMAR
 
Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...
Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...
Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...IJERA Editor
 
IRJET- A Review Paper on IoT based Cognitive Robot for Military Surveillance
IRJET- A Review Paper on IoT based Cognitive Robot for Military SurveillanceIRJET- A Review Paper on IoT based Cognitive Robot for Military Surveillance
IRJET- A Review Paper on IoT based Cognitive Robot for Military SurveillanceIRJET Journal
 
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET Journal
 
IRJET- An Approach to Accelerometer based Controlled Robot
IRJET- An Approach to Accelerometer based Controlled RobotIRJET- An Approach to Accelerometer based Controlled Robot
IRJET- An Approach to Accelerometer based Controlled RobotIRJET Journal
 
Hand gesture recognition using ultrasonic sensor and atmega128 microcontroller
Hand gesture recognition using ultrasonic sensor and atmega128 microcontrollerHand gesture recognition using ultrasonic sensor and atmega128 microcontroller
Hand gesture recognition using ultrasonic sensor and atmega128 microcontrollereSAT Publishing House
 
IRJET- Note to Coin Exchanger
IRJET-  	  Note to Coin ExchangerIRJET-  	  Note to Coin Exchanger
IRJET- Note to Coin ExchangerIRJET Journal
 
Four IR Sensor Based Automatic Control of Railway Gate using Microcontroller
Four IR Sensor Based Automatic Control of Railway Gate using MicrocontrollerFour IR Sensor Based Automatic Control of Railway Gate using Microcontroller
Four IR Sensor Based Automatic Control of Railway Gate using Microcontrollerijtsrd
 
Implementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aImplementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aeSAT Publishing House
 
Secured Spy for Highly Secured Areas
Secured Spy for Highly Secured AreasSecured Spy for Highly Secured Areas
Secured Spy for Highly Secured AreasIRJET Journal
 
IRJET- Smart Vehicle Automation with Blackbox using IoT
IRJET- Smart Vehicle Automation with Blackbox using IoTIRJET- Smart Vehicle Automation with Blackbox using IoT
IRJET- Smart Vehicle Automation with Blackbox using IoTIRJET Journal
 
IRJET- Hand Gesture based Camera Monitorning System using Raspberry Pi
IRJET- Hand Gesture based Camera Monitorning System using Raspberry PiIRJET- Hand Gesture based Camera Monitorning System using Raspberry Pi
IRJET- Hand Gesture based Camera Monitorning System using Raspberry PiIRJET Journal
 
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET-  	  Intelligent Traffic Signal Control System using ANNIRJET-  	  Intelligent Traffic Signal Control System using ANN
IRJET- Intelligent Traffic Signal Control System using ANNIRJET Journal
 
IRJET- Survey Paper on Automatic Cart Movement Trailer
IRJET- Survey Paper on Automatic Cart Movement TrailerIRJET- Survey Paper on Automatic Cart Movement Trailer
IRJET- Survey Paper on Automatic Cart Movement TrailerIRJET Journal
 
Ink-Less Electro Pen
Ink-Less Electro PenInk-Less Electro Pen
Ink-Less Electro PenEditor IJMTER
 

What's hot (20)

IRJET-Fuzzy Logic Based Path Navigation for Robot using Matlab
IRJET-Fuzzy Logic Based Path Navigation for Robot using MatlabIRJET-Fuzzy Logic Based Path Navigation for Robot using Matlab
IRJET-Fuzzy Logic Based Path Navigation for Robot using Matlab
 
IRJET-Gesture Recognition Robot using Digital Image Processing
IRJET-Gesture Recognition Robot using Digital Image ProcessingIRJET-Gesture Recognition Robot using Digital Image Processing
IRJET-Gesture Recognition Robot using Digital Image Processing
 
IRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking Systems
 
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
 
Note to Coin converter using Digital Image Processing
Note to Coin converter using Digital Image ProcessingNote to Coin converter using Digital Image Processing
Note to Coin converter using Digital Image Processing
 
IOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTION
IOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTIONIOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTION
IOT BASED BLACK BOX DEVICE FOR VEHICLE DETECTION
 
Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...
Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...
Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...
 
IRJET- A Review Paper on IoT based Cognitive Robot for Military Surveillance
IRJET- A Review Paper on IoT based Cognitive Robot for Military SurveillanceIRJET- A Review Paper on IoT based Cognitive Robot for Military Surveillance
IRJET- A Review Paper on IoT based Cognitive Robot for Military Surveillance
 
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoTIRJET- Multiple Motion Control System of Robotic Car Based on IoT
IRJET- Multiple Motion Control System of Robotic Car Based on IoT
 
IRJET- An Approach to Accelerometer based Controlled Robot
IRJET- An Approach to Accelerometer based Controlled RobotIRJET- An Approach to Accelerometer based Controlled Robot
IRJET- An Approach to Accelerometer based Controlled Robot
 
Hand gesture recognition using ultrasonic sensor and atmega128 microcontroller
Hand gesture recognition using ultrasonic sensor and atmega128 microcontrollerHand gesture recognition using ultrasonic sensor and atmega128 microcontroller
Hand gesture recognition using ultrasonic sensor and atmega128 microcontroller
 
IRJET- Note to Coin Exchanger
IRJET-  	  Note to Coin ExchangerIRJET-  	  Note to Coin Exchanger
IRJET- Note to Coin Exchanger
 
Four IR Sensor Based Automatic Control of Railway Gate using Microcontroller
Four IR Sensor Based Automatic Control of Railway Gate using MicrocontrollerFour IR Sensor Based Automatic Control of Railway Gate using Microcontroller
Four IR Sensor Based Automatic Control of Railway Gate using Microcontroller
 
Implementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in aImplementation of pid control to reduce wobbling in a
Implementation of pid control to reduce wobbling in a
 
Secured Spy for Highly Secured Areas
Secured Spy for Highly Secured AreasSecured Spy for Highly Secured Areas
Secured Spy for Highly Secured Areas
 
IRJET- Smart Vehicle Automation with Blackbox using IoT
IRJET- Smart Vehicle Automation with Blackbox using IoTIRJET- Smart Vehicle Automation with Blackbox using IoT
IRJET- Smart Vehicle Automation with Blackbox using IoT
 
IRJET- Hand Gesture based Camera Monitorning System using Raspberry Pi
IRJET- Hand Gesture based Camera Monitorning System using Raspberry PiIRJET- Hand Gesture based Camera Monitorning System using Raspberry Pi
IRJET- Hand Gesture based Camera Monitorning System using Raspberry Pi
 
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET-  	  Intelligent Traffic Signal Control System using ANNIRJET-  	  Intelligent Traffic Signal Control System using ANN
IRJET- Intelligent Traffic Signal Control System using ANN
 
IRJET- Survey Paper on Automatic Cart Movement Trailer
IRJET- Survey Paper on Automatic Cart Movement TrailerIRJET- Survey Paper on Automatic Cart Movement Trailer
IRJET- Survey Paper on Automatic Cart Movement Trailer
 
Ink-Less Electro Pen
Ink-Less Electro PenInk-Less Electro Pen
Ink-Less Electro Pen
 

Similar to Control Buggy using Leap Sensor Camera in Data Mining Domain

IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET Journal
 
IRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture RecognitionIRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture RecognitionIRJET Journal
 
IRJET- Convenience Improvement for Graphical Interface using Gesture Dete...
IRJET-  	  Convenience Improvement for Graphical Interface using Gesture Dete...IRJET-  	  Convenience Improvement for Graphical Interface using Gesture Dete...
IRJET- Convenience Improvement for Graphical Interface using Gesture Dete...IRJET Journal
 
IRJET - Gesture Controlled Home Automation using CNN
IRJET -  	  Gesture Controlled Home Automation using CNNIRJET -  	  Gesture Controlled Home Automation using CNN
IRJET - Gesture Controlled Home Automation using CNNIRJET Journal
 
Sign Language Identification based on Hand Gestures
Sign Language Identification based on Hand GesturesSign Language Identification based on Hand Gestures
Sign Language Identification based on Hand GesturesIRJET Journal
 
IRJET- Finger Gesture Recognition using Laser Line Generator and Camera
IRJET- Finger Gesture Recognition using Laser Line Generator and CameraIRJET- Finger Gesture Recognition using Laser Line Generator and Camera
IRJET- Finger Gesture Recognition using Laser Line Generator and CameraIRJET Journal
 
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNINGSLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNINGIRJET Journal
 
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET Journal
 
Virtual Mouse Control Using Hand Gesture Recognition
Virtual Mouse Control Using Hand Gesture RecognitionVirtual Mouse Control Using Hand Gesture Recognition
Virtual Mouse Control Using Hand Gesture RecognitionIRJET Journal
 
Controlling Mouse Movements Using hand Gesture And X box 360
Controlling Mouse Movements Using hand Gesture And X box 360Controlling Mouse Movements Using hand Gesture And X box 360
Controlling Mouse Movements Using hand Gesture And X box 360IRJET Journal
 
IRJET- Human Activity Recognition using Smartphone Sensors
IRJET- Human Activity Recognition using Smartphone SensorsIRJET- Human Activity Recognition using Smartphone Sensors
IRJET- Human Activity Recognition using Smartphone SensorsIRJET Journal
 
Analysis of Inertial Sensor Data Using Trajectory Recognition Algorithm
Analysis of Inertial Sensor Data Using Trajectory Recognition AlgorithmAnalysis of Inertial Sensor Data Using Trajectory Recognition Algorithm
Analysis of Inertial Sensor Data Using Trajectory Recognition Algorithmijcisjournal
 
Mems Sensor Based Approach for Gesture Recognition to Control Media in Computer
Mems Sensor Based Approach for Gesture Recognition to Control Media in ComputerMems Sensor Based Approach for Gesture Recognition to Control Media in Computer
Mems Sensor Based Approach for Gesture Recognition to Control Media in ComputerIJARIIT
 
Human Activity Recognition Using Smartphone
Human Activity Recognition Using SmartphoneHuman Activity Recognition Using Smartphone
Human Activity Recognition Using SmartphoneIRJET Journal
 
Flow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action RecognitionFlow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action RecognitionIRJET Journal
 
Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningIRJET Journal
 
IRJET- Enhanced Look Based Media Player with Hand Gesture Recognition
IRJET-  	  Enhanced Look Based Media Player with Hand Gesture RecognitionIRJET-  	  Enhanced Look Based Media Player with Hand Gesture Recognition
IRJET- Enhanced Look Based Media Player with Hand Gesture RecognitionIRJET Journal
 
Virtual Yoga System Using Kinect Sensor
Virtual Yoga System Using Kinect SensorVirtual Yoga System Using Kinect Sensor
Virtual Yoga System Using Kinect SensorIRJET Journal
 
HAND GESTURE RECOGNITION.ppt (1).pptx
HAND GESTURE RECOGNITION.ppt (1).pptxHAND GESTURE RECOGNITION.ppt (1).pptx
HAND GESTURE RECOGNITION.ppt (1).pptxDeepakkumaragrahari1
 
Smart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A ReviewSmart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A ReviewIRJET Journal
 

Similar to Control Buggy using Leap Sensor Camera in Data Mining Domain (20)

IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually Impaired
 
IRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture RecognitionIRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture Recognition
 
IRJET- Convenience Improvement for Graphical Interface using Gesture Dete...
IRJET-  	  Convenience Improvement for Graphical Interface using Gesture Dete...IRJET-  	  Convenience Improvement for Graphical Interface using Gesture Dete...
IRJET- Convenience Improvement for Graphical Interface using Gesture Dete...
 
IRJET - Gesture Controlled Home Automation using CNN
IRJET -  	  Gesture Controlled Home Automation using CNNIRJET -  	  Gesture Controlled Home Automation using CNN
IRJET - Gesture Controlled Home Automation using CNN
 
Sign Language Identification based on Hand Gestures
Sign Language Identification based on Hand GesturesSign Language Identification based on Hand Gestures
Sign Language Identification based on Hand Gestures
 
IRJET- Finger Gesture Recognition using Laser Line Generator and Camera
IRJET- Finger Gesture Recognition using Laser Line Generator and CameraIRJET- Finger Gesture Recognition using Laser Line Generator and Camera
IRJET- Finger Gesture Recognition using Laser Line Generator and Camera
 
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNINGSLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
SLIDE PRESENTATION BY HAND GESTURE RECOGNITION USING MACHINE LEARNING
 
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNOIRJET-  	  Robotic Hand Controlling using Flex Sensors and Arduino UNO
IRJET- Robotic Hand Controlling using Flex Sensors and Arduino UNO
 
Virtual Mouse Control Using Hand Gesture Recognition
Virtual Mouse Control Using Hand Gesture RecognitionVirtual Mouse Control Using Hand Gesture Recognition
Virtual Mouse Control Using Hand Gesture Recognition
 
Controlling Mouse Movements Using hand Gesture And X box 360
Controlling Mouse Movements Using hand Gesture And X box 360Controlling Mouse Movements Using hand Gesture And X box 360
Controlling Mouse Movements Using hand Gesture And X box 360
 
IRJET- Human Activity Recognition using Smartphone Sensors
IRJET- Human Activity Recognition using Smartphone SensorsIRJET- Human Activity Recognition using Smartphone Sensors
IRJET- Human Activity Recognition using Smartphone Sensors
 
Analysis of Inertial Sensor Data Using Trajectory Recognition Algorithm
Analysis of Inertial Sensor Data Using Trajectory Recognition AlgorithmAnalysis of Inertial Sensor Data Using Trajectory Recognition Algorithm
Analysis of Inertial Sensor Data Using Trajectory Recognition Algorithm
 
Mems Sensor Based Approach for Gesture Recognition to Control Media in Computer
Mems Sensor Based Approach for Gesture Recognition to Control Media in ComputerMems Sensor Based Approach for Gesture Recognition to Control Media in Computer
Mems Sensor Based Approach for Gesture Recognition to Control Media in Computer
 
Human Activity Recognition Using Smartphone
Human Activity Recognition Using SmartphoneHuman Activity Recognition Using Smartphone
Human Activity Recognition Using Smartphone
 
Flow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action RecognitionFlow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action Recognition
 
Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine Learning
 
IRJET- Enhanced Look Based Media Player with Hand Gesture Recognition
IRJET-  	  Enhanced Look Based Media Player with Hand Gesture RecognitionIRJET-  	  Enhanced Look Based Media Player with Hand Gesture Recognition
IRJET- Enhanced Look Based Media Player with Hand Gesture Recognition
 
Virtual Yoga System Using Kinect Sensor
Virtual Yoga System Using Kinect SensorVirtual Yoga System Using Kinect Sensor
Virtual Yoga System Using Kinect Sensor
 
HAND GESTURE RECOGNITION.ppt (1).pptx
HAND GESTURE RECOGNITION.ppt (1).pptxHAND GESTURE RECOGNITION.ppt (1).pptx
HAND GESTURE RECOGNITION.ppt (1).pptx
 
Smart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A ReviewSmart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A Review
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 

Recently uploaded (20)

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 

Control Buggy using Leap Sensor Camera in Data Mining Domain

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2172 Control buggy using Leap sensor camera in Data Mining Domain. Prof Bhadkumbhe S.M.1, Kurup Amitha2, Jadhav Snehal3, Makar Shraddha4, Ghule Priyanka5 Dept. Computer Engineering, PDEA’s college of Manjari (BK), Maharashtra, Indian ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - This paper portrays a method for controllingthe buggy with proper gestures utilizing the leap motion camera. We have used leap as motion controller and the operation is completed on a buggy. The proper gesture for the action to be performed is accumulated in the database, whenthegestureis performed five points are extracted from which fifteen features are selected and this fifteen features are furtherused for comparison with stored gestureusingsimilarityalgorithm and the proper gesture identified by the system which is further performed by the buggy. In thissystemwearegoingto develop a buggy having two Direct Current motors connected to microcontroller via device driver. The micro-controller is affiliated to the PC by Max 232serialcommunication wire. The above mentioned system diminishes the human efforts while driving a car in real life (buggy is considered). This paperdoes not make driving 100% automatic but it reduces the effortsto a greater extent elevates the efficiency of the system. Key Words: Leap motion, gesture, Euclidean distance, cosinesimilarity,Trajectoryfeature,gesturerecognition 1. INTRODUCTION Now days the use of community transport like car has increased a lot in last few years. People send most of their energy driving from one locality to another, short as well as long distance. So to reduce the effortsrequired bythehuman being this system is designed. In our case gesture is used to control the buggy/car. Gesture is the movement or action performed by body/limbs/hands to express certain idea or sentiments. In simple words gesture means talking with hands. The capturing of the gesture is carried out by different devices in our case leap camera controller is used for gesture recognition which are performed by hand and this results in the motion or controlling of the buggy by gestures of human hand. In order to send the correct gesture to the buggy the system requires some device that could scan the image of gesture. The leap camera is utilized to capture the actual gesture performed by the human being in other words leap is just a simple device that provides input to the system. Theheart of the device consists of two camera & three infrared LEDS. It can track wavelength about 850 nm outside visible light spectrum. The viewing range of the device of the device is 2.6 feet. The data is in gray scale from which is separated into left & right cameras. As soon as the image data is streamed to your computer, the mathematical calculation takes place. The leap motion service is the software present in the computer that processes the image Fig 1: Leap Motion coordinates. 2. Literature Review Gesture Control of Drone Using a Motion Controller [1] provide an easy way to interact and communicate with machine. The human gesture or actions are applied to interact or to control the AR Drone .The actions done by the drone are lifting, moving and yawing. It also perform movements for flips, python script is used for flip. . The Leap Motion Controller uses its two monochromatic infrared(IR) cameras and three infrared LEDs to identify any gesture performed above the leap to a distance of 1 meter or 3 feet directly above the leap. Means it creates a hemispherical area around it which is about 1 meter and recognize any hand gesture in that volume. A lot of analysis work is completed in recognition of leap gesture. Several techniques are planned for recognition of hand gestures. During a Gesture Guided Moving mechanism with Microsoft Kinect [2]: demonstrate a gesture-guided mechanism moving system that is controlled by human gestures and keep step with the controller with comparatively constant distance. They used 2 advance devices programmable mechanism system: iRobot [1] and Microsoft Kinect [2]. Some straightforward gestures will be accustomed build the mechanismmoveany,closer,andkeep step with the walking person. Application of hand detection algorithm in robot control [3] presented the concept of vision based robot control system .The hand detection algorithmincontrollingrobotpresented a robot control system which is vision based. To control the robot manipulator hand gesture tracking and detection algorithm is used. The points and their paths are converted into a set of orientation and location value so as to achieve appropriate motion of manipulator. Thedrawback isthatfor accuracy we need to provide appropriate. Indian Sign Language to Forecast Text using Leap Motion Sensor and RF Classifier its proffered system involve
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2173 recognition of Indian language (ISL) exploitation Leap Motion sensing element. The device extracts vital characters/ attributes from the dataset such high-accuracy angle between fingers cab be retrieved, and this could be used for sturdy prediction. Feature classifier is employed to spot that gesture is being performed. Here, Random Forest (RF) classifier model is employed as feature classification. A block-list classifier is employed to get rid of all non-gestures frames, when that correct gesture frames area unit recognized by RF to create a significant word. This significant word is then displayed on digital display. Downside of this analysis is every country and every region has its own language, therefore this model is beneficial for less than individuals who now the Indian language. The motion controller’s internal elements could be a 2 camera digital to find the motion of the hands and fingers and a 3 LED’s infrared for detective work the space between the user’s hands with the leap motion controller, to find the space for controlling the automaton arm. Mainframe within the LEAP motion controller is processing visual information. It then sends the info of the movement of the hand and fingers into the pc. The information are formatted data on the space and the position coordinates of the hand and fingers at the moment send to the microcontroller for signal process and send management commands to drive server motor to manage the robotic arm. This technique carries with it four main parts:  The signal detection consists of a Leap motion controller  The signal processing part using JavaScript and node.js  Microcontroller  The robotic arm 3. Proposed System Fig 2: Flow chart We have proffered a system which identifies the gesture done by the user which is detected by the leap motion camera and the appropriate gesture is performed by the buggy. In this system 6 points are extracted fromthegesture done above or incident to the leap motion camera. From these 6 points the features requiredfordetectingthegesture are calculated. In the previous system only 12 features were identified in this system total of 15 features are selected making the system more efficient. The proffered system is partitioned into 4 main steps: 1. Leap interfacing 2. Preprocessing and point extraction 3. Feature extraction 4. Feature comparison Fig 3: Block diagram 1. Leap interfacing The software used for leap motion runs as a service of window system. The leap motion services are accessed by leap enabled application for the sake of receiving the data, leap motion SDK contribute 2 API which are a) Native interface b) Web socket interface a) Native interface : It is a set of small programs that can be loaded whenever needed (dynamic library) which is used to compose new leap enabled application. b) Web socket interface : The web socket interface & JavaScript client library are together used to develop leapenabled web applications.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2174 2. Preprocessing and point extraction Initially the features for the appropriate gestureandthe action to be performed are hoarded in the database as the dataset for future recognition.Assoonasthegesture is done by the user in front of leap camera. Extraction of the 6 points take place these 6 points indicate the centroid of the five fingers which are thumb, index finger, middle finger, ring finger & the centroid of plan. 3. Feature extraction : The features required for the system are extracted from the 6 points in order to analyze the action to be performed the features are selectedtotal 15featuresare selected for appropriate identification of action to be performed, the extracted features are actually the distance between all points. The 6 points are p1(x1, y1, z1)……p6(x6, y6, z6) to find the distance between points Euclidean distance formula is applied: Fig 4: Points extraction 4. Feature comparison Once the 15 features are selected for each gesture a value is calculated for this. Then the current value is compared with the features in the dataset the value which is near the value of the current gesture is the gestured action which is to be performed. In order to compare and find the appropriate action for the gesture the cosine similarity formula is used which is Where and are components of vector and respectively. 4. HARDWARE USED 1. ATmega32 Fig 5: ATmega32 ATmega32 is an 8-bit a sophisticated microcontroller of Atmel's Huge AVR family. Atmega32 is dependent on increased RISC architecture which consist of 131 powerful instructions. Almost all of the instructions execute in one instruction cycle. Atmega32 can work s on the maximum periodicity of 16MHz. 2. MAX232 Fig 6: MAX232
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 11 | Nov -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 2175 The MAX232 IC is utilized to convert the TTL logic levels to RS232 logic levels during serial communication of microcontrollers with computer. The controller operates At TTL logic level (0-5V) the controller works whereas the serial communication in computer works on RS232 standards (-25 V to + 25V). This makes it challenging to create a direct association between them to interact with each other. ULN2803 Fig 7: ULN2803 ULN28xx high voltage, excessive-cutting-edge Darlington arrays are used for interfacing among low degree logic circuitry and a couple of peripheral powerloads.Someof the loads are solenoid, magnetic print hammers and heaters. All the devices have featureopen-collectoroutputswithintegral clamp diodes. 3. Sensor used (IR Sensor) Fig 8: IR Sensor The IR sensor is a tool which detects IR the radiation falling on it. There are several types of IR receptors that are built and can be built with respect to the application. Proximity sensors (Used in mobile phones and Edge Avoiding Robots),contrast sensors (Used in Line Following Robots) and blockage counters/sensors (Used for keeping track of goods and in Thief Alarms) are some illustrations, whichuse IR sensors. Every sensor in this world has three ports:  VCC - to switch on the sensor  GND – to set negative reference  Output - analog output of the sensor(in some receptors , there may be more than one output terminals) In this system the IR sensor is used to detect the obstacles in front of the buggy/car. 5. CONCLUSIONS We have proffered a framework to control buggyusinghand gesture. In this study we have utilized hand motion dataset that includes numerous gesture representations. We have utilized leap motion sensor camera to observe hand motion. To compare current gesture with stored gesture we have extracted a feature set. The features are calculated using Euclidean distance formula. This feature set will be compared with stored data usingcosinesimilarityandbuggy will take appropriate action. In this study we have utilized 3D leap motion sensor camera and we have extracted features of hand or fingers for maximum accuracy. For detecting gesture in 3D we can use AI based algorithm for further study REFERENCES [1] Ayanava Sarkar, Ganesh Ram R.K., Ketul Arvindbhai Patel, Geet Krishna Capoor, “Gesture Control of Drone Using a Motion Controller” BITS Pilani, Dubai Campus, 2016. [2] Qingyu Li, Panlong Yang, “A Gesture Guided Moving Robot with Microsoft Kinect”,CollegeofCommunication Engineering, PLA University of Science and Technology, 2013. [3] Tomasz Grzejszczak, Adrian Łe,gowski, Michał Niezabitowski, “Tomasz Grzejszczak, Adrian Łe,gowski, Michał Niezabitowski”, Akademicka 16 Street, 44-100 Gliwice, Poland, 2016. [4] Poonam Chavan1, Prof. Tushar Ghorpade2, Prof. Puja Padiya3, “Indian Sign Language to Forecast Text using Leap Motion Sensor and RF Classifier”, Ramrao Adik Institute of Technology Nerul, Navi Mumbai, Maharashtra 400706 , 2017. [5] Y.Pititeeraphob, P.Choitkuman, N.Thongpance, K.Kullatham, Ch.Pintavirooj, “Robot-armcontrol system using leap motion controller”, Rangsit University, Pathumthani, Thailand, 2017. [6] Shogo Okada1 and Kazuhiro Otsuka, “Recognizing Words from Gestures: Discovering Gesture Descriptors Associated with Spoken Utterances”, School of Computing, Tokyo Institute of Technology, Japan 2 NTT Communication Science Laboratories, Japan, 2017. [7] A. Marcos-Ramiro et al. Body communicative cue extraction for conversational analysis. In IEEE Int. Conf. on Automatic Face and Gesture Recognition, 2013. [8] A. Joshi et al. A random forest approach to segmenting and classifying gestures. In IEEE Int. Conf. on Automatic Face and Gesture Recognition, volume 1, 2015.