SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
K. Sri Krishna Aditya et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1213-1216

RESEARCH ARTICLE

www.ijera.com

OPEN ACCESS

Detecting Sudden Pedestrian Crossings and Avoiding Accidents
Using Arm 11
K. Sri Krishna Aditya1, T. Surya Kavita2, U. Yedukondalu3
1
1

Assistant Professor, 2Associate Professor, 3Head of the Department E.C.E.
Aditya Engineering College, 2Aditya Engineering College, 3Aditya Engineering College

Abstract
We are aware of the problem of detecting sudden pedestrian crossings to assist drivers in avoiding accidents.
We design embedded system, the application has two major requirements: to detect crossing pedestrians as early
as possible just as they enter the view of the car-mounted camera and to maintain alarm system to alert the
Driver. Our Embedded system using ARM 32 bit Microcontroller has feature of image/video processing by
using various features and classification algorithms have been proposed for pedestrian detection. It overcomes
the performance in terms of sensors and hardware cost is also too high. So, our design Embedded system that
detects partially visible pedestrians just as they enter the camera view, with low false alarm rate and high speed.
This system takes capture image by means of web camera connected to ARM microcontroller through USB and
the image is processed by using image processing technique. When any pedestrian is detected it alerts driver by
providing alarm sound and also it stops vehicle automatically. The display unit in vehicle provides clear details
at position it detects pedestrian either right or left.
Keywords: S3C6410 controller, USB device, USB camera and stepper motor.

I.

INTRODUCTION

Pedestrian detection has been a focus of
recent research due to its importance for practical
applications such as auto-motive safety and visual
surveillance, Advanced Driver Assistance Systems
(ADAS), and many other places. ADAS is a
challenging domain to work within. Braking systems
take a short while to apply, and reaction times must be
fast for driving, where fractions of a second can be the
deciding factor between a collision and a near-miss.
At the same time, the braking system is not deployed
mistakenly (due to a false positive detection), which
could itself lead to accidents. At the same time, the
braking system is not deployed mistakenly (due to a
false positive detection), which could itself lead to
accidents. A statistical projection of traffic fatalities
shows that an estimated 34,080 people died in motor
vehicle traffic crashes in 2012. Over the past decade,
the essential role of machine vision modules to realize
active safety systems for accident prevention is clearly
established in academic research and is also reflected
in innovative systems introduced by industry. Now a
days human action and activity detection/analysis [1],
[2] has attracted much attention in computer vision
because its of wide-range applications, including
surveillance [3], [4], robotics[5], content-based
image/video retrieval, video annotation, assisted
living, intelligent vehicles[6], and advanced user
interfaces. In this paper, we address a particular
problem in this area that can have a significant impact
on people’s lives, namely, the detection of sudden
pedestrian crossings to assist drivers in accident
avoidance. Our work is motivated by two factors:
www.ijera.com

(i) The proposed problem has great social meaning
and application value. According to the traffic safety
data from the National Highway Traffic Safety
Administration[7] and EU[8], many people are
killed/injured each year in pedestrian-motor collisions,
most of which occur when pedestrians attempt a road
crossing at non-intersections.
(ii) The proposed problem has special requirements
that make it different from existing related research.
Drivers must be alerted to crossing pedestrians as
early as possible for evasive maneuvers to be most
effective. For this, crossing pedestrians should be
identified even before they come into full view. The
need for a combination of high processing speed,
detection of partially visible pedestrians as they enter
the scene, rejection of exiting pedestrians, and
handling
of
unconstrained
camera
motion
distinguishes this application from related work on
event/action detection, generic(image/video based)
pedestrian detection, and even current methods in
intelligent vehicle systems[9]. With the rapidly
decreasing costs of high resolution cameras, we
believe that they will be the standard in intelligent
vehicle systems. In summary, the major contributions
of this paper are as follows: the first systematic study
on sudden pedestrian crossings, the development of a
real-time algorithm, the collection of a new data set
suitable for this problem, and the new evaluation
criteria. With this approach, we obtained a
performance of 73% true positive detection with 0.01
false positives per-frame, which is an improvement
over state-of-the-art image based pedestrian detection
techniques[10], [11], even though our method
1213 | P a g e
K. Sri Krishna Aditya et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1213-1216
processes only partially visible pedestrians and
provides real-time performance. The processing speed
of our system is 55 fps, which is both suitable for
practical applications in urban areas.

II.

SYSTEM DESIGN MODEL

2.1 Hardware module implementation
Our Embedded system using ARM 32 bit
Microcontroller has feature of image/video processing
by using various features and classification algorithms
have been proposed for pedestrian detection as shown
in the figure1. It overcomes the performance in terms
of sensors and hardware cost also. This system
captures images by means of web camera connected to
ARM microcontroller through USB and the image is
processed by using image processing technique. Image
processing is any form of signal processing for which
the input is an image, such as a photograph or video
frame, the output of image processing may be either
an image or a set of characteristics or parameters
related to the image.
When any pedestrian is detected it alerts
driver by providing alarm sound and also it stops
vehicle automatically. The display unit in vehicle
provides clear details at position it detects pedestrian
either right or left. In this project we going use
S3C6410 based microcontroller, which is the current
dominant microcontroller in mobile based products.
To reduce total system cost and enhance overall
functionality, the S3C6410X includes many hardware
peripherals such as a Camera Interface, TFT 24-bit
true color LCD controller, System Manager (power
management & etc.), 4-channel UART, 32-channel
DMA, 5-channel 32bit Timers with 2PWM output,
General Purpose I/O Ports, I2S-Bus interface, I2CBUS interface, USB Host, USB OTG Device
operating at high speed (480Mbps), 3-channel
SD/MMC Host Controller and PLLs for clock
generation etc. as shown in figure 2.

