Unsupervised Video Analysis for Counting of Wood in River during Floods

Size: px
Start display at page:

Download "Unsupervised Video Analysis for Counting of Wood in River during Floods"

Transcription

1 Unsupervised Video Analysis for Counting of Wood in River during Floods Imtiaz Ali and Laure Tougne Université delyon,cnrs Université Lyon 2, LIRIS, UMR5205, F-69676, France Abstract. This paper presents a framework for counting the fallen trees, bushes and debris passing in the river by monocular vision. Automatic segmentation and recognition of wood in the river is relatively new field of research. Unsupervised segmentation of the wooden objects moving in the river has been developed. A novel method is developed for the separation of wood from water waves. The counting of number of fallen trees in the river is realized by tracking them in the consecutive continuous frames. The algorithm is tested on multiple videos of floods and the results are evaluated both qualitatively and quantitatively. 1 Introduction Automatic video surveillance addresses the challenge to perform real-time analysis and constant monitoring of activity [1]. This automation helps in the improvement of the safety in our surroundings. The remote surveillance of unattended environments is often done in places like airports, highways, railway infrastructures, parking lots and on the roads. In most of the cases the surveillance systems detect the potentially threatening incidents. The monitoring of rivers using cameras is done from many years. During the floods, there are large numbers of fallen trees, debris, branches and roots of trees carried by water. These fallen trees and bushes block the flow of water in mountains. Moreover they threat the bridges and dams as these fallen trees are accumulated over the period of time during floods. The monitoring systems installed over the rivers are usually manually supervised. Automatic detection of these trees will help to take preventive measures during floods. The statistics of the fallen trees carried every year with floods will help in finding the maximum number of wood passing in the river every year and the time of the year during which one could expect the flooding. The number of fallen trees and wood in the river requires image segmentation and motion tracking of the fallen trees inside the water. The detection of wood inside the river is the example detection of object motion within moving background. The videos we study in this paper are from the camera installed on the river Ain (France). Figure 2 gives some examples of extracted images from such videos in the first row. The complex natural environments often have many constraints. Such constraints can be classified in two groups, the constraints for detection and recog- G. Bebis et al. (Eds.): ISVC 2009, Part II, LNCS 5876, pp , c Springer-Verlag Berlin Heidelberg 2009

2 Unsupervised Video Analysis for Counting of Wood in River during Floods 579 nition, and the constraints of tracking of moving wood in the river. The detection and recognition of wood depend on the luminosity difference between wood and water. The flow of water in rivers contains turbulences and waves that are more prominent in case of floods. In addition to that the cloud movement in sky that causes changes in the brightness over the surface of river. The difference of the luminosity of the waves and the wood is not very important. Moreover, the shadows of surrounding trees and buildings make the situation more difficult for correct foreground/background extractions. The image segmentation is not easy in the presence of some moving tree braches in front of the surveillance camera. The bridges in the monitored scene also produce strong shadows over water surface. Consequently, in the moving background the objects can only be detected by virtue of their existence in the multiple consecutive frames. Furthermore, counting of the number of fallen trees that are passing through some strategically important places during flood requires that the waves present in the river must be separated from the fallen tree or wood. The tracking of the foreground objects in this case has some constraints too. The water waves and wood that are moving with the same speed make it difficult to distinguish between the two ones. The motions of wood and water waves inside the river are not linear. For good tracking of the moving objects it is necessary that the objects should be present in the multiple consecutive frames. The water waves during the floods are so large that they submerge the fallen tree branches, and the size of the objects does not remain the same in consecutive frames. In case of small wood pieces or debris, these water waves totally submerge them and they appear in one frame and remain submerged in the next two or three frames. Finally, due to remote location of the monitoring scene and limitations of transfer rate of data networks, the frame rate (fps) in the video is very low ( 4 fps). Consequently, the object motion is larger in consecutive frames. This paper is organized as follows. Section 2 presents the review of relevant works in similar situations and highlights the constraints and technical difficulties in our case. In section 3, the proposed methodology for detection is described. In section 4 the experimental results and comparison of the results with statistical data obtained manually is presented. 2 Related Works Automatic segmentation and recognition of wood in the river is relatively new field of research. There are not many articles in the literature in such type of application. In this section we present the previous works on the detection of foreground objects in the non-stationary backgrounds. For foreground detection the adaptive background model is proposed for non-stationary backgrounds [2]. The background model plays the role of reference image in background subtraction techniques. It is constructed by adapting the changes during the training period. The construction of background model is based on the different image features (spectral features, spatial features and temporal features). For construction of background model based on the

3 580 I. Ali and L. Tougne spectral characteristics, Gaussian Mixture Model (GMM) method is used by most of the researchers [3,4,5], where one or more Gaussians are used to represent the spectral features at each background pixel. All these methods are used in situations of very small dynamic background movements. The GMM method leads to misclassification when the background scene is complex [6], [7]. In [1] the method of spatio-temporal filtering is proposed for compensation of the limitations of region-based blocks of images. This method is applied for detection of swimmers in the swimming pool. The spatial features are extracted by gradient analysis, which gives the information of movements in the images. The mixture of spatial features with spectral features extracted from the image for foreground extraction is used by [8]. Our method is inspired from these but gradient analysis alone is not sufficient in our case because the water waves and wood both have strong gradients. For moving object detection in the video temporal characteristics are very important. The optical flow technique proposed by [9] is largely used for this purpose. Many researchers use this technique. [10,11] used the estimation of the consistency of optical flows over a short duration of time. But the consistency of local optical flows requires small displacements from one frame to another. In our case, the videos are having very low frame rate ( 4 fps), due to which there is large displacement of wood from one frame to other and also the motion of the wood is not linear. Hence for object segmentation and recognition, spectral and spatial features must be incorporated with temporal features. Notice that due to dynamic nature of our application we cannot construct background model. As a matter of fact the background is dynamic with water waves and wood moving with the same speed. A framework is proposed in next section, which uses the spectral and spatial features for detection and segmentation and temporal features for tracking the objects in the video for counting the number of fallen tree, branches or stem depending on their appearance in the videos. 3 Proposed Methodology The detection of wood in river contains two steps: image segmentation and recognition of wood. The outdoor environments have constraints of sudden appearance/disappearance of sunshine. This fact is shown in Figure 2. First row represents the original images from the video of flood. The presence of bridge (top left corner of images), moving branches of tree before camera (right middle portions of images) and the shadows of surrounding trees over the river are evident from these images. The proposed methodology for detection of wood in river composed of two major parts: 1) detection and recognition of wood in river, 2) separation of wood and water waves by tracking them in consecutive sequence of images, with the architecture as presented in Figure 1. The following two subsections describe the proposed methodology in details.

