SlideShare a Scribd company logo
1 of 8
Download to read offline
INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING 
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), 
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME 
AND TECHNOLOGY (IJMET) 
ISSN 0976 – 6340 (Print) 
ISSN 0976 – 6359 (Online) 
Volume 5, Issue 6, June (2014), pp. 110-117 
© IAEME: www.iaeme.com/IJMET.asp 
Journal Impact Factor (2014): 7.5377 (Calculated by GISI) 
www.jifactor.com 
IJMET 
© I A E M E 
ROBOTOR AN AUTONOMOUS VEHICLE FOR TARGET DETECTION AND 
110 
 
SHOOTING 
Vivek Pal, Amit Kr. Gautam, Deepak Singh, Akshay 
(Cluster Innovation Centre, University of Delhi, India) 
ABSTRACT 
Humans have evolved to better survive and have evolved their invention. In today’s age, a 
large number of robots are placed in many areas replacing manpower in severe or dangerous 
workplaces. Moreover, the most important thing is to take care of this technology for developing 
robots progresses. This paper proposes an autonomous moving system which automatically finds its 
target from a scene, lock it and approach towards its target and hits through a shooting mechanism. 
The main objective is to provide reliable, cost effective and accurate technique to destroy an unusual 
threat in the environment using image processing. 
Keywords: Capacitor Bank, Coil Gun, Image Processing, Microcontroller, Trigger Mechanism. 
1. INTRODUCTION 
The robotic industry is one of such invention that will evolve parallel to us because 
somewhere we view them as our descendants. Every day we see new products in the market with 
new innovation, better efficiency and accuracy. The trend of robotics has affected every phase of our 
life. The information that the robot process or generate can be sent in a wired fashion or though 
wireless communication. To process the data a processing unit is required, generally a 
microprocessor perform this task. The data can be an image or video as well. Then image processing 
comes into the picture. A robot must have a vision system to capture the images or videos in the 
vicinity. Then they can be sent to the microprocessor for processing and some information can be 
extracted out of them. 
The eye for a Robot is its sensors to understand the circumstances. There are several types of 
sensors like IR proximity sensor or sharp IR which can be used depends on their requirements, 
instead of those, Cameras are now being widely used due to the remarkable improvement in
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), 
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME 
computer world especially in image processing. Apart from cameras ,gestures are also used to 
control a robot.[1] 
111 
 
A computer can process its brain 1000 times faster than a human brain but one human life is 
more important than 1000 computers. Indian military needs most advance technology to better 
protect the nation. So the problem was to minimize the loss of our defense personnel by constructing 
a robot as efficient as humanly Soldiers that can go to a remote area and shoot the target down. 
The main objective of this project is to make an autonomous robot which is capable of going 
to a remote area, recognizing a target there, follow it, and shoot target once it is within an acceptable 
distance. The successful execution of the prototype will reinforce the positive contribution of the 
technologies used. 
2. RELATED WORK 
A number of robots have been built which can follow a defined path or take pictures in 
surroundings or can detect an object but there is no one which can find a target, follow it and shoot it 
down from a certain distance. Most of the robots make use of sensors like infrared sensor, proximity 
sensor or white line sensor to trace their path. Some make use of motion planning with complete 
information in which they collect information about the premises or the environment before staring 
the motion and act accordingly [2]. Some may also use a Kinect camera as a vision system [3]. At 
the present time robots are not able to work in all odd circumstances they can perform only in special 
circumstances that are customized for them. 
3. PROPOSED METHOD 
We have developed a system in which a robot autonomously goes to any remote area and 
detects its target and shoot from an acceptable distance. The robot is pre-programmed and comprises 
of a micro-controller with good quality webcam and has a self-made linear projectile mechanism. 
The webcamcaptures the real time frame or image of the surrounding more specifically called an 
arena [4]. Then the frame of an image goes as an input in the computer software called MATLAB® 
and the image is being processed using Image processing techniques. Then signal has been produced 
for the robot whether to move or take left, right and forward. There is also a trigger mechanism 
installed in a robot which activates the linear projectile shooting mechanism. This trigger mechanism 
gets activated when the robot fully detects its target and achieved its acceptable distance and linear 
projectile mechanism is activated based on the Fleming thumb rule and the bullet is fired in the 
direction of the target. The figure 1 shows the Work Flow of the proposed method. 
Fig.1: Work flow of proposed method
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), 
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME 
The functional block diagram of the system is as below: 
112 
 