Figure 1: Implementation block diagram
The proposed motion detection system makes
use of USB camera which is interfaced to lower power
consumptive and highly advanced microcontroller like
www.ijera.com

www.ijera.com

S3C6410. S3C6410 is a Samsung company’s
microcontroller. This microcontroller works for an
voltage of +3.3V DC and at an operating frequency of
533 MHz. The maximum frequency up to which this
micro controller can work is 667 MHz. We cannot get
S3C6410 microcontroller individually. We will get it
in the form of FRIENDLY ARM board otherwise we
can call it as MINI 6410 board.

Figure 2: MINI 6410
2.2 Software module implementation
In order to work with ARM 11 micro
controllers we require 3 things. They are listed below:
1. Boot Loader
2. Kernel
3. Root File System
Boot loader:
The main functionality of boot
loader is to initialize all the devices that are present on
the mother board of MINI 6410 and at the same time
to find out whether any problem or any other fault is
there in the devices that are present on that mother
board of MINI 6410. The other feature of the boot
loader is to find out what are the different operating
systems that are present in the standard storage
devices and to show it on to the display device so that
user can select between the operating systems into
which he wants to enter. One other feature of the
boot loader is to load operating system related files
byte-by-byte into the temporary memory like RAM. In
our current project we are using boot loader like Super
vivi which is MINI 6410 specific.
Kernel: The core part of an operating system
we call kernel. Operating system will perform its
functionalities like File management, Process
management, Memory management, Network
management and Interrupt management with the help
of the kernel only. Kernel holds the device related
drivers that are present on the motherboard.
FRIENDLY ARM board supports for operating
systems like SYMBION, ANDROID, EMBEDDED
LINUX, WIN CE. But in all these operating systems
EMBEDDED LINUX will provide high security to
drivers and files. So in our current project we are
making use of kernel of EMBEDDED LINUX with
1214 | P a g e
K. Sri Krishna Aditya et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1213-1216

www.ijera.com

which device related drivers that are present on the
mother board of FRIENDLY ARM board will
automatically come when we load EMBEDDED
LINUX related kernel.
Root File System: File system will tell how
the files are arranged in the internal standard storage
devices. In embedded Linux, kernel treats everything
as a file even the input and output devices also. In
embedded Linux, Root is the parent directory it
contains other sub directories like dev, lib, home, bin,
sbin, media, mnt, temp, proc, etc, opt and etc.
According to our application we will interface some
external devices also. All the devices means internal
devices that are present on the motherboard of MINI
6410 will get their corresponding drivers when we
load Embedded Linux related kernel. But these device
drivers require micro controller related header files
and some other header files which will be present in
the lib directory which is present in the root directory
and also the devices related driers will be present in
the device directory which is again present in the root
directory. So whenever we will load the Root File
System then we will get different directories which
will be helpful to the kernel. So compulsorily we need
to load the Root File System. MINI 6410 specific
Root File System is Root Qtopia.
The essential programs that are required in
order to work with MINI 6410 like Boot loader,
Embedded Linux related Kernel, Root File System
will be loaded into the NOR flash which is present on
the MINI 6410 board itself. The program that is
related with the application will be loaded into NAND
flash which is also present on the MINI 6410 board
itself. By using boot strap switch that is present on the
MINI 6410 will help the user to select either NOR or
NAND flash. After that by using DNW tool we can
load Boot loader, Embedded Linux related kernel and
Root File System into NOR flash by using USB cable
and the application related program into NAND flash.
Once loading everything into MINI 6410
board it will work based on the application program
that we have loaded into the NAND flash. Now the
USB type camera will be interfaced to the MINI 6410
board itself. The camera will continuously record the
video and continuously it will send them through
Ethernet technology frame by frame. If any motion is
detected, it can be either related to any person or
related to any object at that moment it will capture that
image and stores into the internal memory of the
micro controller. So it will reduce the power
consumption when compared to the normal Motion
detecting Systems.
In this way we can design a low power working
Motion Detection System by using MINI 6410 board
and Embedded Linux.

pedestrian. The webcam captures the pedestrian
present in the region only in the form of frames by
using Open CV library later it retrieves image pixel
data. It compares the captured image with Haar
features of a pedestrian image which is stored in the
form of .xml file. Haar like features are digital image
features used in object recognition. If the Haar
features are matched with captured image, buzzer will
turn on as well as the controller apply breaks to stop
the DC motor through L293D driver IC to indicate the
vehicle is in danger condition. If any pedestrian is not
detected by webcam in the region, the motor will run
in normal way.