4 Unsupervised Video Analysis for Counting of Wood in River during Floods 581 Frame 1 Frame 2 Frame 3 Temporal difference (df1) Temporal difference (df2) Intensity Mask Gradient Mask Intensity Mask Gradient Mask (MI) (MG) (MI) (MG) Resulting contours Resulting contours MI MG df1 MI MG df2 Find barycenter of center of mass Find barycenter of center of mass Resumed Image Fig. 1. Outline of proposed methodology for detection and segmentation of wood in the river water 3.1 Detection and Recognition of Wood The automatic detection of wood begins from automatic segmentation of image. The flow chart in Figure 1 shows that each frame is treated for two segmentation processes. One is named as intensity mask (MI) and other is gradient mask (MG). They are the result of images segmentation based on intensity histogram thresholding and edge-based gradient technique respectively. IntensityMask(MI). Gray-level histograms of image intensity are calculated for every incoming frame. Histogram thresholding is among the most popular techniques for segmenting gray-level images and several strategies have been proposed to implement it [12], [13]. In fact, peaks and valleys of the 1D brightness histograms can be easily identified, respectively, with objects and backgrounds of gray-level images. In the absence of sun shine the water in the river and wood has a difference intensity levels. But, the intensity of water waves and wood resemble one another both in gray level and in color RGB values. This fact is shown in Figure 2. The Fisher linear discriminate technique is used for histogram thresholding. This technique produces very good segmentation of images in the absence of sunshine. In Figure 2, the first two images in second row are the results of our algorithm in the presence of sunlight. The last two images in second row are the results of intensity based segmentation in the absence of sunshine that shows the efficiency of this technique Figure 2. Gradient Mask (MG). The spectral analysis, as described above, is working well in the absence of sunshine. In the presence of sunshine the shadows of surrounding trees and building over the river make the segmentation based on the histogram thresholding very difficult. Therefore it is necessary to integrate spatial features of the image with spectral features to avail meaningful

5 582 I. Ali and L. Tougne Fig. 2. The representation of various steps involved in the segmentation, images in first row represent original images of moving wood in water, the images in the second row are intensity masks, the images in the third row show gradient mask of corresponding images and resulting combinations of all segmentations are shown in the last row segmentation. By this it means that wood must be separated from the water. The branches and debris moving under the shadows of the surrounding trees cannot be separated from each other. So for this reason, segmentation by detecting the edges among regions is applied with intensity histogram thresholding. This approach has been extensively investigated for gray-level images [12], [13]. Algorithms have also been proposed for the detection of discontinuities within color images [14]. This technique gives the image segmentation based on spatial features. The resulting image is named as gradient mask (MG) in the Figure 1. The resulting images of this method are shown in third row of Figure 2. Temporal Difference (df). The image segmentation is done by two different methods. The histogram thresholding technique based on the spectral analysis separates the wood from water in the absence of sunshine but fails to detect woods under the shadows of surrounding trees in the presence of sunshine. The gradient analysis separates the objects in motions from the rest of the scene. As in our case, both water waves and moving wood have strong gradients, resulting image contains both of them. The advantage of using gradient mask is that it detects the objects under the shadows of surrounding trees and buildings. The wood and water waves can only be separated from one another by virtue of their

6 Unsupervised Video Analysis for Counting of Wood in River during Floods 583 existence in the consecutive frames of video. The majority of water waves that are dispersed in two consecutive frames are automatically suppressed by taking such inter-frame differences. The Resulting Combination. The intersection of the spectral segmentation based intensity mask, the edge based gradient mask and temporal inter-frame difference are combined in a manner to give a resulting image. This image is a binary image that represent the detected wood along with some water waves. The combination images are shown in the last row of Figure 2. Fig. 3. The moving fallen tree as original video, the combination image showing the detected contours of tree 3.2 The Separation of Wood and Water Waves Here the main goal is to detect and count the number of fallen trees and debris in the flood that passes through the river. The water waves in the flood, in the absence of sunshine, resemble the wood. So, for counting the number of fallen trees and debris, the decision cannot be made on single image segmentation. The water waves and wood forming contours must be tracked in the consecutive frames of video. First constraints of tracking the wood is that the floating fallen trees are not having the same length from one frame of video to another. The water waves in the flood often submerge the wood. Secondly, the movements of fallen trees are not linear and also the water waves exist for longer duration in the videos, therefore, sometimes detected as wood in the many consecutive frames. So to avoid loosing the counts of the wood it is important to find some mechanism than minimizes the false detection.the method of counting the fallen trees is explained in this section. Figure 3 shows the fallen tree in the river with corresponding combination image. The Barycentre of Mass Centers. The fallen trees in the river have many branches and appear in the video as different closed contours as shown in Figure 3. To cope with first constraint the multiple contours of the same object must be grouped together to avoid false detection. Every resulting contour has some area and center of mass. So the centers of mass of the contours are grouped on the basis of closeness of them in the image to give barycenter of mass centers. These barycenters of mass centers are stored in the summery image.

7 584 I. Ali and L. Tougne Counting the Number of Woods. In order to count the number of fallen trees, bushes, stems of trees, roots and debris that are passing through the river, we propose to represent the presence of barycenters in a summary image. The barycenter of the object (wave or wood) that is present in the consecutive two frames make a pair of barycenters in the summery image and a trace is formed on the summery image. If the object is wood then these centers of masses must be present continuously from left to the right of the screen (as motion of river water is from left to right). This means that if the object is not totally submerged in the water it will be present in more than four continuous frames. So the wood is detected and counted on this basis.(see an example of such image in Figure 4). Fig. 4. Example of resumed image 4 Experimental Results A monitoring system has been set up on the river Ain France. The videos of the flood during recent years are recorded. The number of fallen trees, bushes, branches and roots of trees are counted manually by Geographers. The results are qualitatively evaluated by visual inspection. The quantitative evaluation is computed as the true positive, false negative and false positive of the wood detected in the videos. Figure 5 shows a glimpse of some difficult situations. The first scenario presents two very small wood pieces moving at the same time. These two pieces are segmented and counted as two different objects. The second one shows that the detection is done even if there is shadow. In addition to qualitative evaluation, Table 1 shows the quantitative evaluation in terms of wood pieces actually present and counted as wood, the number of wood pieces that are not counted by our algorithm and the number of waves that are detected as wood pieces. The separation of wood and water waves depends on the presence of wood in the consecutive frames. The parameters are tested for different type of situations and different length of wooden objects. To count the wood pieces present in the videos the number of continuous frames are optimized to five. Geographers obtain the ground truth through visual inspection. They have manually gone through 5400 frames to derive the reported detection rate.