Fig.2: Functional Block diagram of system 
3.1 Image acquisition The first step is to capture a scene through a camera. The camera should be 
more reliable and it should have good specification like Pixel value and Resolution. Most frequently 
used cameras are CMOS based because they are less in cost and easily available in the market. 
3.2 Image preprocessingImage preprocessing commonly comprises of a series of sequential 
operations including image enhancement or normalization, geometric correction, Contrast 
adjustment, Histogram Equalization, removal of noise etc. It is done before applying the feature 
extraction techniques. Using the above mentioned techniques, we alter the image pixel values 
permanently and use this improved data for later analyses. 
3.3 Image conversion Image captured by camera goes into the computer in which image processing 
is done using Matlab® software. The original RBG image is converted into NTSC format through 
command “rbg2ntsc”. In the NTSC format, image data consist of three components: luminance (Y), 
hue (I), and saturation (Q).The first component, luminance, represents grayscale information, while 
the last two components make up chrominance [1]. We take the chrominance of object which 
differentiate the target from any other component which image consists. 
3.4 Target detection Now we extract the boundary of detecting object so that computer understands 
that target particularly. We evaluate the center of the target and center of the frame. Now let 
Euclidean distance, D is the distance of the center of the frame from the center of the object.
(1) 
Where x and y are the spatial coordinate of the center of the target and a and b are the spatial 
coordinate of the center of the frame.
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), 
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME 
P D Relative x coordinate Move 
300 35 0 LEFT 
300 35 0 RIGHT 
300 35 - FORWARD 
300 35 - STOP+ trigger on 
113 
 
Our goal is to minimize the distance D. Microcontroller gives the instruction based on how 
much the spatial coordinates differ from center of the target to the center of the frame. Table no. 
explains the detail of instruction given by the microcontroller. 
Table 1 Instructions given by microcontroller 
Where, P=Number of pixels used to outline the target. 
D = Distance between the center of frame and the center of object. 
Relative x-coordinate = x-a 
4. HARDWARE DESCRIPTION 
Fig.3: Hardware model of Robotor 
The robot is self-assembled consist of metallic chassis having 4 geared DC (Direct Current) 
motors of 50 RPM, 1 servo motor has operated speed 1.18 Sec per 60 degrees at 4.8 volts at no load, 
4 plastic wheels are attached to the motor, one CMOS based camera is mounted in the front of the 
robot. The Camera is connected to the computer. A microcontroller ATmega328 is connected to the 
computer.it operates at 5 V DC supply having 32 KB flash memory and 16 MHZ clock frequency. 
Computer is connected to the micro-controller by the USB cable connector. The computer 
sends the signal command to micro-controller in which direction it has to be moved. 
The shooting mechanism comprises of Coil gun, Capacitor bank and Trigger mechanism. 
Figure 5 shows the block of shooting mechanism.
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), 
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME 
114 
 
Fig.4: Working principle of shooting mechanism 
4.1 Trigger and shooting mechanismThe trigger mechanism is activated once the robot takes its 
position after image detection is complete. The mechanism is designed using a servo motor with an 
alligator clip attached to its axle and another fixed alligator clip. The two alligator clips are placed at 
an angle of 90 degrees not touching each other. When the servo rotates along with first clip it touches 
the second clip and the circuit is complete and hence the coil gun gets activated the target is shot 
down. 
Fig.5: Triggered mechanism 
4.2 Coil gun The gun is charged projectile accelerator which makes use of magnetic effect of electric 
current to accelerate a ferromagnetic substance used as bullet. The coil gun has been made by 
winding copper wires around a non-ferromagnetic barrel. After the image detection is complete, the 
trigger mechanism is activated using servos and the coil gun turns on. If the gun is loaded, the bullet 
is fired in the direction of the object and the target is shot down. 
Fig.6: Coil tube
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), 
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME 
4.3Capacitor bank: A capacitor bank consisting of 330V capacitors, 220mF charge were 
interconnected in parallel. The capacitor bank stores charge for the coil gun. The charge when 
discharged across the copper coil make it magnetized and then its acts as coil gun. It also enhances 
the ripple current capacity. 
115 
 
