fast and robust algorithm of tracking multiple moving objects for intelligent video surveillance...

19
Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Upload: abraham-peters

Post on 20-Jan-2016

225 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Fast and Robust Algorithm of Tracking Multiple Moving Objectsfor Intelligent Video Surveillance

Systems

Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Page 2: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Goal

• detecting and tracking multiple moving objects

• real-time detecting• robustness against the environmental

influences and the speed

Page 3: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Outline

• Introduction• Previous Methods• Detecting Moving Objects– Extraction of Moving Objects– Grouping Moving Objects

• Tracing Moving Objects • Implementation and Experiment• Conclusions

Page 4: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Introduction

• In the traditional systems that a person should always monitor video.

• intelligent video surveillance systems are high-cost and low-efficiency

• Environment affects a lot.• This paper propose a method detecting and

tracking multiple moving objects in real-time.

Page 5: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Previous Methods

• particle filter ,extended Kalman filter• Background modeling (BM) or the Gaussian

mixture model (GMM)

• gray-scale BM shows the image information is excessively attenuated.

Page 6: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Extraction of Moving Objects

• Using RGB color BM instead of gray-scale BM• Each pixels will compare with previous pixels

in little group.• If it is stationary, the pixels will be black.• The parameter δ is proposed to overcome the

sensitivity problem .• δ would be different on different camera.

Page 7: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Extraction of Moving Objects

Page 8: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Extraction of Moving Objects

Page 9: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Extraction of Moving Objects

Page 10: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Grouping Moving Objects

• The individual tracking of neighboring or overlapping objects requires a lot of computational capacity .

• The 4-directional blob-labeling is employed to group moving objects.

Page 11: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Grouping Moving Objects

• Contour Tracing

Page 12: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Grouping Moving Objects

• its initial search position is set to be d+2 (mod 8)

Page 13: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Tracing Moving Objects

Page 14: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Tracing Moving Objects

Page 15: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Implementation and Experiment

• The 33Mbit IP camera provides the input image with 704x480 pixels.

• The surveillance image is transmitted through Internet.

• 2.66GHz CPU and 4GB RAM PC for the image signal processing and the proposed algorithm.

Page 16: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Implementation and Experiment

Page 17: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Implementation and Experiment

Page 18: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Implementation and Experiment

Page 19: Fast and Robust Algorithm of Tracking Multiple Moving Objects for Intelligent Video Surveillance Systems Jong Sun Kim, Dong Hae Yeom, and Young Hoon Joo,2011

Conclusions

• Real-time detecting and tracing• Only for fixed camera.• Future works can be on predicted position.