8 Unsupervised Video Analysis for Counting of Wood in River during Floods 585 Fig. 5. The segmentation of wood on sample frames captured from different challenging scenarios at different time intervals in the absence and presence of sun light. Odd rows: Samples frames captured. Even rows: Corresponding segmentation results. The algorithm is applied to seven videos of flood. Total duration of seven videos is thirty-six minutes. The number of wood detected is clearly higher percentage than the number of false detection of waves as wood. The brightness of waves are very close to wood pieces and have strong gradient, moreover the water waves last for more than five frames in some cases. If the water waves are continuously present in five frames false detection occurs but the percentage of such false detection is not very important. Moreover, the wood pieces sometimes appear in some number of consecutive frames and disappear for one or two frames. Such type of wood pieces cannot be detected. The detection rate is nearly 98% while successful counting rate is 90%. The number of detected wood (Nd), number of non-detected wood (Npd), number of water waves detected as wood (Nw) of the seven videos of total duration of thirty six minutes are summarized in Table 1. The numbers of non-detected wood (Npd) are those wooden objects that appeared in the videos for less than five and more than two consecutive frames. The results are shown in Figure 6, which clearly indicate that the algorithm count the wooden objects in difficult scenario with high success rate.

9 586 I. Ali and L. Tougne Table 1. Quantitative evaluation of proposed algorithm in terms of number of true detection Nd, number of non-detected wood Npd and number of waves detected as wood Nw Total frames Duration Nd Npd Nw (min) (%) (%) (%) Video Video Video Video Video Video Video Total Fig. 6. Results of counting the number of wood in videos, white bars represents number of true wood pieces, number of wood non-detected are represented by black bars, number of waves detected as wood are represented by grey bars 5 Concluding Remarks In this paper, the problem of automated monitoring based on video surveillance in highly dynamic environment of river has been discussed. The nature of problem is such that a background model can not be created. There is a need of an algorithm that detects the wood by using different features of images. In particular this paper has addressed the two fundamental issues: 1) unsupervised segmentation of wood in river 2) the method to count the number of wooden material in river during floods. The first issue has been addressed by using the spectral features of images with spatial features. The two types of features help in great deal in unsupervised segmentation of wood and water waves in the river from rest of the water. As the water waves and wooden objects both are present in the segmented image, the separation of wood from water waves need tracking the wooden objects in the consecutive frames. The fallen tree or bushes can only be detected if some part of it remains above the water level in the river. If the wood submerges in some frames and appear in next frame then such wooden

10 Unsupervised Video Analysis for Counting of Wood in River during Floods 587 objects cannot be detected. Moreover, during heavy cloudy environment the water waves resemble the wood in color. The water waves during flood stays longer time, produces false detection of them as wood. The experimental results indicate that the proposed algorithm detect and count the number of wood with reasonably good percentage. References 1. Eng, H.L., Wang, J., Wah, A.H.K., Yau, W.: Robust human detection within a highly dynamic aquatic environment in real time. IEEE Tran. on Image Processing 15, (2006) 2. Li, L., Huang, W.M., Gu, I.H., Tian, Q.: Statistical modeling of complex background for foreground object detection. IEEE Trans. Image Process. 13, (2004) 3. Wren, C., Azarbayejani, A., Darrell, T., Pentland, A.: Pfinder: realtime tracking of the human body. IEEE Trans. Pattern Anal Machine Intell. 19, (1997) 4. Vacavant, A., Chateau, T.: Realtime head and hands tracking by monocular vision. In: IEEE International Conference on Image Processing 2005, ICIP 2005 (2005) 5. Stauffer, C., Grimson, W.: Learning patterns of activity using real-time tracking. IEEE Trans. Pattern Anal. Machine Intell. 22, (2000) 6. Boult, T.: Frame-rate multi-body tracking for surveillance. In: DARPA Image Understanding Workshop (1998) 7. Gao, X., Boult, T., Coetzee, F., Ramesh, V.: Error analysis of background adoption. In: IEEE Conf. Computer Vision and Pattern Recognition, June 2000, pp (2000) 8. Mittal, A., Paragios, N.: Motion-based background subtraction using adaptive kernel density estimation. In: CVPR, pp (2004) 9. Horn, B.K.P., Schunck, B.G.: Determining optical flow. Artificial Intelligence 17, (1981) 10. Iketani, A., Nagai, A., Kuno, Y., Shirai, Y.: Deteching persons on changing background. In: Int. Conf. Pattern Recognition, vol. 1, pp (1998) 11. Wixson, L.: Detecting salient motion by accumulating directionary-consistent flow. IEEE Tran. Pattern Anal. Machine Intell (22) (August 2000) 12. Fu, K., Mui, J.: A survey on image segmentation. Pattern Recognition 13, 3 16 (1981) 13. Rosenfeld, A., Kak, A.: Digital picture processing, 2nd edn., vol. 2. Academic Press, New York (1982) 14. Zhao, A.: Robust histogram-based object tracking in image sequences. Digital Image Computing Techniques and Applications, (2008)

A Background Modeling Approach Based on Visual Background Extractor Taotao Liu1, a, Lin Qi2, b and Guichi Liu2, c

A Background Modeling Approach Based on Visual Background Extractor Taotao Liu1, a, Lin Qi2, b and Guichi Liu2, c 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) A Background Modeling Approach Based on Visual Background Extractor Taotao Liu1, a, Lin Qi2, b

More information

Class 3: Advanced Moving Object Detection and Alert Detection Feb. 18, 2008

Class 3: Advanced Moving Object Detection and Alert Detection Feb. 18, 2008 Class 3: Advanced Moving Object Detection and Alert Detection Feb. 18, 2008 Instructor: YingLi Tian Video Surveillance E6998-007 Senior/Feris/Tian 1 Outlines Moving Object Detection with Distraction Motions

More information

A Texture-Based Method for Modeling the Background and Detecting Moving Objects

A Texture-Based Method for Modeling the Background and Detecting Moving Objects A Texture-Based Method for Modeling the Background and Detecting Moving Objects Marko Heikkilä and Matti Pietikäinen, Senior Member, IEEE 2 Abstract This paper presents a novel and efficient texture-based

More information

Video Surveillance for Effective Object Detection with Alarm Triggering

Video Surveillance for Effective Object Detection with Alarm Triggering IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. VII (Mar-Apr. 2014), PP 21-25 Video Surveillance for Effective Object Detection with Alarm

More information

Object Detection in Video Streams

Object Detection in Video Streams Object Detection in Video Streams Sandhya S Deore* *Assistant Professor Dept. of Computer Engg., SRES COE Kopargaon *sandhya.deore@gmail.com ABSTRACT Object Detection is the most challenging area in video

More information

A Background Subtraction Based Video Object Detecting and Tracking Method

A Background Subtraction Based Video Object Detecting and Tracking Method A Background Subtraction Based Video Object Detecting and Tracking Method horng@kmit.edu.tw Abstract A new method for detecting and tracking mo tion objects in video image sequences based on the background

More information

A Texture-based Method for Detecting Moving Objects

A Texture-based Method for Detecting Moving Objects A Texture-based Method for Detecting Moving Objects M. Heikkilä, M. Pietikäinen and J. Heikkilä Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering P.O. Box 4500

More information

Automatic Shadow Removal by Illuminance in HSV Color Space