Fig. 7: Capacitor are connected in parallel 
5. EXPERIMENT AND RESULTS 
In this section the detailed experiments which are done by Robotorare explained. Conversion 
of image from RGB to NTSC format is shown in figure 8. 
Fig.8: Image conversion from RGB to NTSC 
The experimental procedure is as follows: 
1. Set the Robotor at a distance of 30 cm from the target facing any direction. 
2. Start autonomous action. 
3. If the robot goes near the target and shoot it. Repeat the same procedure from the beginning. 
4. After five trials, set the robot at a distance of 60 cm from the steps and restart. 
5. Repeat above procedure with 90 cm and 120 cm also.
International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), 
ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME 
30cm 60cm 90 cm 120cm 
Number of Trials 5 5 5 5 
Successful 
5 5 5 4 
Performance 
0 0 0 1 
Success Rate (%) 100 100 100 80 
Distance from 
Robotor 
30cm 60cm 90 cm 120cm 
Number of Trials 5 5 5 5 
Successful 
5 5 5 4 
Performance 
0 0 0 1 
Success Rate (%) 100 100 100 80 
116 
 
Table 2: Observation table 
Distance from 
Robotor 
Unsuccessful 
Performance 
Unsuccessful 
Performance 
The varying the distance of the Robotor from the target we can know the range for which it 
can detect and shoot the object successfully. The use of our vision system and the technique of object 
detection using NTSC format of the image to control the Robotor obtained satisfactory results. The 
robot could detect and shot the target many times. In case of changing the distance from using above 
steps, we got good results except when the distance was 120cm. In that case it failed once to hit the 
target. 
6. CONCLUSION 
This paper has presented an autonomous moving robot has been implemented which is 
capable to detect a certain object, approaches towards its target and shoot it down. The result shows 
that the accuracy to find the target is 95 % which demonstrate its accuracy and efficiency. The main 
constraint of this approach is that it can shoot only static object but no one is always static in nature. 
So our future work is to make an autonomous system which could predict the direction of moving 
targets using object tracking. 
7. ACKNOWLEDGEMENT 
We would like to thank Ms. Twisha for supervising all activities and for lending her full 
cooperation, despite her busy schedule, in successful implementation of this system. 
REFERENCE 
[1] Harish Kumar Kaura, VipulHonrao, SayaliPatil, Pravish Shetty,” Gesture Controlled Robot 
using Image Processing”, (IJARAI) International Journal of Advanced Research in Artificial 
Intelligence, Vol. 2, No. 5, 2013 
[2] Qing Li, Wei Zhang, Yixin Yin, Zhiliang Wang, and Guangjun Liu. An improved genetic 
algorithm of optimum path planning for mobile robots. In Intelligent Systems Design and 
Applications, 2006. ISDA'06. Sixth International Conference on, volume 2, pages 637{642. 
IEEE, 2006.

More Related Content

What's hot

Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...CSCJournals
 
Object Tracking System Using Motion Detection and Sound Detection
Object Tracking System Using Motion Detection and Sound DetectionObject Tracking System Using Motion Detection and Sound Detection
Object Tracking System Using Motion Detection and Sound DetectionAM Publications,India
 
Stereo Vision Human Motion Detection and Tracking in Uncontrolled Environment
Stereo Vision Human Motion Detection and Tracking in Uncontrolled EnvironmentStereo Vision Human Motion Detection and Tracking in Uncontrolled Environment
Stereo Vision Human Motion Detection and Tracking in Uncontrolled EnvironmentTELKOMNIKA JOURNAL
 
Motion capture technology
Motion capture technologyMotion capture technology
Motion capture technologyAnvesh Ranga
 
Feedback method based on image processing for detecting human body via flying...
Feedback method based on image processing for detecting human body via flying...Feedback method based on image processing for detecting human body via flying...
Feedback method based on image processing for detecting human body via flying...ijaia
 
Motion capture technology
Motion capture technologyMotion capture technology
Motion capture technologyParvez Hassan
 
IRJET- Border Security using Computer Vision
IRJET- Border Security using Computer VisionIRJET- Border Security using Computer Vision
IRJET- Border Security using Computer VisionIRJET Journal
 
Intelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform designIntelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform designeSAT Publishing House
 
ShawnQuinnCSS565FinalResearchProject
ShawnQuinnCSS565FinalResearchProjectShawnQuinnCSS565FinalResearchProject
ShawnQuinnCSS565FinalResearchProjectShawn Quinn
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET Journal
 
C015 apwcs10-positioning
C015 apwcs10-positioningC015 apwcs10-positioning
C015 apwcs10-positioningevegod
 
Real-time Moving Object Detection using SURF
Real-time Moving Object Detection using SURFReal-time Moving Object Detection using SURF
Real-time Moving Object Detection using SURFiosrjce
 

What's hot (16)

Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
 
Object Tracking System Using Motion Detection and Sound Detection
Object Tracking System Using Motion Detection and Sound DetectionObject Tracking System Using Motion Detection and Sound Detection
Object Tracking System Using Motion Detection and Sound Detection
 