2.3 Design model operation
The system uses web-camera which is
connected to ARM11 board through USB device. The
webcam draw one region before capturing the

The project “DETECTING THE SUDDEN
PEDESTRIAN CROSSINGS AND AVOIDING
ACCIDENTS USING ARM 11” has been
successfully designed and tested. It has been

www.ijera.com

In this way we can design a lower power working
Motion Detection System by using S3C6410 board
and Embedded Linux.

III.

EXPERIMENTAL RESULTS

When webcam captures moving pedestrian,
the image is sent to board. The board will compare
captured image with haar image which is loaded in
form of .xml file. If the captured image is matched
with haar features, then, buzzer will turn on as well as
the controller apply breaks to stop the DC motor.

IV.

CONCLUSION

1215 | P a g e
K. Sri Krishna Aditya et al Int. Journal of Engineering Research and Application
ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1213-1216

www.ijera.com

developed by integrating features of all the hardware
components and software used. Presence of every
module has been reasoned out and placed carefully
thus contributing to the best working of the unit.
Secondly, using highly advanced ARM 11 board and
with the help of growing technology the project has
been successfully implemented.

REFERENCES
[1]

[2]

[3]

[4]

[5]

[6]

[7]

[8]

[9]

[10]

[11]

K. Huang, D. Tao, Y. Yuan, X. Li, and T.
Tan, “View-independent human behavior
analysis,” IEEE Trans. Syst., Man, Cybern.
B, Cybern, vol. 39, no. 4, pp. 1028–1035,
Aug. 2009.
R. Poppe, “Vision-based human motion
analysis: An overview,” Comput. Vis. Image
Understand., vol. 108, no. 1/2, pp. 4–18, Oct.
2007.
K. Huang, D. Tao, Y. Yuan, X. Li, and T.
Tan, “Biologically inspired features for scene
classification in video surveillance,” IEEE
Trans. Syst., Man, Cybern. B, Cybern., vol.
41, no. 1, pp. 307–313, Feb. 2011, DOI:
10.1109/TSMCB.2009.2037923.
X. Li, S. Maybank, Y. Yan, D. Tao, and D.
Xu, “Gait components and their application
to gender recognition,” IEEE Trans. Syst.,
Man, Cybern. C, Appl. Rev., vol. 38, no. 2,
pp. 145–155, Mar. 2008.
N. Bellotto and H. S. Hu, “Multisensor-based
human detection and tracking for mobile
service robots,” IEEE Trans. Syst., Man,
Cybern. B, Cybern., vol. 39, no. 1, pp. 167–
181, Feb. 2009.
H. Zhou, A. Wallace, and P. Green,
“Efficient tracking and ego-motion recovery
using gait analysis,” Signal Process., vol. 89,
no. 12, pp. 2367– 2384, Dec. 2009.
C. Papageorgiou and T. Poggio, “Trainable
pedestrian detection,” in Proc. Int. Conf.
Image Process., 1999, pp. 35–39.
D. M. Gavrila and S. Munder, “Multi-cue
pedestrian detection and tracking from a
moving vehicle,” Int. J. Comput. Vis. (IJCV),
vol. 73, no. 1, pp. 41–59, Jun. 2007.
D. M. Gavrila, J. Giebel, and S. Munder,
“Vision-based pedestrian detection: The
protector system,” in Proc. Intel. Veh.Symp.,
2004, pp. 13–18.
P. Dollár, C. Wojek, B. Schiele, and P.
Perona,
“Pedestrian
detection:
A
benchmark,” in Proc. IEEE Conf. CVPR,
2009, pp. 304–311.
M. Enzweiler and D. M. Gavrila, “Monocular
pedestrian
detection:
Survey
and
experiments,”
IEEE
Trans.
Pattern
Anal.Mach. Intell., vol. 31, no. 12, pp. 2179–
2195, Dec. 2009.

www.ijera.com

1216 | P a g e

Contenu connexe

Tendances

IRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET Journal
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...csandit
 
IRJET- Smart Braking System using Ultrasonic Sensor and Actuator
IRJET-  	  Smart Braking System using Ultrasonic Sensor and ActuatorIRJET-  	  Smart Braking System using Ultrasonic Sensor and Actuator
IRJET- Smart Braking System using Ultrasonic Sensor and ActuatorIRJET Journal
 
A Real Time Intelligent Driver Fatigue Alarm System Based On Video Sequences
A Real Time Intelligent Driver Fatigue Alarm System Based On Video SequencesA Real Time Intelligent Driver Fatigue Alarm System Based On Video Sequences
A Real Time Intelligent Driver Fatigue Alarm System Based On Video SequencesIJERA Editor
 
IRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for DriversIRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for DriversIRJET Journal
 
The Real Time Drowisness Detection Using Arm 9
The Real Time Drowisness Detection Using Arm 9The Real Time Drowisness Detection Using Arm 9
The Real Time Drowisness Detection Using Arm 9IOSR Journals
 
Career Opportunities in Electric vehicles and Autonomous vehicles .pptx
Career Opportunities in Electric vehicles and Autonomous vehicles .pptxCareer Opportunities in Electric vehicles and Autonomous vehicles .pptx
Career Opportunities in Electric vehicles and Autonomous vehicles .pptxMurali krishna U
 