Automatic Shadow Removal by Illuminance in HSV Color Space Computer Science and Information Technology 3(3): 70-75, 2015 DOI: 10.13189/csit.2015.030303 http://www.hrpub.org Automatic Shadow Removal by Illuminance in HSV Color Space Wenbo Huang 1, KyoungYeon Kim

More information

Pixel features for self-organizing map based detection of foreground objects in dynamic environments

Pixel features for self-organizing map based detection of foreground objects in dynamic environments Pixel features for self-organizing map based detection of foreground objects in dynamic environments Miguel A. Molina-Cabello 1, Ezequiel López-Rubio 1, Rafael Marcos Luque-Baena 2, Enrique Domínguez 1,

More information

DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN. Gengjian Xue, Jun Sun, Li Song

DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN. Gengjian Xue, Jun Sun, Li Song DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN Gengjian Xue, Jun Sun, Li Song Institute of Image Communication and Information Processing, Shanghai Jiao

More information

Spatio-Temporal Nonparametric Background Modeling and Subtraction

Spatio-Temporal Nonparametric Background Modeling and Subtraction Spatio-Temporal onparametric Background Modeling and Subtraction Raviteja Vemulapalli R. Aravind Department of Electrical Engineering Indian Institute of Technology, Madras, India. Abstract Background

More information

A Texture-Based Method for Modeling the Background and Detecting Moving Objects

A Texture-Based Method for Modeling the Background and Detecting Moving Objects IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 28, NO. 4, APRIL 2006 657 A Texture-Based Method for Modeling the Background and Detecting Moving Objects Marko Heikkilä and Matti Pietikäinen,

More information

Detecting motion by means of 2D and 3D information

Detecting motion by means of 2D and 3D information Detecting motion by means of 2D and 3D information Federico Tombari Stefano Mattoccia Luigi Di Stefano Fabio Tonelli Department of Electronics Computer Science and Systems (DEIS) Viale Risorgimento 2,

More information

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM 1 PHYO THET KHIN, 2 LAI LAI WIN KYI 1,2 Department of Information Technology, Mandalay Technological University The Republic of the Union of Myanmar

More information

Measurement of Pedestrian Groups Using Subtraction Stereo

Measurement of Pedestrian Groups Using Subtraction Stereo Measurement of Pedestrian Groups Using Subtraction Stereo Kenji Terabayashi, Yuki Hashimoto, and Kazunori Umeda Chuo University / CREST, JST, 1-13-27 Kasuga, Bunkyo-ku, Tokyo 112-8551, Japan terabayashi@mech.chuo-u.ac.jp

More information

An Approach for Real Time Moving Object Extraction based on Edge Region Determination

An Approach for Real Time Moving Object Extraction based on Edge Region Determination An Approach for Real Time Moving Object Extraction based on Edge Region Determination Sabrina Hoque Tuli Department of Computer Science and Engineering, Chittagong University of Engineering and Technology,

More information

Graph-Based Superpixel Labeling for Enhancement of Online Video Segmentation

Graph-Based Superpixel Labeling for Enhancement of Online Video Segmentation Graph-Based Superpixel Labeling for Enhancement of Online Video Segmentation Alaa E. Abdel-Hakim Electrical Engineering Department Assiut University Assiut, Egypt alaa.aly@eng.au.edu.eg Mostafa Izz Cairo

More information

Change detection using joint intensity histogram

Change detection using joint intensity histogram Change detection using joint intensity histogram Yasuyo Kita National Institute of Advanced Industrial Science and Technology (AIST) Information Technology Research Institute AIST Tsukuba Central 2, 1-1-1

More information

International Journal of Modern Engineering and Research Technology

International Journal of Modern Engineering and Research Technology Volume 4, Issue 3, July 2017 ISSN: 2348-8565 (Online) International Journal of Modern Engineering and Research Technology Website: http://www.ijmert.org Email: editor.ijmert@gmail.com A Novel Approach

More information

A Fast Moving Object Detection Technique In Video Surveillance System

A Fast Moving Object Detection Technique In Video Surveillance System A Fast Moving Object Detection Technique In Video Surveillance System Paresh M. Tank, Darshak G. Thakore, Computer Engineering Department, BVM Engineering College, VV Nagar-388120, India. Abstract Nowadays

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

Spatio-Temporal Vehicle Tracking Using Unsupervised Learning-Based Segmentation and Object Tracking

Spatio-Temporal Vehicle Tracking Using Unsupervised Learning-Based Segmentation and Object Tracking Spatio-Temporal Vehicle Tracking Using Unsupervised Learning-Based Segmentation and Object Tracking Shu-Ching Chen, Mei-Ling Shyu, Srinivas Peeta, Chengcui Zhang Introduction Recently, Intelligent Transportation

More information

BACKGROUND MODELS FOR TRACKING OBJECTS UNDER WATER

BACKGROUND MODELS FOR TRACKING OBJECTS UNDER WATER Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

An Edge-Based Approach to Motion Detection*

An Edge-Based Approach to Motion Detection* An Edge-Based Approach to Motion Detection* Angel D. Sappa and Fadi Dornaika Computer Vison Center Edifici O Campus UAB 08193 Barcelona, Spain {sappa, dornaika}@cvc.uab.es Abstract. This paper presents

More information

Learning a Sparse, Corner-based Representation for Time-varying Background Modelling

Learning a Sparse, Corner-based Representation for Time-varying Background Modelling Learning a Sparse, Corner-based Representation for Time-varying Background Modelling Qiang Zhu 1, Shai Avidan 2, Kwang-Ting Cheng 1 1 Electrical & Computer Engineering Department University of California

More information

A Real Time Human Detection System Based on Far Infrared Vision

A Real Time Human Detection System Based on Far Infrared Vision A Real Time Human Detection System Based on Far Infrared Vision Yannick Benezeth 1, Bruno Emile 1,Hélène Laurent 1, and Christophe Rosenberger 2 1 Institut Prisme, ENSI de Bourges - Université d Orléans

More information

Dynamic Background Subtraction Based on Local Dependency Histogram

Dynamic Background Subtraction Based on Local Dependency Histogram Author manuscript, published in "The Eighth International Workshop on Visual Surveillance - VS2008, Marseille : France (2008)" Dynamic Background Subtraction Based on Local Dependency Histogram Shengping

More information

Human Motion Detection and Tracking for Video Surveillance

Human Motion Detection and Tracking for Video Surveillance Human Motion Detection and Tracking for Video Surveillance Prithviraj Banerjee and Somnath Sengupta Department of Electronics and Electrical Communication Engineering Indian Institute of Technology, Kharagpur,

More information

HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION. Gengjian Xue, Li Song, Jun Sun, Meng Wu

HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION. Gengjian Xue, Li Song, Jun Sun, Meng Wu HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION Gengjian Xue, Li Song, Jun Sun, Meng Wu Institute of Image Communication and Information Processing, Shanghai Jiao Tong University,