Stereo Vision Human Motion Detection and Tracking in Uncontrolled Environment
Stereo Vision Human Motion Detection and Tracking in Uncontrolled EnvironmentStereo Vision Human Motion Detection and Tracking in Uncontrolled Environment
Stereo Vision Human Motion Detection and Tracking in Uncontrolled Environment
 
Motion capture technology
Motion capture technologyMotion capture technology
Motion capture technology
 
Feedback method based on image processing for detecting human body via flying...
Feedback method based on image processing for detecting human body via flying...Feedback method based on image processing for detecting human body via flying...
Feedback method based on image processing for detecting human body via flying...
 
Advantages and Disadvantages of Motion Capture
Advantages and Disadvantages of Motion CaptureAdvantages and Disadvantages of Motion Capture
Advantages and Disadvantages of Motion Capture
 
Motion Capture
Motion CaptureMotion Capture
Motion Capture
 
Motion capture technology
Motion capture technologyMotion capture technology
Motion capture technology
 
IRJET- Border Security using Computer Vision
IRJET- Border Security using Computer VisionIRJET- Border Security using Computer Vision
IRJET- Border Security using Computer Vision
 
Motion capture by Rj
Motion capture by RjMotion capture by Rj
Motion capture by Rj
 
Intelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform designIntelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform design
 
ShawnQuinnCSS565FinalResearchProject
ShawnQuinnCSS565FinalResearchProjectShawnQuinnCSS565FinalResearchProject
ShawnQuinnCSS565FinalResearchProject
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
 
C015 apwcs10-positioning
C015 apwcs10-positioningC015 apwcs10-positioning
C015 apwcs10-positioning
 
Unit 1 notes
Unit 1 notesUnit 1 notes
Unit 1 notes
 
Real-time Moving Object Detection using SURF
Real-time Moving Object Detection using SURFReal-time Moving Object Detection using SURF
Real-time Moving Object Detection using SURF
 

Viewers also liked

Comunicato Stampa Jade Italia 12 Ottobre 2009
Comunicato Stampa Jade Italia   12 Ottobre 2009Comunicato Stampa Jade Italia   12 Ottobre 2009
Comunicato Stampa Jade Italia 12 Ottobre 2009Jade Italia
 
Comunicato Stampa Jade Italia 20 Luglio 2009
Comunicato Stampa Jade Italia    20 Luglio 2009Comunicato Stampa Jade Italia    20 Luglio 2009
Comunicato Stampa Jade Italia 20 Luglio 2009Jade Italia
 
מחשבות על אמונה
מחשבות על אמונהמחשבות על אמונה
מחשבות על אמונהbaruch katz
 
Create mind map based on Behvirorism.part2
Create mind map based on Behvirorism.part2Create mind map based on Behvirorism.part2
Create mind map based on Behvirorism.part2Asma Dhaif
 
Acs welcome to_winter_poster_2013
Acs welcome to_winter_poster_2013Acs welcome to_winter_poster_2013
Acs welcome to_winter_poster_2013Anna Fischer
 
Czy ambicje mojego dziecka zależą ode mnie
Czy ambicje mojego dziecka zależą ode mnieCzy ambicje mojego dziecka zależą ode mnie
Czy ambicje mojego dziecka zależą ode mnieUniwersytet Dzieci
 

Viewers also liked (9)

Entry 3
Entry 3Entry 3
Entry 3
 
Comunicato Stampa Jade Italia 12 Ottobre 2009
Comunicato Stampa Jade Italia   12 Ottobre 2009Comunicato Stampa Jade Italia   12 Ottobre 2009
Comunicato Stampa Jade Italia 12 Ottobre 2009
 
Comunicato Stampa Jade Italia 20 Luglio 2009
Comunicato Stampa Jade Italia    20 Luglio 2009Comunicato Stampa Jade Italia    20 Luglio 2009
Comunicato Stampa Jade Italia 20 Luglio 2009
 
מחשבות על אמונה
מחשבות על אמונהמחשבות על אמונה
מחשבות על אמונה
 
Create mind map based on Behvirorism.part2
Create mind map based on Behvirorism.part2Create mind map based on Behvirorism.part2
Create mind map based on Behvirorism.part2
 
Acs welcome to_winter_poster_2013
Acs welcome to_winter_poster_2013Acs welcome to_winter_poster_2013
Acs welcome to_winter_poster_2013
 