Md iw mtmxmti3-kalai.ijsr
Md iw mtmxmti3-kalai.ijsrMd iw mtmxmti3-kalai.ijsr
Md iw mtmxmti3-kalai.ijsrKalaiselvan P
 
IRJET- Build and Integrate Perception Features on Freescale Platform
IRJET-  	  Build and Integrate Perception Features on Freescale PlatformIRJET-  	  Build and Integrate Perception Features on Freescale Platform
IRJET- Build and Integrate Perception Features on Freescale PlatformIRJET Journal
 
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...IJCSEA Journal
 
IRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident PreventionIRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident PreventionIRJET Journal
 
CAN BASED AUTOMATED VEHICLE SECURITY SYSTEM
CAN BASED AUTOMATED VEHICLE SECURITY SYSTEMCAN BASED AUTOMATED VEHICLE SECURITY SYSTEM
CAN BASED AUTOMATED VEHICLE SECURITY SYSTEMIAEME Publication
 
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
 
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)Moe Moe Myint
 
Implementation of Smart Helmet
Implementation of Smart HelmetImplementation of Smart Helmet
Implementation of Smart HelmetIRJET Journal
 
Ieeepro techno solutions ieee 2013 embedded project gravity lock next gen...
Ieeepro techno solutions    ieee 2013 embedded project  gravity lock next gen...Ieeepro techno solutions    ieee 2013 embedded project  gravity lock next gen...
Ieeepro techno solutions ieee 2013 embedded project gravity lock next gen...srinivasanece7
 

Tendances (20)

IRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IPIRJET - Drowsiness Detection System using ML & IP
IRJET - Drowsiness Detection System using ML & IP
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
 
IRJET- Smart Braking System using Ultrasonic Sensor and Actuator
IRJET-  	  Smart Braking System using Ultrasonic Sensor and ActuatorIRJET-  	  Smart Braking System using Ultrasonic Sensor and Actuator
IRJET- Smart Braking System using Ultrasonic Sensor and Actuator
 
A Real Time Intelligent Driver Fatigue Alarm System Based On Video Sequences
A Real Time Intelligent Driver Fatigue Alarm System Based On Video SequencesA Real Time Intelligent Driver Fatigue Alarm System Based On Video Sequences
A Real Time Intelligent Driver Fatigue Alarm System Based On Video Sequences
 
IRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for DriversIRJET - Smart Assistance System for Drivers
IRJET - Smart Assistance System for Drivers
 
The Real Time Drowisness Detection Using Arm 9
The Real Time Drowisness Detection Using Arm 9The Real Time Drowisness Detection Using Arm 9
The Real Time Drowisness Detection Using Arm 9
 
Career Opportunities in Electric vehicles and Autonomous vehicles .pptx
Career Opportunities in Electric vehicles and Autonomous vehicles .pptxCareer Opportunities in Electric vehicles and Autonomous vehicles .pptx
Career Opportunities in Electric vehicles and Autonomous vehicles .pptx
 
Md iw mtmxmti3-kalai.ijsr
Md iw mtmxmti3-kalai.ijsrMd iw mtmxmti3-kalai.ijsr
Md iw mtmxmti3-kalai.ijsr
 
EMBEDDED SYSTEMS
EMBEDDED SYSTEMSEMBEDDED SYSTEMS
EMBEDDED SYSTEMS
 
IRJET- Build and Integrate Perception Features on Freescale Platform
IRJET-  	  Build and Integrate Perception Features on Freescale PlatformIRJET-  	  Build and Integrate Perception Features on Freescale Platform
IRJET- Build and Integrate Perception Features on Freescale Platform
 
Algorithm for Security in Autonomous Cars
Algorithm for Security in Autonomous CarsAlgorithm for Security in Autonomous Cars
Algorithm for Security in Autonomous Cars
 
41640 smart cams
41640 smart cams41640 smart cams
41640 smart cams
 
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
DEVELOPMENT OF AUTOMATIC GEOFENCING AND ACCIDENTAL MONITORING SYSTEM BASED ON...
 
IRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident PreventionIRJET- Smart Helmet for Accident Prevention
IRJET- Smart Helmet for Accident Prevention
 
IJIREEICE 45
IJIREEICE 45IJIREEICE 45
IJIREEICE 45
 
CAN BASED AUTOMATED VEHICLE SECURITY SYSTEM
CAN BASED AUTOMATED VEHICLE SECURITY SYSTEMCAN BASED AUTOMATED VEHICLE SECURITY SYSTEM
CAN BASED AUTOMATED VEHICLE SECURITY SYSTEM
 
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
 
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)
Ch 1 introduction to Embedded Systems (AY:2018-2019--> First Semester)
 
Implementation of Smart Helmet
Implementation of Smart HelmetImplementation of Smart Helmet
Implementation of Smart Helmet
 
Ieeepro techno solutions ieee 2013 embedded project gravity lock next gen...
Ieeepro techno solutions    ieee 2013 embedded project  gravity lock next gen...Ieeepro techno solutions    ieee 2013 embedded project  gravity lock next gen...
Ieeepro techno solutions ieee 2013 embedded project gravity lock next gen...
 