More information

Detection of Moving Object using Continuous Background Estimation Based on Probability of Pixel Intensity Occurrences

Detection of Moving Object using Continuous Background Estimation Based on Probability of Pixel Intensity Occurrences International Journal of Computer Science and Telecommunications [Volume 3, Issue 5, May 2012] 65 ISSN 2047-3338 Detection of Moving Object using Continuous Background Estimation Based on Probability of

More information

IMPROVEMENT OF BACKGROUND SUBTRACTION METHOD FOR REAL TIME MOVING OBJECT DETECTION INTRODUCTION

IMPROVEMENT OF BACKGROUND SUBTRACTION METHOD FOR REAL TIME MOVING OBJECT DETECTION INTRODUCTION IMPROVEMENT OF BACKGROUND SUBTRACTION METHOD FOR REAL TIME MOVING OBJECT DETECTION Sina Adham Khiabani and Yun Zhang University of New Brunswick, Department of Geodesy and Geomatics Fredericton, Canada

More information

SURVEY PAPER ON REAL TIME MOTION DETECTION TECHNIQUES

SURVEY PAPER ON REAL TIME MOTION DETECTION TECHNIQUES SURVEY PAPER ON REAL TIME MOTION DETECTION TECHNIQUES 1 R. AROKIA PRIYA, 2 POONAM GUJRATHI Assistant Professor, Department of Electronics and Telecommunication, D.Y.Patil College of Engineering, Akrudi,

More information

A Perfect Estimation of a Background Image Does Not Lead to a Perfect Background Subtraction: Analysis of the Upper Bound on the Performance

A Perfect Estimation of a Background Image Does Not Lead to a Perfect Background Subtraction: Analysis of the Upper Bound on the Performance A Perfect Estimation of a Background Image Does Not Lead to a Perfect Background Subtraction: Analysis of the Upper Bound on the Performance Sébastien Piérard (B) and Marc Van Droogenbroeck INTELSIG Laboratory,

More information

Performance Evaluation Metrics and Statistics for Positional Tracker Evaluation

Performance Evaluation Metrics and Statistics for Positional Tracker Evaluation Performance Evaluation Metrics and Statistics for Positional Tracker Evaluation Chris J. Needham and Roger D. Boyle School of Computing, The University of Leeds, Leeds, LS2 9JT, UK {chrisn,roger}@comp.leeds.ac.uk

More information

Moving Object Detection for Video Surveillance

Moving Object Detection for Video Surveillance International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Moving Object Detection for Video Surveillance Abhilash K.Sonara 1, Pinky J. Brahmbhatt 2 1 Student (ME-CSE), Electronics and Communication,

More information

Change Detection by Frequency Decomposition: Wave-Back

Change Detection by Frequency Decomposition: Wave-Back MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Change Detection by Frequency Decomposition: Wave-Back Fatih Porikli and Christopher R. Wren TR2005-034 May 2005 Abstract We introduce a frequency

More information

Background Subtraction Techniques

Background Subtraction Techniques Background Subtraction Techniques Alan M. McIvor Reveal Ltd PO Box 128-221, Remuera, Auckland, New Zealand alan.mcivor@reveal.co.nz Abstract Background subtraction is a commonly used class of techniques

More information

Threshold-Based Moving Object Extraction in Video Streams

Threshold-Based Moving Object Extraction in Video Streams Threshold-Based Moving Object Extraction in Video Streams Rudrika Kalsotra 1, Pawanesh Abrol 2 1,2 Department of Computer Science & I.T, University of Jammu, Jammu, Jammu & Kashmir, India-180006 Email

More information

Fast Denoising for Moving Object Detection by An Extended Structural Fitness Algorithm

Fast Denoising for Moving Object Detection by An Extended Structural Fitness Algorithm Fast Denoising for Moving Object Detection by An Extended Structural Fitness Algorithm ALBERTO FARO, DANIELA GIORDANO, CONCETTO SPAMPINATO Dipartimento di Ingegneria Informatica e Telecomunicazioni Facoltà

More information

A Feature Point Matching Based Approach for Video Objects Segmentation

A Feature Point Matching Based Approach for Video Objects Segmentation A Feature Point Matching Based Approach for Video Objects Segmentation Yan Zhang, Zhong Zhou, Wei Wu State Key Laboratory of Virtual Reality Technology and Systems, Beijing, P.R. China School of Computer

More information

MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK

MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK Mahamuni P. D 1, R. P. Patil 2, H.S. Thakar 3 1 PG Student, E & TC Department, SKNCOE, Vadgaon Bk, Pune, India 2 Asst. Professor,

More information

Robust and accurate change detection under sudden illumination variations

Robust and accurate change detection under sudden illumination variations Robust and accurate change detection under sudden illumination variations Luigi Di Stefano Federico Tombari Stefano Mattoccia Errico De Lisi Department of Electronics Computer Science and Systems (DEIS)

More information

Backpack: Detection of People Carrying Objects Using Silhouettes

Backpack: Detection of People Carrying Objects Using Silhouettes Backpack: Detection of People Carrying Objects Using Silhouettes Ismail Haritaoglu, Ross Cutler, David Harwood and Larry S. Davis Computer Vision Laboratory University of Maryland, College Park, MD 2742

More information

Detection of Moving Objects in Colour based and Graph s axis Change method

Detection of Moving Objects in Colour based and Graph s axis Change method Detection of Moving Objects in Colour based and Graph s axis Change method Gagandeep Kaur1 Student of Master of Technology, Department of Computer Engineering, YCOE, GuruKashi Campus, Punjabi university,

More information

Object Tracking System Using Motion Detection and Sound Detection

Object Tracking System Using Motion Detection and Sound Detection Object Tracking System Using Motion Detection and Sound Detection Prashansha Jain Computer Science department Medicaps Institute of Technology and Management, Indore, MP, India Dr. C.S. Satsangi Head of

More information

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing)

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) J.Nithya 1, P.Sathyasutha2 1,2 Assistant Professor,Gnanamani College of Engineering, Namakkal, Tamil Nadu, India ABSTRACT

More information

Clustering Based Non-parametric Model for Shadow Detection in Video Sequences

Clustering Based Non-parametric Model for Shadow Detection in Video Sequences Clustering Based Non-parametric Model for Shadow Detection in Video Sequences Ehsan Adeli Mosabbeb 1, Houman Abbasian 2, Mahmood Fathy 1 1 Iran University of Science and Technology, Tehran, Iran 2 University

More information

A MIXTURE OF DISTRIBUTIONS BACKGROUND MODEL FOR TRAFFIC VIDEO SURVEILLANCE

A MIXTURE OF DISTRIBUTIONS BACKGROUND MODEL FOR TRAFFIC VIDEO SURVEILLANCE PERIODICA POLYTECHNICA SER. TRANSP. ENG. VOL. 34, NO. 1 2, PP. 109 117 (2006) A MIXTURE OF DISTRIBUTIONS BACKGROUND MODEL FOR TRAFFIC VIDEO SURVEILLANCE Tamás BÉCSI and Tamás PÉTER Department of Control