PoëzE- Bundel SoS Markant Vijfhoeven
PoëzE- Bundel SoS Markant VijfhoevenPoëzE- Bundel SoS Markant Vijfhoeven
PoëzE- Bundel SoS Markant Vijfhoeven
 
CBC St Anns Ppt #1
CBC St Anns Ppt #1CBC St Anns Ppt #1
CBC St Anns Ppt #1
 
Czy ambicje mojego dziecka zależą ode mnie
Czy ambicje mojego dziecka zależą ode mnieCzy ambicje mojego dziecka zależą ode mnie
Czy ambicje mojego dziecka zależą ode mnie
 

Similar to 30120140506012 2

ROBOTOR AN AUTONOMOUS VEHICLE FOR TARGET DETECTION AND SHOOTING
ROBOTOR AN AUTONOMOUS VEHICLE FOR TARGET DETECTION AND SHOOTINGROBOTOR AN AUTONOMOUS VEHICLE FOR TARGET DETECTION AND SHOOTING
ROBOTOR AN AUTONOMOUS VEHICLE FOR TARGET DETECTION AND SHOOTINGIAEME Publication
 
Visual pattern recognition in robotics
Visual pattern recognition in roboticsVisual pattern recognition in robotics
Visual pattern recognition in roboticsIAEME Publication
 
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOTHUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOTcscpconf
 
Developing a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDeveloping a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDr. Amarjeet Singh
 
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...Associate Professor in VSB Coimbatore
 
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET Journal
 
Intelligent indoor mobile robot navigation using stereo vision
Intelligent indoor mobile robot navigation using stereo visionIntelligent indoor mobile robot navigation using stereo vision
Intelligent indoor mobile robot navigation using stereo visionsipij
 
Spy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSMSpy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSMIRJET Journal
 
Two wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationTwo wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationIAEME Publication
 
IRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET 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
 
A Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry PiA Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry PiAngela Shin
 
Face Recognition Based on Image Processing in an Advanced Robotic System
Face Recognition Based on Image Processing in an Advanced Robotic SystemFace Recognition Based on Image Processing in an Advanced Robotic System
Face Recognition Based on Image Processing in an Advanced Robotic SystemIRJET Journal
 
Camouflage Surveillance Robot In Defense Using Artificial Intelligence
Camouflage Surveillance Robot In Defense Using Artificial IntelligenceCamouflage Surveillance Robot In Defense Using Artificial Intelligence
Camouflage Surveillance Robot In Defense Using Artificial IntelligenceIRJET Journal
 
Smart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCUSmart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCUIRJET Journal
 
SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS
 SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS  SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS
SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS Nandakishor Jahagirdar
 

Similar to 30120140506012 2 (20)

ROBOTOR AN AUTONOMOUS VEHICLE FOR TARGET DETECTION AND SHOOTING
ROBOTOR AN AUTONOMOUS VEHICLE FOR TARGET DETECTION AND SHOOTINGROBOTOR AN AUTONOMOUS VEHICLE FOR TARGET DETECTION AND SHOOTING
ROBOTOR AN AUTONOMOUS VEHICLE FOR TARGET DETECTION AND SHOOTING
 
Visual pattern recognition in robotics
Visual pattern recognition in roboticsVisual pattern recognition in robotics
Visual pattern recognition in robotics
 
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOTHUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
 
Developing a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDeveloping a Humanoid Robot Platform
Developing a Humanoid Robot Platform
 
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...
Design and Implementation of Soft-i-Robot for face Detection and Obstacle Avo...
 
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually Impaired
 
Autonomous Eye
Autonomous EyeAutonomous Eye
Autonomous Eye
 
Intelligent indoor mobile robot navigation using stereo vision
Intelligent indoor mobile robot navigation using stereo visionIntelligent indoor mobile robot navigation using stereo vision
Intelligent indoor mobile robot navigation using stereo vision
 
Spy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSMSpy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSM
 
Two wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigationTwo wheeled self balancing robot for autonomous navigation
Two wheeled self balancing robot for autonomous navigation
 
50120130406037
5012013040603750120130406037
50120130406037
 
Content server
Content serverContent server
Content server
 
IRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with IntelligentdestructionIRJET - Military Spy Robot with Intelligentdestruction
IRJET - Military Spy Robot with Intelligentdestruction
 
Virtual Yoga System Using Kinect Sensor
Virtual Yoga System Using Kinect SensorVirtual Yoga System Using Kinect Sensor
Virtual Yoga System Using Kinect Sensor
 
A Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry PiA Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry Pi
 