En vedette (20)

Hg3512751279
Hg3512751279Hg3512751279
Hg3512751279
 
Ih3514441454
Ih3514441454Ih3514441454
Ih3514441454
 
Ii3514551462
Ii3514551462Ii3514551462
Ii3514551462
 
Ic3514231425
Ic3514231425Ic3514231425
Ic3514231425
 
Hy3513861391
Hy3513861391Hy3513861391
Hy3513861391
 
Hm3513111314
Hm3513111314Hm3513111314
Hm3513111314
 
Hq3513331337
Hq3513331337Hq3513331337
Hq3513331337
 
Ig3514391443
Ig3514391443Ig3514391443
Ig3514391443
 
Ij3514631467
Ij3514631467Ij3514631467
Ij3514631467
 
Gv3512031207
Gv3512031207Gv3512031207
Gv3512031207
 
Fv3510271037
Fv3510271037Fv3510271037
Fv3510271037
 
Ha3512291233
Ha3512291233Ha3512291233
Ha3512291233
 
Gl3511331144
Gl3511331144Gl3511331144
Gl3511331144
 
Gq3511781181
Gq3511781181Gq3511781181
Gq3511781181
 
Gw3512081212
Gw3512081212Gw3512081212
Gw3512081212
 
Gk3511271132
Gk3511271132Gk3511271132
Gk3511271132
 
Gj3511231126
Gj3511231126Gj3511231126
Gj3511231126
 
Gh3511131117
Gh3511131117Gh3511131117
Gh3511131117
 
Gc3510651086
Gc3510651086Gc3510651086
Gc3510651086
 
Gg3511071112
Gg3511071112Gg3511071112
Gg3511071112
 

Similaire à Gx3512131216

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
 
Intelligent vehicle using embedded system
Intelligent vehicle using embedded systemIntelligent vehicle using embedded system
Intelligent vehicle using embedded systemijiert bestjournal
 
Semi-Autonomous Vehicle
Semi-Autonomous VehicleSemi-Autonomous Vehicle
Semi-Autonomous VehicleIRJET Journal
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic carIRJET Journal
 
Smart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer VisionSmart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer VisionIRJET Journal
 
IRJET- A Deep Learning based Approach for Automatic Detection of Bike Rid...
IRJET-  	  A Deep Learning based Approach for Automatic Detection of Bike Rid...IRJET-  	  A Deep Learning based Approach for Automatic Detection of Bike Rid...
IRJET- A Deep Learning based Approach for Automatic Detection of Bike Rid...IRJET Journal
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET Journal
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...IRJET Journal
 
Semi-Automated Car Surveillance System using Information Retrieval
Semi-Automated Car Surveillance System using Information RetrievalSemi-Automated Car Surveillance System using Information Retrieval
Semi-Automated Car Surveillance System using Information RetrievalTejashree Gharat
 
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
 
IRJET- Collision Avoidance based on Obstacle Detection using OpenCV
IRJET-  	  Collision Avoidance based on Obstacle Detection using OpenCVIRJET-  	  Collision Avoidance based on Obstacle Detection using OpenCV
IRJET- Collision Avoidance based on Obstacle Detection using OpenCVIRJET Journal
 
Smart Traffic System using Machine Learning
Smart Traffic System using Machine LearningSmart Traffic System using Machine Learning
Smart Traffic System using Machine LearningIRJET Journal
 
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- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET Journal
 
IRJET- Smart Helmet Controlled Vehicle
IRJET-  	  Smart Helmet Controlled VehicleIRJET-  	  Smart Helmet Controlled Vehicle
IRJET- Smart Helmet Controlled VehicleIRJET Journal
 
Ieeepro techno solutions ieee 2014 embedded project helmet for road hazard...
Ieeepro techno solutions    ieee 2014 embedded project helmet for road hazard...Ieeepro techno solutions    ieee 2014 embedded project helmet for road hazard...
Ieeepro techno solutions ieee 2014 embedded project helmet for road hazard...srinivasanece7
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...IRJET Journal
 
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemDriver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemIRJET Journal
 

Similaire à Gx3512131216 (20)

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
 
Intelligent vehicle using embedded system
Intelligent vehicle using embedded systemIntelligent vehicle using embedded system
Intelligent vehicle using embedded system
 
Semi-Autonomous Vehicle
Semi-Autonomous VehicleSemi-Autonomous Vehicle
Semi-Autonomous Vehicle
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic car
 
Smart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer VisionSmart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer Vision
 
IRJET- A Deep Learning based Approach for Automatic Detection of Bike Rid...
IRJET-  	  A Deep Learning based Approach for Automatic Detection of Bike Rid...IRJET-  	  A Deep Learning based Approach for Automatic Detection of Bike Rid...
IRJET- A Deep Learning based Approach for Automatic Detection of Bike Rid...
 
IRJET - Driver Monitoring System
IRJET - Driver Monitoring SystemIRJET - Driver Monitoring System
IRJET - Driver Monitoring System
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
 