More information

Open Access Surveillance Video Synopsis Based on Moving Object Matting Using Noninteractive

Open Access Surveillance Video Synopsis Based on Moving Object Matting Using Noninteractive Send Orders for Reprints to reprints@benthamscience.net The Open Automation and Control Systems Journal, 2013, 5, 113-118 113 Open Access Surveillance Video Synopsis Based on Moving Object Matting Using

More information

BSFD: BACKGROUND SUBTRACTION FRAME DIFFERENCE ALGORITHM FOR MOVING OBJECT DETECTION AND EXTRACTION

BSFD: BACKGROUND SUBTRACTION FRAME DIFFERENCE ALGORITHM FOR MOVING OBJECT DETECTION AND EXTRACTION BSFD: BACKGROUND SUBTRACTION FRAME DIFFERENCE ALGORITHM FOR MOVING OBJECT DETECTION AND EXTRACTION 1 D STALIN ALEX, 2 Dr. AMITABH WAHI 1 Research Scholer, Department of Computer Science and Engineering,Anna

More information

Small-scale objects extraction in digital images

Small-scale objects extraction in digital images 102 Int'l Conf. IP, Comp. Vision, and Pattern Recognition IPCV'15 Small-scale objects extraction in digital images V. Volkov 1,2 S. Bobylev 1 1 Radioengineering Dept., The Bonch-Bruevich State Telecommunications

More information

Survey on Wireless Intelligent Video Surveillance System Using Moving Object Recognition Technology

Survey on Wireless Intelligent Video Surveillance System Using Moving Object Recognition Technology Survey on Wireless Intelligent Video Surveillance System Using Moving Object Recognition Technology Durgesh Patil Phone: +919766654777; E-mail: patildurgesh95@yahoo.com Sachin Joshi Phone: +919767845334;

More information

Multi-Channel Adaptive Mixture Background Model for Real-time Tracking

Multi-Channel Adaptive Mixture Background Model for Real-time Tracking Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 1, January 2016 Multi-Channel Adaptive Mixture Background Model for Real-time

More information

ROBUST OBJECT TRACKING BY SIMULTANEOUS GENERATION OF AN OBJECT MODEL

ROBUST OBJECT TRACKING BY SIMULTANEOUS GENERATION OF AN OBJECT MODEL ROBUST OBJECT TRACKING BY SIMULTANEOUS GENERATION OF AN OBJECT MODEL Maria Sagrebin, Daniel Caparròs Lorca, Daniel Stroh, Josef Pauli Fakultät für Ingenieurwissenschaften Abteilung für Informatik und Angewandte

More information

Learning the Three Factors of a Non-overlapping Multi-camera Network Topology

Learning the Three Factors of a Non-overlapping Multi-camera Network Topology Learning the Three Factors of a Non-overlapping Multi-camera Network Topology Xiaotang Chen, Kaiqi Huang, and Tieniu Tan National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy

More information

Background/Foreground Detection 1

Background/Foreground Detection 1 Chapter 2 Background/Foreground Detection 1 2.1 Introduction With the acquisition of an image, the first step is to distinguish objects of interest from the background. In surveillance applications, those

More information

A NOVEL MOTION DETECTION METHOD USING BACKGROUND SUBTRACTION MODIFYING TEMPORAL AVERAGING METHOD

A NOVEL MOTION DETECTION METHOD USING BACKGROUND SUBTRACTION MODIFYING TEMPORAL AVERAGING METHOD International Journal of Computer Engineering and Applications, Volume XI, Issue IV, April 17, www.ijcea.com ISSN 2321-3469 A NOVEL MOTION DETECTION METHOD USING BACKGROUND SUBTRACTION MODIFYING TEMPORAL

More information

Tri-modal Human Body Segmentation

Tri-modal Human Body Segmentation Tri-modal Human Body Segmentation Master of Science Thesis Cristina Palmero Cantariño Advisor: Sergio Escalera Guerrero February 6, 2014 Outline 1 Introduction 2 Tri-modal dataset 3 Proposed baseline 4

More information

Real-time Detection of Illegally Parked Vehicles Using 1-D Transformation

Real-time Detection of Illegally Parked Vehicles Using 1-D Transformation Real-time Detection of Illegally Parked Vehicles Using 1-D Transformation Jong Taek Lee, M. S. Ryoo, Matthew Riley, and J. K. Aggarwal Computer & Vision Research Center Dept. of Electrical & Computer Engineering,

More information

A Survey on Moving Object Detection and Tracking in Video Surveillance System

A Survey on Moving Object Detection and Tracking in Video Surveillance System International Journal of Soft Computing and Engineering (IJSCE) A Survey on Moving Object Detection and Tracking in Video Surveillance System Kinjal A Joshi, Darshak G. Thakore Abstract This paper presents

More information

A Novel Smoke Detection Method Using Support Vector Machine

A Novel Smoke Detection Method Using Support Vector Machine A Novel Smoke Detection Method Using Support Vector Machine Hidenori Maruta Information Media Center Nagasaki University, Japan 1-14 Bunkyo-machi, Nagasaki-shi Nagasaki, Japan Email: hmaruta@nagasaki-u.ac.jp

More information

A Street Scene Surveillance System for Moving Object Detection, Tracking and Classification

A Street Scene Surveillance System for Moving Object Detection, Tracking and Classification A Street Scene Surveillance System for Moving Object Detection, Tracking and Classification Huei-Yung Lin * and Juang-Yu Wei Department of Electrical Engineering National Chung Cheng University Chia-Yi

More information

Advanced Motion Detection Technique using Running Average Discrete Cosine Transform for Video Surveillance Application

Advanced Motion Detection Technique using Running Average Discrete Cosine Transform for Video Surveillance Application Advanced Motion Detection Technique using Running Average Discrete Cosine Transform for Video Surveillance Application Ravi Kamble #1, Sushma Kejgir *2 # Dept. of Electronics and Telecom. Engg. SGGS Institute

More information

Adaptive Background Mixture Models for Real-Time Tracking

Adaptive Background Mixture Models for Real-Time Tracking Adaptive Background Mixture Models for Real-Time Tracking Chris Stauffer and W.E.L Grimson CVPR 1998 Brendan Morris http://www.ee.unlv.edu/~b1morris/ecg782/ 2 Motivation Video monitoring and surveillance

More information

Single-class SVM for dynamic scene modeling

Single-class SVM for dynamic scene modeling SIViP (2013) 7:45 52 DOI 10.1007/s11760-011-0230-z ORIGINAL PAPER Single-class SVM for dynamic scene modeling Imran N. Junejo Adeel A. Bhutta Hassan Foroosh Received: 16 March 2010 / Revised: 9 May 2011

More information