Face Recognition Based on Image Processing in an Advanced Robotic System
Face Recognition Based on Image Processing in an Advanced Robotic SystemFace Recognition Based on Image Processing in an Advanced Robotic System
Face Recognition Based on Image Processing in an Advanced Robotic System
 
Camouflage Surveillance Robot In Defense Using Artificial Intelligence
Camouflage Surveillance Robot In Defense Using Artificial IntelligenceCamouflage Surveillance Robot In Defense Using Artificial Intelligence
Camouflage Surveillance Robot In Defense Using Artificial Intelligence
 
Smart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCUSmart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCU
 
color tracking robot
color tracking robotcolor tracking robot
color tracking robot
 
SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS
 SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS  SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS
SIMULTANEOUS MAPPING AND NAVIGATION FOR RENDEZVOUS IN SPACE APPLICATIONS
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 

Recently uploaded (20)

Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 

30120140506012 2

  • 1. INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME AND TECHNOLOGY (IJMET) ISSN 0976 – 6340 (Print) ISSN 0976 – 6359 (Online) Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME: www.iaeme.com/IJMET.asp Journal Impact Factor (2014): 7.5377 (Calculated by GISI) www.jifactor.com IJMET © I A E M E ROBOTOR AN AUTONOMOUS VEHICLE FOR TARGET DETECTION AND 110 SHOOTING Vivek Pal, Amit Kr. Gautam, Deepak Singh, Akshay (Cluster Innovation Centre, University of Delhi, India) ABSTRACT Humans have evolved to better survive and have evolved their invention. In today’s age, a large number of robots are placed in many areas replacing manpower in severe or dangerous workplaces. Moreover, the most important thing is to take care of this technology for developing robots progresses. This paper proposes an autonomous moving system which automatically finds its target from a scene, lock it and approach towards its target and hits through a shooting mechanism. The main objective is to provide reliable, cost effective and accurate technique to destroy an unusual threat in the environment using image processing. Keywords: Capacitor Bank, Coil Gun, Image Processing, Microcontroller, Trigger Mechanism. 1. INTRODUCTION The robotic industry is one of such invention that will evolve parallel to us because somewhere we view them as our descendants. Every day we see new products in the market with new innovation, better efficiency and accuracy. The trend of robotics has affected every phase of our life. The information that the robot process or generate can be sent in a wired fashion or though wireless communication. To process the data a processing unit is required, generally a microprocessor perform this task. The data can be an image or video as well. Then image processing comes into the picture. A robot must have a vision system to capture the images or videos in the vicinity. Then they can be sent to the microprocessor for processing and some information can be extracted out of them. The eye for a Robot is its sensors to understand the circumstances. There are several types of sensors like IR proximity sensor or sharp IR which can be used depends on their requirements, instead of those, Cameras are now being widely used due to the remarkable improvement in
  • 2. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME computer world especially in image processing. Apart from cameras ,gestures are also used to control a robot.[1] 111 A computer can process its brain 1000 times faster than a human brain but one human life is more important than 1000 computers. Indian military needs most advance technology to better protect the nation. So the problem was to minimize the loss of our defense personnel by constructing a robot as efficient as humanly Soldiers that can go to a remote area and shoot the target down. The main objective of this project is to make an autonomous robot which is capable of going to a remote area, recognizing a target there, follow it, and shoot target once it is within an acceptable distance. The successful execution of the prototype will reinforce the positive contribution of the technologies used. 2. RELATED WORK A number of robots have been built which can follow a defined path or take pictures in surroundings or can detect an object but there is no one which can find a target, follow it and shoot it down from a certain distance. Most of the robots make use of sensors like infrared sensor, proximity sensor or white line sensor to trace their path. Some make use of motion planning with complete information in which they collect information about the premises or the environment before staring the motion and act accordingly [2]. Some may also use a Kinect camera as a vision system [3]. At the present time robots are not able to work in all odd circumstances they can perform only in special circumstances that are customized for them. 3. PROPOSED METHOD We have developed a system in which a robot autonomously goes to any remote area and detects its target and shoot from an acceptable distance. The robot is pre-programmed and comprises of a micro-controller with good quality webcam and has a self-made linear projectile mechanism. The webcamcaptures the real time frame or image of the surrounding more specifically called an arena [4]. Then the frame of an image goes as an input in the computer software called MATLAB® and the image is being processed using Image processing techniques. Then signal has been produced for the robot whether to move or take left, right and forward. There is also a trigger mechanism installed in a robot which activates the linear projectile shooting mechanism. This trigger mechanism gets activated when the robot fully detects its target and achieved its acceptable distance and linear projectile mechanism is activated based on the Fleming thumb rule and the bullet is fired in the direction of the target. The figure 1 shows the Work Flow of the proposed method. Fig.1: Work flow of proposed method
  • 3. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME The functional block diagram of the system is as below: 112 Fig.2: Functional Block diagram of system 3.1 Image acquisition The first step is to capture a scene through a camera. The camera should be more reliable and it should have good specification like Pixel value and Resolution. Most frequently used cameras are CMOS based because they are less in cost and easily available in the market. 3.2 Image preprocessingImage preprocessing commonly comprises of a series of sequential operations including image enhancement or normalization, geometric correction, Contrast adjustment, Histogram Equalization, removal of noise etc. It is done before applying the feature extraction techniques. Using the above mentioned techniques, we alter the image pixel values permanently and use this improved data for later analyses. 3.3 Image conversion Image captured by camera goes into the computer in which image processing is done using Matlab® software. The original RBG image is converted into NTSC format through command “rbg2ntsc”. In the NTSC format, image data consist of three components: luminance (Y), hue (I), and saturation (Q).The first component, luminance, represents grayscale information, while the last two components make up chrominance [1]. We take the chrominance of object which differentiate the target from any other component which image consists. 3.4 Target detection Now we extract the boundary of detecting object so that computer understands that target particularly. We evaluate the center of the target and center of the frame. Now let Euclidean distance, D is the distance of the center of the frame from the center of the object.
  • 4. (1) Where x and y are the spatial coordinate of the center of the target and a and b are the spatial coordinate of the center of the frame.
  • 5. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME P D Relative x coordinate Move 300 35 0 LEFT 300 35 0 RIGHT 300 35 - FORWARD 300 35 - STOP+ trigger on 113 Our goal is to minimize the distance D. Microcontroller gives the instruction based on how much the spatial coordinates differ from center of the target to the center of the frame. Table no. explains the detail of instruction given by the microcontroller. Table 1 Instructions given by microcontroller Where, P=Number of pixels used to outline the target. D = Distance between the center of frame and the center of object. Relative x-coordinate = x-a 4. HARDWARE DESCRIPTION Fig.3: Hardware model of Robotor The robot is self-assembled consist of metallic chassis having 4 geared DC (Direct Current) motors of 50 RPM, 1 servo motor has operated speed 1.18 Sec per 60 degrees at 4.8 volts at no load, 4 plastic wheels are attached to the motor, one CMOS based camera is mounted in the front of the robot. The Camera is connected to the computer. A microcontroller ATmega328 is connected to the computer.it operates at 5 V DC supply having 32 KB flash memory and 16 MHZ clock frequency. Computer is connected to the micro-controller by the USB cable connector. The computer sends the signal command to micro-controller in which direction it has to be moved. The shooting mechanism comprises of Coil gun, Capacitor bank and Trigger mechanism. Figure 5 shows the block of shooting mechanism.
  • 6. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME 114 Fig.4: Working principle of shooting mechanism 4.1 Trigger and shooting mechanismThe trigger mechanism is activated once the robot takes its position after image detection is complete. The mechanism is designed using a servo motor with an alligator clip attached to its axle and another fixed alligator clip. The two alligator clips are placed at an angle of 90 degrees not touching each other. When the servo rotates along with first clip it touches the second clip and the circuit is complete and hence the coil gun gets activated the target is shot down. Fig.5: Triggered mechanism 4.2 Coil gun The gun is charged projectile accelerator which makes use of magnetic effect of electric current to accelerate a ferromagnetic substance used as bullet. The coil gun has been made by winding copper wires around a non-ferromagnetic barrel. After the image detection is complete, the trigger mechanism is activated using servos and the coil gun turns on. If the gun is loaded, the bullet is fired in the direction of the object and the target is shot down. Fig.6: Coil tube
  • 7. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME 4.3Capacitor bank: A capacitor bank consisting of 330V capacitors, 220mF charge were interconnected in parallel. The capacitor bank stores charge for the coil gun. The charge when discharged across the copper coil make it magnetized and then its acts as coil gun. It also enhances the ripple current capacity. 115 Fig. 7: Capacitor are connected in parallel 5. EXPERIMENT AND RESULTS In this section the detailed experiments which are done by Robotorare explained. Conversion of image from RGB to NTSC format is shown in figure 8. Fig.8: Image conversion from RGB to NTSC The experimental procedure is as follows: 1. Set the Robotor at a distance of 30 cm from the target facing any direction. 2. Start autonomous action. 3. If the robot goes near the target and shoot it. Repeat the same procedure from the beginning. 4. After five trials, set the robot at a distance of 60 cm from the steps and restart. 5. Repeat above procedure with 90 cm and 120 cm also.
  • 8. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME 30cm 60cm 90 cm 120cm Number of Trials 5 5 5 5 Successful 5 5 5 4 Performance 0 0 0 1 Success Rate (%) 100 100 100 80 Distance from Robotor 30cm 60cm 90 cm 120cm Number of Trials 5 5 5 5 Successful 5 5 5 4 Performance 0 0 0 1 Success Rate (%) 100 100 100 80 116 Table 2: Observation table Distance from Robotor Unsuccessful Performance Unsuccessful Performance The varying the distance of the Robotor from the target we can know the range for which it can detect and shoot the object successfully. The use of our vision system and the technique of object detection using NTSC format of the image to control the Robotor obtained satisfactory results. The robot could detect and shot the target many times. In case of changing the distance from using above steps, we got good results except when the distance was 120cm. In that case it failed once to hit the target. 6. CONCLUSION This paper has presented an autonomous moving robot has been implemented which is capable to detect a certain object, approaches towards its target and shoot it down. The result shows that the accuracy to find the target is 95 % which demonstrate its accuracy and efficiency. The main constraint of this approach is that it can shoot only static object but no one is always static in nature. So our future work is to make an autonomous system which could predict the direction of moving targets using object tracking. 7. ACKNOWLEDGEMENT We would like to thank Ms. Twisha for supervising all activities and for lending her full cooperation, despite her busy schedule, in successful implementation of this system. REFERENCE [1] Harish Kumar Kaura, VipulHonrao, SayaliPatil, Pravish Shetty,” Gesture Controlled Robot using Image Processing”, (IJARAI) International Journal of Advanced Research in Artificial Intelligence, Vol. 2, No. 5, 2013 [2] Qing Li, Wei Zhang, Yixin Yin, Zhiliang Wang, and Guangjun Liu. An improved genetic algorithm of optimum path planning for mobile robots. In Intelligent Systems Design and Applications, 2006. ISDA'06. Sixth International Conference on, volume 2, pages 637{642. IEEE, 2006.
  • 9. International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 – 6340(Print), ISSN 0976 – 6359(Online), Volume 5, Issue 6, June (2014), pp. 110-117 © IAEME 117 [3] Gesture Controlled Robot using Kinect http://www.e-yantra.org/home/projects-wiki/item/180- gesture-controlled-robot-using-firebirdv-and-kinect. [4] ShahedShojaeipour, Sallehuddin Mohamed Haris, ElhamGholami and Ali Shojaeipour,” Webcam-based Mobile Robot Path Planning using Voronoi Diagrams and Image Processing”, Proceedings of the 9th WSEAS International Conference on Applications of Electrical Engineering. [5] Saifuldeenabed Jebur, Prabhat Kumar Sinha and Ishan Om Bhargava, “Advancement and Stimulation of Five Degree of Freedom Robot Lever Arm”, International Journal of Mechanical Engineering Technology (IJMET), Volume 5, Issue 3, 2014, pp. 20 - 30, ISSN Print: 0976 – 6340, ISSN Online: 0976 – 6359. [6] Hameedah Sahib Hasan and Dr. P.Ramesh Babu, “Analysis and Control of Mobile Robot for Pipe Line Inspection”, International Journal of Mechanical Engineering Technology (IJMET), Volume 4, Issue 5, 2013, pp. 1 - 9, ISSN Print: 0976 – 6340, ISSN Online: 0976 – 6359. [7] Sarthak Pareek, “Embedded Based Robotic Vehicle Protection using Stisim Software”, International Journal of Electronics and Communication Engineering Technology (IJECET), Volume 5, Issue 4, 2014, pp. 36 - 42, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. [8] Sreekanth Reddy Kallem, “Artificial Intelligence in the Movement of Mobile Agent (Robotic)”, International Journal of Computer Engineering Technology (IJCET), Volume 4, Issue 6, 2013, pp. 394 - 402, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [9] Srushti H. Bhatt, N. Ravi Prakash and S. B. Jadeja, “Modelling of Robotic Manipulator Arm”, International Journal of Mechanical Engineering Technology (IJMET), Volume 4, Issue 3, 2013, pp. 125 - 129, ISSN Print: 0976 – 6340, ISSN Online: 0976 – 6359.