EYE TRACKING BASED DRIVER DROWSINESS MONITORING AND WARNING SYSTEM
EYE TRACKING BASED DRIVER DROWSINESS MONITORING AND WARNING SYSTEMEYE TRACKING BASED DRIVER DROWSINESS MONITORING AND WARNING SYSTEM
EYE TRACKING BASED DRIVER DROWSINESS MONITORING AND WARNING SYSTEM
 
Semi-Automated Car Surveillance System using Information Retrieval
Semi-Automated Car Surveillance System using Information RetrievalSemi-Automated Car Surveillance System using Information Retrieval
Semi-Automated Car Surveillance System using Information Retrieval
 
Ijetcas14 395
Ijetcas14 395Ijetcas14 395
Ijetcas14 395
 
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
 
IRJET- Collision Avoidance based on Obstacle Detection using OpenCV
IRJET-  	  Collision Avoidance based on Obstacle Detection using OpenCVIRJET-  	  Collision Avoidance based on Obstacle Detection using OpenCV
IRJET- Collision Avoidance based on Obstacle Detection using OpenCV
 
Smart Traffic System using Machine Learning
Smart Traffic System using Machine LearningSmart Traffic System using Machine Learning
Smart Traffic System using Machine Learning
 
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually ImpairedIRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually Impaired
 
IRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoTIRJET- Smart Parking System using IoT
IRJET- Smart Parking System using IoT
 
IRJET- Smart Helmet Controlled Vehicle
IRJET-  	  Smart Helmet Controlled VehicleIRJET-  	  Smart Helmet Controlled Vehicle
IRJET- Smart Helmet Controlled Vehicle
 
Ieeepro techno solutions ieee 2014 embedded project helmet for road hazard...
Ieeepro techno solutions    ieee 2014 embedded project helmet for road hazard...Ieeepro techno solutions    ieee 2014 embedded project helmet for road hazard...
Ieeepro techno solutions ieee 2014 embedded project helmet for road hazard...
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
 
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemDriver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
 

Dernier

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
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
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
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 

Dernier (20)

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
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
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
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 