Background Initialization with A New Robust Statistical Approach

Background Initialization with A New Robust Statistical Approach Background Initialization with A New Robust Statistical Approach Hanzi Wang and David Suter Institute for Vision System Engineering Department of. Electrical. and Computer Systems Engineering Monash University,

More information

Summarization of Egocentric Moving Videos for Generating Walking Route Guidance

Summarization of Egocentric Moving Videos for Generating Walking Route Guidance Summarization of Egocentric Moving Videos for Generating Walking Route Guidance Masaya Okamoto and Keiji Yanai Department of Informatics, The University of Electro-Communications 1-5-1 Chofugaoka, Chofu-shi,

More information

ФУНДАМЕНТАЛЬНЫЕ НАУКИ. Информатика 9 ИНФОРМАТИКА MOTION DETECTION IN VIDEO STREAM BASED ON BACKGROUND SUBTRACTION AND TARGET TRACKING

ФУНДАМЕНТАЛЬНЫЕ НАУКИ. Информатика 9 ИНФОРМАТИКА MOTION DETECTION IN VIDEO STREAM BASED ON BACKGROUND SUBTRACTION AND TARGET TRACKING ФУНДАМЕНТАЛЬНЫЕ НАУКИ Информатика 9 ИНФОРМАТИКА UDC 6813 OTION DETECTION IN VIDEO STREA BASED ON BACKGROUND SUBTRACTION AND TARGET TRACKING R BOGUSH, S ALTSEV, N BROVKO, E IHAILOV (Polotsk State University

More information

Connected Component Analysis and Change Detection for Images

Connected Component Analysis and Change Detection for Images Connected Component Analysis and Change Detection for Images Prasad S.Halgaonkar Department of Computer Engg, MITCOE Pune University, India Abstract Detection of the region of change in images of a particular

More information

REVIEW AND EXPERIMENT OF THE DIFFERENT METHODS FOR MOVING OBJECT EXTRACTION FROM A LIVE VIDEO INTRODUCTION

REVIEW AND EXPERIMENT OF THE DIFFERENT METHODS FOR MOVING OBJECT EXTRACTION FROM A LIVE VIDEO INTRODUCTION REVIEW AND EXPERIMENT OF THE DIFFERENT METHODS FOR MOVING OBJECT EXTRACTION FROM A LIVE VIDEO Sina Adham Khiabani and Yun Zhang University of New Brunswick, Department of Geodesy and Geomatics Eng. Fredericton,

More information

Segmentation by Clustering. Segmentation by Clustering Reading: Chapter 14 (skip 14.5) General ideas

Segmentation by Clustering. Segmentation by Clustering Reading: Chapter 14 (skip 14.5) General ideas Reading: Chapter 14 (skip 14.5) Data reduction - obtain a compact representation for interesting image data in terms of a set of components Find components that belong together (form clusters) Frame differencing

More information

RESTORATION OF DEGRADED DOCUMENTS USING IMAGE BINARIZATION TECHNIQUE

RESTORATION OF DEGRADED DOCUMENTS USING IMAGE BINARIZATION TECHNIQUE RESTORATION OF DEGRADED DOCUMENTS USING IMAGE BINARIZATION TECHNIQUE K. Kaviya Selvi 1 and R. S. Sabeenian 2 1 Department of Electronics and Communication Engineering, Communication Systems, Sona College

More information

On the analysis of background subtraction techniques using Gaussian mixture models

On the analysis of background subtraction techniques using Gaussian mixture models University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2010 On the analysis of background subtraction techniques using Gaussian

More information

Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization

Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization Journal of Computer Science 6 (9): 1008-1013, 2010 ISSN 1549-3636 2010 Science Publications Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization

More information

Mean shift based object tracking with accurate centroid estimation and adaptive Kernel bandwidth

Mean shift based object tracking with accurate centroid estimation and adaptive Kernel bandwidth Mean shift based object tracking with accurate centroid estimation and adaptive Kernel bandwidth ShilpaWakode 1, Dr. Krishna Warhade 2, Dr. Vijay Wadhai 3, Dr. Nitin Choudhari 4 1234 Electronics department

More information

Moving Shadow Detection with Low- and Mid-Level Reasoning

Moving Shadow Detection with Low- and Mid-Level Reasoning Moving Shadow Detection with Low- and Mid-Level Reasoning Ajay J. Joshi, Stefan Atev, Osama Masoud, and Nikolaos Papanikolopoulos Dept. of Computer Science and Engineering, University of Minnesota Twin

More information

Object Tracking Algorithm based on Combination of Edge and Color Information

Object Tracking Algorithm based on Combination of Edge and Color Information Object Tracking Algorithm based on Combination of Edge and Color Information 1 Hsiao-Chi Ho ( 賀孝淇 ), 2 Chiou-Shann Fuh ( 傅楸善 ), 3 Feng-Li Lian ( 連豊力 ) 1 Dept. of Electronic Engineering National Taiwan

More information

International Journal of Electrical, Electronics ISSN No. (Online): and Computer Engineering 3(2): 85-90(2014)

International Journal of Electrical, Electronics ISSN No. (Online): and Computer Engineering 3(2): 85-90(2014) I J E E E C International Journal of Electrical, Electronics ISSN No. (Online): 2277-2626 Computer Engineering 3(2): 85-90(2014) Robust Approach to Recognize Localize Text from Natural Scene Images Khushbu

More information

Segmentation by Clustering Reading: Chapter 14 (skip 14.5)

Segmentation by Clustering Reading: Chapter 14 (skip 14.5) Segmentation by Clustering Reading: Chapter 14 (skip 14.5) Data reduction - obtain a compact representation for interesting image data in terms of a set of components Find components that belong together

More information

Implementation of Optical Flow, Sliding Window and SVM for Vehicle Detection and Tracking

Implementation of Optical Flow, Sliding Window and SVM for Vehicle Detection and Tracking Implementation of Optical Flow, Sliding Window and SVM for Vehicle Detection and Tracking Mohammad Baji, Dr. I. SantiPrabha 2 M. Tech scholar, Department of E.C.E,U.C.E.K,Jawaharlal Nehru Technological

More information

Supervised texture detection in images

Supervised texture detection in images Supervised texture detection in images Branislav Mičušík and Allan Hanbury Pattern Recognition and Image Processing Group, Institute of Computer Aided Automation, Vienna University of Technology Favoritenstraße

More information

A Hierarchical Approach to Robust Background Subtraction using Color and Gradient Information

A Hierarchical Approach to Robust Background Subtraction using Color and Gradient Information A Hierarchical Approach to Robust Background Subtraction using Color and Gradient Information Omar Javed, Khurram Shafique and Mubarak Shah Computer Vision Lab, School of Electrical Engineering and Computer

More information

Motion Detection Using Adaptive Temporal Averaging Method

Motion Detection Using Adaptive Temporal Averaging Method 652 B. NIKOLOV, N. KOSTOV, MOTION DETECTION USING ADAPTIVE TEMPORAL AVERAGING METHOD Motion Detection Using Adaptive Temporal Averaging Method Boris NIKOLOV, Nikolay KOSTOV Dept. of Communication Technologies,

More information

Robust Detection and Tracking Algorithm of Multiple Objects in Complex Scenes

Robust Detection and Tracking Algorithm of Multiple Objects in Complex Scenes Appl. Math. Inf. Sci. 8, No. 5, 2485-2490 (2014) 2485 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/080545 Robust Detection and Tracking Algorithm

More information

Automatic Tracking of Moving Objects in Video for Surveillance Applications

Automatic Tracking of Moving Objects in Video for Surveillance Applications Automatic Tracking of Moving Objects in Video for Surveillance Applications Manjunath Narayana Committee: Dr. Donna Haverkamp (Chair) Dr. Arvin Agah Dr. James Miller Department of Electrical Engineering

More information

VIDEO-SURVEILLANCE SYSTEM FOR TRACKING A PERSON BY ESTIMATING THE TRAJECTORY

VIDEO-SURVEILLANCE SYSTEM FOR TRACKING A PERSON BY ESTIMATING THE TRAJECTORY VIDEO-SURVEILLANCE SYSTEM FOR TRACKING A PERSON BY ESTIMATING THE TRAJECTORY 1 BOUTAINA HDIOUD, 2 RACHID OULAD HAJ THAMI, 3 MOHAMMED EL HAJ TIRARI 1,2 Mohamed V Souissi University (UM5S), National Higher

More information

Real time moving object detection for video surveillance based on improved GMM

Real time moving object detection for video surveillance based on improved GMM Research Article International Journal of Advanced Technology and Engineering Exploration, Vol 4(26) ISSN (Print): 2394-5443 ISSN (Online): 2394-7454 http://dx.doi.org/10.19101/ijatee.2017.426004 Real

More information

Color-Based Classification of Natural Rock Images Using Classifier Combinations

Color-Based Classification of Natural Rock Images Using Classifier Combinations Color-Based Classification of Natural Rock Images Using Classifier Combinations Leena Lepistö, Iivari Kunttu, and Ari Visa Tampere University of Technology, Institute of Signal Processing, P.O. Box 553,

More information

A Novel Criterion Function in Feature Evaluation. Application to the Classification of Corks.

A Novel Criterion Function in Feature Evaluation. Application to the Classification of Corks. A Novel Criterion Function in Feature Evaluation. Application to the Classification of Corks. X. Lladó, J. Martí, J. Freixenet, Ll. Pacheco Computer Vision and Robotics Group Institute of Informatics and

More information

Understanding Tracking and StroMotion of Soccer Ball

Understanding Tracking and StroMotion of Soccer Ball Understanding Tracking and StroMotion of Soccer Ball Nhat H. Nguyen Master Student 205 Witherspoon Hall Charlotte, NC 28223 704 656 2021 rich.uncc@gmail.com ABSTRACT Soccer requires rapid ball movements.

More information

APPLICATION OF SAD ALGORITHM IN IMAGE PROCESSIG FOR MOTION DETECTION AND SIMULINK BLOCKSETS FOR OBJECT TRACKING

APPLICATION OF SAD ALGORITHM IN IMAGE PROCESSIG FOR MOTION DETECTION AND SIMULINK BLOCKSETS FOR OBJECT TRACKING APPLICATION OF SAD ALGORITHM IN IMAGE PROCESSIG FOR MOTION DETECTION AND SIMULINK BLOCKSETS FOR OBJECT TRACKING Menakshi Bhat 1, Pragati Kapoor 2, B.L.Raina 3 1 Assistant Professor, School of Electronics

More information

A physically motivated pixel-based model for background subtraction in 3D images

A physically motivated pixel-based model for background subtraction in 3D images A physically motivated pixel-based model for background subtraction in 3D images M. Braham, A. Lejeune and M. Van Droogenbroeck INTELSIG, Montefiore Institute, University of Liège, Belgium IC3D - December

More information

MOVING OBJECT detection from video stream or image

MOVING OBJECT detection from video stream or image IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 21, NO. 1, JANUARY 2011 29 Kernel Similarity Modeling of Texture Pattern Flow for Motion Detection in Complex Background Baochang Zhang,

More information

PERFORMANCE ANALYSIS OF CANNY AND OTHER COMMONLY USED EDGE DETECTORS Sandeep Dhawan Director of Technology, OTTE, NEW YORK

PERFORMANCE ANALYSIS OF CANNY AND OTHER COMMONLY USED EDGE DETECTORS Sandeep Dhawan Director of Technology, OTTE, NEW YORK International Journal of Science, Environment and Technology, Vol. 3, No 5, 2014, 1759 1766 ISSN 2278-3687 (O) PERFORMANCE ANALYSIS OF CANNY AND OTHER COMMONLY USED EDGE DETECTORS Sandeep Dhawan Director

More information

Image Edge Detection

Image Edge Detection K. Vikram 1, Niraj Upashyaya 2, Kavuri Roshan 3 & A. Govardhan 4 1 CSE Department, Medak College of Engineering & Technology, Siddipet Medak (D), 2&3 JBIET, Mpoinabad, Hyderabad, Indi & 4 CSE Dept., JNTUH,

More information

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images Karthik Ram K.V & Mahantesh K Department of Electronics and Communication Engineering, SJB Institute of Technology, Bangalore,

More information

Adaptive Background Learning for Vehicle Detection and Spatio- Temporal Tracking

Adaptive Background Learning for Vehicle Detection and Spatio- Temporal Tracking Adaptive Background Learning for Vehicle Detection and Spatio- Temporal Tracking Chengcui Zhang 1, Shu-Ching Chen 1*, Mei-Ling Shyu, Srinivas Peeta 3 1 Distributed Multimedia Information System Laboratory

More information

Model-Based Human Motion Capture from Monocular Video Sequences

Model-Based Human Motion Capture from Monocular Video Sequences Model-Based Human Motion Capture from Monocular Video Sequences Jihun Park 1, Sangho Park 2, and J.K. Aggarwal 2 1 Department of Computer Engineering Hongik University Seoul, Korea jhpark@hongik.ac.kr

More information

Robust Real-Time Background Subtraction based on Local Neighborhood Patterns

Robust Real-Time Background Subtraction based on Local Neighborhood Patterns Robust Real-Time Background Subtraction based on Local Neighborhood Patterns Ariel Amato, Mikhail G. Mozerov, F. Xavier Roca and Jordi Gonzàlez 1 Abstract This paper describes an efficient background subtraction

More information

Motion Estimation for Video Coding Standards

Motion Estimation for Video Coding Standards Motion Estimation for Video Coding Standards Prof. Ja-Ling Wu Department of Computer Science and Information Engineering National Taiwan University Introduction of Motion Estimation The goal of video compression

More information