Gx3512131216

  • 1. K. Sri Krishna Aditya et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1213-1216 RESEARCH ARTICLE www.ijera.com OPEN ACCESS Detecting Sudden Pedestrian Crossings and Avoiding Accidents Using Arm 11 K. Sri Krishna Aditya1, T. Surya Kavita2, U. Yedukondalu3 1 1 Assistant Professor, 2Associate Professor, 3Head of the Department E.C.E. Aditya Engineering College, 2Aditya Engineering College, 3Aditya Engineering College Abstract We are aware of the problem of detecting sudden pedestrian crossings to assist drivers in avoiding accidents. We design embedded system, the application has two major requirements: to detect crossing pedestrians as early as possible just as they enter the view of the car-mounted camera and to maintain alarm system to alert the Driver. Our Embedded system using ARM 32 bit Microcontroller has feature of image/video processing by using various features and classification algorithms have been proposed for pedestrian detection. It overcomes the performance in terms of sensors and hardware cost is also too high. So, our design Embedded system that detects partially visible pedestrians just as they enter the camera view, with low false alarm rate and high speed. This system takes capture image by means of web camera connected to ARM microcontroller through USB and the image is processed by using image processing technique. When any pedestrian is detected it alerts driver by providing alarm sound and also it stops vehicle automatically. The display unit in vehicle provides clear details at position it detects pedestrian either right or left. Keywords: S3C6410 controller, USB device, USB camera and stepper motor. I. INTRODUCTION Pedestrian detection has been a focus of recent research due to its importance for practical applications such as auto-motive safety and visual surveillance, Advanced Driver Assistance Systems (ADAS), and many other places. ADAS is a challenging domain to work within. Braking systems take a short while to apply, and reaction times must be fast for driving, where fractions of a second can be the deciding factor between a collision and a near-miss. At the same time, the braking system is not deployed mistakenly (due to a false positive detection), which could itself lead to accidents. At the same time, the braking system is not deployed mistakenly (due to a false positive detection), which could itself lead to accidents. A statistical projection of traffic fatalities shows that an estimated 34,080 people died in motor vehicle traffic crashes in 2012. Over the past decade, the essential role of machine vision modules to realize active safety systems for accident prevention is clearly established in academic research and is also reflected in innovative systems introduced by industry. Now a days human action and activity detection/analysis [1], [2] has attracted much attention in computer vision because its of wide-range applications, including surveillance [3], [4], robotics[5], content-based image/video retrieval, video annotation, assisted living, intelligent vehicles[6], and advanced user interfaces. In this paper, we address a particular problem in this area that can have a significant impact on people’s lives, namely, the detection of sudden pedestrian crossings to assist drivers in accident avoidance. Our work is motivated by two factors: www.ijera.com (i) The proposed problem has great social meaning and application value. According to the traffic safety data from the National Highway Traffic Safety Administration[7] and EU[8], many people are killed/injured each year in pedestrian-motor collisions, most of which occur when pedestrians attempt a road crossing at non-intersections. (ii) The proposed problem has special requirements that make it different from existing related research. Drivers must be alerted to crossing pedestrians as early as possible for evasive maneuvers to be most effective. For this, crossing pedestrians should be identified even before they come into full view. The need for a combination of high processing speed, detection of partially visible pedestrians as they enter the scene, rejection of exiting pedestrians, and handling of unconstrained camera motion distinguishes this application from related work on event/action detection, generic(image/video based) pedestrian detection, and even current methods in intelligent vehicle systems[9]. With the rapidly decreasing costs of high resolution cameras, we believe that they will be the standard in intelligent vehicle systems. In summary, the major contributions of this paper are as follows: the first systematic study on sudden pedestrian crossings, the development of a real-time algorithm, the collection of a new data set suitable for this problem, and the new evaluation criteria. With this approach, we obtained a performance of 73% true positive detection with 0.01 false positives per-frame, which is an improvement over state-of-the-art image based pedestrian detection techniques[10], [11], even though our method 1213 | P a g e
  • 2. K. Sri Krishna Aditya et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1213-1216 processes only partially visible pedestrians and provides real-time performance. The processing speed of our system is 55 fps, which is both suitable for practical applications in urban areas. II. SYSTEM DESIGN MODEL 2.1 Hardware module implementation Our Embedded system using ARM 32 bit Microcontroller has feature of image/video processing by using various features and classification algorithms have been proposed for pedestrian detection as shown in the figure1. It overcomes the performance in terms of sensors and hardware cost also. This system captures images by means of web camera connected to ARM microcontroller through USB and the image is processed by using image processing technique. Image processing is any form of signal processing for which the input is an image, such as a photograph or video frame, the output of image processing may be either an image or a set of characteristics or parameters related to the image. When any pedestrian is detected it alerts driver by providing alarm sound and also it stops vehicle automatically. The display unit in vehicle provides clear details at position it detects pedestrian either right or left. In this project we going use S3C6410 based microcontroller, which is the current dominant microcontroller in mobile based products. To reduce total system cost and enhance overall functionality, the S3C6410X includes many hardware peripherals such as a Camera Interface, TFT 24-bit true color LCD controller, System Manager (power management & etc.), 4-channel UART, 32-channel DMA, 5-channel 32bit Timers with 2PWM output, General Purpose I/O Ports, I2S-Bus interface, I2CBUS interface, USB Host, USB OTG Device operating at high speed (480Mbps), 3-channel SD/MMC Host Controller and PLLs for clock generation etc. as shown in figure 2. Figure 1: Implementation block diagram The proposed motion detection system makes use of USB camera which is interfaced to lower power consumptive and highly advanced microcontroller like www.ijera.com www.ijera.com S3C6410. S3C6410 is a Samsung company’s microcontroller. This microcontroller works for an voltage of +3.3V DC and at an operating frequency of 533 MHz. The maximum frequency up to which this micro controller can work is 667 MHz. We cannot get S3C6410 microcontroller individually. We will get it in the form of FRIENDLY ARM board otherwise we can call it as MINI 6410 board. Figure 2: MINI 6410 2.2 Software module implementation In order to work with ARM 11 micro controllers we require 3 things. They are listed below: 1. Boot Loader 2. Kernel 3. Root File System Boot loader: The main functionality of boot loader is to initialize all the devices that are present on the mother board of MINI 6410 and at the same time to find out whether any problem or any other fault is there in the devices that are present on that mother board of MINI 6410. The other feature of the boot loader is to find out what are the different operating systems that are present in the standard storage devices and to show it on to the display device so that user can select between the operating systems into which he wants to enter. One other feature of the boot loader is to load operating system related files byte-by-byte into the temporary memory like RAM. In our current project we are using boot loader like Super vivi which is MINI 6410 specific. Kernel: The core part of an operating system we call kernel. Operating system will perform its functionalities like File management, Process management, Memory management, Network management and Interrupt management with the help of the kernel only. Kernel holds the device related drivers that are present on the motherboard. FRIENDLY ARM board supports for operating systems like SYMBION, ANDROID, EMBEDDED LINUX, WIN CE. But in all these operating systems EMBEDDED LINUX will provide high security to drivers and files. So in our current project we are making use of kernel of EMBEDDED LINUX with 1214 | P a g e
  • 3. K. Sri Krishna Aditya et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1213-1216 www.ijera.com which device related drivers that are present on the mother board of FRIENDLY ARM board will automatically come when we load EMBEDDED LINUX related kernel. Root File System: File system will tell how the files are arranged in the internal standard storage devices. In embedded Linux, kernel treats everything as a file even the input and output devices also. In embedded Linux, Root is the parent directory it contains other sub directories like dev, lib, home, bin, sbin, media, mnt, temp, proc, etc, opt and etc. According to our application we will interface some external devices also. All the devices means internal devices that are present on the motherboard of MINI 6410 will get their corresponding drivers when we load Embedded Linux related kernel. But these device drivers require micro controller related header files and some other header files which will be present in the lib directory which is present in the root directory and also the devices related driers will be present in the device directory which is again present in the root directory. So whenever we will load the Root File System then we will get different directories which will be helpful to the kernel. So compulsorily we need to load the Root File System. MINI 6410 specific Root File System is Root Qtopia. The essential programs that are required in order to work with MINI 6410 like Boot loader, Embedded Linux related Kernel, Root File System will be loaded into the NOR flash which is present on the MINI 6410 board itself. The program that is related with the application will be loaded into NAND flash which is also present on the MINI 6410 board itself. By using boot strap switch that is present on the MINI 6410 will help the user to select either NOR or NAND flash. After that by using DNW tool we can load Boot loader, Embedded Linux related kernel and Root File System into NOR flash by using USB cable and the application related program into NAND flash. Once loading everything into MINI 6410 board it will work based on the application program that we have loaded into the NAND flash. Now the USB type camera will be interfaced to the MINI 6410 board itself. The camera will continuously record the video and continuously it will send them through Ethernet technology frame by frame. If any motion is detected, it can be either related to any person or related to any object at that moment it will capture that image and stores into the internal memory of the micro controller. So it will reduce the power consumption when compared to the normal Motion detecting Systems. In this way we can design a low power working Motion Detection System by using MINI 6410 board and Embedded Linux. pedestrian. The webcam captures the pedestrian present in the region only in the form of frames by using Open CV library later it retrieves image pixel data. It compares the captured image with Haar features of a pedestrian image which is stored in the form of .xml file. Haar like features are digital image features used in object recognition. If the Haar features are matched with captured image, buzzer will turn on as well as the controller apply breaks to stop the DC motor through L293D driver IC to indicate the vehicle is in danger condition. If any pedestrian is not detected by webcam in the region, the motor will run in normal way. 2.3 Design model operation The system uses web-camera which is connected to ARM11 board through USB device. The webcam draw one region before capturing the The project “DETECTING THE SUDDEN PEDESTRIAN CROSSINGS AND AVOIDING ACCIDENTS USING ARM 11” has been successfully designed and tested. It has been www.ijera.com In this way we can design a lower power working Motion Detection System by using S3C6410 board and Embedded Linux. III. EXPERIMENTAL RESULTS When webcam captures moving pedestrian, the image is sent to board. The board will compare captured image with haar image which is loaded in form of .xml file. If the captured image is matched with haar features, then, buzzer will turn on as well as the controller apply breaks to stop the DC motor. IV. CONCLUSION 1215 | P a g e
  • 4. K. Sri Krishna Aditya et al Int. Journal of Engineering Research and Application ISSN : 2248-9622, Vol. 3, Issue 5, Sep-Oct 2013, pp.1213-1216 www.ijera.com developed by integrating features of all the hardware components and software used. Presence of every module has been reasoned out and placed carefully thus contributing to the best working of the unit. Secondly, using highly advanced ARM 11 board and with the help of growing technology the project has been successfully implemented. REFERENCES [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] K. Huang, D. Tao, Y. Yuan, X. Li, and T. Tan, “View-independent human behavior analysis,” IEEE Trans. Syst., Man, Cybern. B, Cybern, vol. 39, no. 4, pp. 1028–1035, Aug. 2009. R. Poppe, “Vision-based human motion analysis: An overview,” Comput. Vis. Image Understand., vol. 108, no. 1/2, pp. 4–18, Oct. 2007. K. Huang, D. Tao, Y. Yuan, X. Li, and T. Tan, “Biologically inspired features for scene classification in video surveillance,” IEEE Trans. Syst., Man, Cybern. B, Cybern., vol. 41, no. 1, pp. 307–313, Feb. 2011, DOI: 10.1109/TSMCB.2009.2037923. X. Li, S. Maybank, Y. Yan, D. Tao, and D. Xu, “Gait components and their application to gender recognition,” IEEE Trans. Syst., Man, Cybern. C, Appl. Rev., vol. 38, no. 2, pp. 145–155, Mar. 2008. N. Bellotto and H. S. Hu, “Multisensor-based human detection and tracking for mobile service robots,” IEEE Trans. Syst., Man, Cybern. B, Cybern., vol. 39, no. 1, pp. 167– 181, Feb. 2009. H. Zhou, A. Wallace, and P. Green, “Efficient tracking and ego-motion recovery using gait analysis,” Signal Process., vol. 89, no. 12, pp. 2367– 2384, Dec. 2009. C. Papageorgiou and T. Poggio, “Trainable pedestrian detection,” in Proc. Int. Conf. Image Process., 1999, pp. 35–39. D. M. Gavrila and S. Munder, “Multi-cue pedestrian detection and tracking from a moving vehicle,” Int. J. Comput. Vis. (IJCV), vol. 73, no. 1, pp. 41–59, Jun. 2007. D. M. Gavrila, J. Giebel, and S. Munder, “Vision-based pedestrian detection: The protector system,” in Proc. Intel. Veh.Symp., 2004, pp. 13–18. P. Dollár, C. Wojek, B. Schiele, and P. Perona, “Pedestrian detection: A benchmark,” in Proc. IEEE Conf. CVPR, 2009, pp. 304–311. M. Enzweiler and D. M. Gavrila, “Monocular pedestrian detection: Survey and experiments,” IEEE Trans. Pattern Anal.Mach. Intell., vol. 31, no. 12, pp. 2179– 2195, Dec. 2009. www.ijera.com 1216 | P a g e