Real-Time Background Estimation of Traffic Imagery Using Group-Based Histogram *

Size: px
Start display at page:

Download "Real-Time Background Estimation of Traffic Imagery Using Group-Based Histogram *"

Transcription

1 JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, (2008) Real-Time Background Estimation of Traffic Imagery Using Group-Based Histogram KAI-TAI SONG AND JEN-CHAO TAI + Department of Electrical and Control Engineering National Chiao Tung University Hsinchu, 300 Taiwan + Department of Mechanical Engineering Minghsin University of Science and Technology Shinfen, 304 Taiwan This paper presents a novel background estimation method for a vision-based traffic monitoring system using a single Gaussian scheme. An algorithm of group-based histogram (GBH) is proposed to build the background Gaussian model of each pixel from traffic image sequences. This algorithm features improved robustness against transient stop of foreground objects and sensing noise. Furthermore, the method features low computational load, thus meets the real-time requirements in many practical applications. The proposed method has been applied to a vision-based traffic parameter estimation system to segment moving vehicles from image sequences. Given degraded compressive traffic images from on-line internet cameras, the image processing system successfully detect various vehicles in the traffic imagery. Practical experimental results demonstrate that traffic flow can be measured in real time with satisfactory accuracy. Keywords: background segmentation, image processing, group-based histogram, traffic parameters, traffic monitoring 1. INTRODUCTION A fixed camera for monitoring a scene is a common practice of surveillance applications. One of the key steps in analyzing the scene is to detect moving objects. In principle, a common assumption is that the imagery of the background scene without any moving object can be well described by a statistical model. If one obtains the statistical model of the background imagery, moving objects can be detected by checking the captured pixel intensity with its corresponding background model. Thus background estimation is an important step in vision-based surveillance applications and traffic monitoring and enforcement applications that involve motion segmentation utilizing an almost stationary background [1-3]. A simple method for obtaining background image is averaging sampled images over a span of time. The main drawback of this approach is that the foreground detection in the next step is sensitive to the noise induced by ghosts or trails of the averaged image. Zheng et al. [4] employed all incoming intensities of a pixel (including background and Received January 4, 2005; revised May 1, 2006; accepted November 1, Communicated by Jenq-Neng Hwang. This work was partly supported by the National Science Council of Taiwan, R.O.C., under grant No. NSC E and by the Ministry of Education, under the program of Promoting University Academic Excellence grant EX-91-E-FA

2 412 KAI-TAI SONG AND JEN-CHAO TAI foreground object) to construct the Gaussian model. However, in their method the foreground-object intensity will degrade the quality of background estimation. To obtain a better Gaussian model, Kumar et al. [5] utilized a method to monitor the intensities from several frames without any foreground object for a few seconds. The drawback of their approach is that it can be difficult to find enough foreground-free frames to build a reliable intensity distribution of the background image. In recent years Gaussian mixture model (GMM)-based approaches to obtaining reliable background images have gained increasing attention for image-based motion detection [6, 7]. GMM-based methods feature effective background estimation under environmental variations through a mixture of Gaussians for each pixel in an image frame. However, this approach has an important shortcoming when applied to vision-based traffic monitoring systems (VTMS). For urban traffic, vehicles will stop occasionally at intersections because of traffic light or control signals. Such kind of transient stops will increase the weight of non-background Gaussian and seriously degrade the background estimation quality of a traffic image sequence. For an image sequence captured by a static camera, pixel values often have complex distributions and the background pixel intensities dominate the largest Gaussian. The intensity of a background pixel can be found if it is most frequently recorded at this pixel position. Thus, several histogram approaches have been studied to estimate the single Gaussian model of background image [8-10]. In histogram approaches, the intensity with the maximum frequency in the histogram is treated as background intensity, because each intensity frequency in the histogram is proportional to its appearance probability. The mean of background Gaussian model can be determined by searching for the maximum frequency in the intensity histogram. Accordingly, the standard deviation can be computed by using the background-intensity region (centered at the mean). Intensities of transient stop foreground will not be considered as the background intensity because its frequency is smaller than the background pixel. However, very often more than one intensity level will have the same maximum frequencies in the histogram. It is thus difficult to determine the mean intensity of a background Gaussian model from the histogram. To increase the robustness against intensity variation, the system needs to process much more image frames to establish a reliable intensity distribution. This will, however, cost much more computation time and degrade the real-time performance. Although the histogram approach is robust to the transient stops of moving foreground objects, the estimation is still less accurate than GMM. In this paper, we propose a novel GBH approach to estimating the background model of each pixel. The GBH effectively exploits an average filter to smoothen the frequency curve of conventional histogram for more accurate estimation of the Gaussian mean. Accordingly, the standard deviation can be estimated by using the estimated mean and the histogram. One can easily and efficiently estimate the single Gaussian model constructed by background intensities from image sequences during a fixed span of time. The rest of this paper is organized as follows. Section 2 presents the estimation of single Gaussian model for background segmentation. Experimental results of the proposed method and several interesting examples of traffic parameters estimation are presented in section 3. Section 4 concludes the contributions of this work.

3 REAL-TIME GBH BACKGROUND ESTIMATION OF TRAFFIC IMAGERY GROUP-BASED HISTOGRAM In a traffic imagery, the intensity of background scene is the most frequently recorded one at its pixel position. The background intensity can therefore be determined by analyzing the intensity histogram. However, sensing variation and noise from image acquisition devices may result in erroneous estimation and cause a foreground object to have the maximum intensity frequency in the histogram. To solve this problem, we propose the GBH to estimate the single Gaussian model of static background. In the first stage, the group-based frequency of each intensity level is generated from the incoming intensity of an image sequence. The intensity level that has the maximum group-based frequency is treated as the mean of the single Gaussian model. The standard deviation of Gaussian model can be derived from the mean and the histogram. The detail procedure is explained in the following paragraphs. 2.1 GBH Background Estimation In GBH, an accumulative frequency is generated from the frequency of each individual intensity level as well as those of its neighboring levels in the histogram. In other words, the frequency of each intensity level and the frequency of its neighboring levels are summed to form the group-based histogram. Note that the frequency or probability of conventional histogram is updated by using a single intensity; while the probability of GMM is constructed from a group of intensities. Thus the GMM possesses more admirable capabilities than simple histogram to represent intensity distribution of the background image. GBH possesses the similar merit of taking into account the variation of pixel intensity. This operation effectively handles the problem of sensing variation. Further, the GBH algorithm gives a reliable background Gaussian model simply from several image frames. The GBH can be generated by using an average filter of width 2w + 1 where w is the half width of average window. The output nuv, () l of the average filter at level l can be expressed as w uv, uv, r= w n () l = n ( l+ r); 0 l+ r ( L 1), (1) where n u,v (l + r) is the count of pixel with intensity l + r at location (u, v), L is the number of intensity levels. In GBH, the maximum probability density p uv, of a pixel at location (u, v) over the recorded image frames can be expressed as p nuv, 0 l L 1 uv, max { ( l)} =, (2) N where N is the total frequency of the GBH. If the width of the filter is smaller than a preset value, the maximum peak of the GBH will locate at a position closer to the center of Gaussian model than the original histogram. This is because the filter smoothens the histogram curve. Thus, the intensity that has the maximum frequency in the GBH is treated as the mean intensity μ u,v of the background model:

4 414 KAI-TAI SONG AND JEN-CHAO TAI uv, l nuv, μ = arg max { ( l)}. (3) A smaller window width can save computation time for preparing the GBH, while a larger width can produce a smoother GBH. To discuss the determination of window width, an example given below employs 13 Gaussians which were generated by using a Gaussian random number generator. The means of all Gaussians were chosen to be 205 and the standard deviations varied from 3 to 15. The histogram and the GBH generated with different width were used to estimate the means of Gaussians; the error rate tests are shown in Table 1. The results show that the estimation of the proposed method is superior to that of conventional histogram. From the simulation results one can conclude that a greater width of average filter will be needed for high-accuracy performance as the standard deviation increases. Keeping the error rate of mean estimation within ± 2%, and according to the simulation result, the width can be determined as follows: 3, 3 σ i 7 w = 5, 8 σ i 10 7, 11 σ i 15 where σ i is the standard deviation of the original Gaussian. (4) Table 1. Estimation error rate of Gaussian mean using histogram and GBH. Standard deviation Hist. 1.5% 1.5% 2.0% 2.4% 2.4% 2.9% 3.4% 2.9% 2.9% 4.4% 2.9% 4.9% 4.4% Width w Estimation result of the proposed GBH 1 0.5% 1.0% 0.0% 0.5% 0.5% 2.0% 3.4% 2.4% 2.9% 1.5% 3.4% 0.5% 1.0% 2 0.5% 0.0% 0.0% 1.5% 1.0% 1.0% 2.4% 2.0% 2.4% 2.0% 3.9% 1.0% 1.5% 3 0.0% 0.0% 0.5% 1.0% 0.5% 1.5% 2.4% 2.0% 2.0% 2.4% 1.5% 1.5% -2.9% 4 0.5% 0.5% 0.0% 0.5% 0.5% 0.5% 1.5% 1.0% 1.5% 2.4% 1.0% 2.4% -2.4% 5 0.5% 0.5% 0.5% 0.0% 0.0% 0.5% 1.0% 0.5% 0.5% 2.0% 1.5% 0.5% 0.5% 6 0.5% 0.0% 0.5% 0.5% 0.5% 1.0% 0.5% 0.0% 0.5% 1.5% 1.5% 0.0% 1.5% 7 0.5% 0.5% 0.5% 0.5% 0.0% 0.5% 0.0% 0.0% 0.0% 0.5% 1.5% 1.0% 1.0% In the following derivation of the Gaussian model, C(i) is used for recording the GBH frequency of intensity i. The mean intensity μ u,v can be obtained from the maximum-value counter. The system does not process all counters when a new intensity l is captured, because the new intensity only increment the adjacent counters of counter l. The proposed algorithm for obtaining the mean of Gaussian model is summarized below. Step 1: Record the current intensity l of a pixel. Step 2: Iterate, for i = l w,, min(l + w, 255): C(i) = C(i) + 1; If C(i) C μ, then μ u,v = i;

5 REAL-TIME GBH BACKGROUND ESTIMATION OF TRAFFIC IMAGERY 415 C μ = C(i); endif where μ is the estimated mean intensity of a background pixel and C μ is the GBH frequency of intensity μ. After the center of the background mode is found, the variance can be computed as follows: σ 2 x= μuv, + 3σ 2 uv, = μ x= μ,, uv, + 3σ x= μuv, 3σ uv uv n 3 uv, ( x) x= μ σ uv, 1 ( x ) n ( x) (5) where σ is the maximum standard deviation of the Gaussian models (the value can be experimentally obtained by analyzing the background model from image sequences offline). Fig. 1 (a) shows an example of intensity histogram of a pixel in a traffic image sequence. It is clear from the figure that the background intensity distributes in the range from 195 to 215 intensity level. Further analysis of the sampled data in the backgroundintensity region was performed by using MINITAB Statistical Software (release for WINDOWS; Minitab, Inc, State College, PA). The result shows that the data can be modeled as a Gaussian [11] with a mean and the standard deviation of and 3.88 respectively. However, one cannot determine the center of background model from the histogram because three intensities have the same maximum frequency. On the contrary, the background intensity can be easily found in the group-based histogram (with width w = 3), as shown in Fig. 1 (b). The mean and the standard deviation of the estimated Gaussian model of Fig. 1 (b) are 205 and 4 respectively. The error rate of the mean and the standard deviation is 0.67% and 3.17%. The results confirm that the derived probability density function fits the background intensities satisfactorily. (a) Histogram. (b) Group-based histogram of Fig. 1 (a). Fig. 1. Statistic analysis of pixel intensity. Note that the proposed GBH only uses addition and comparison to estimate the mean of background pixels; on the contrary, other methods such as GMM involve much complex computation, such as, multiplication, sorting and division operations. Because

6 416 KAI-TAI SONG AND JEN-CHAO TAI estimation of the mean of background model is less time-consuming than the one of standard deviation; the mean intensity, the GBH and the histogram are updated every sample interval. As for the standard deviation, it is updated every 30 (or more) frames. To reduce the computation burden, the estimation of standard deviation is completed step-by-step in each sample interval. In traffic monitoring applications, the GBH, the histogram and the background model are renewed every 15 minute to cope with illumination variations. The computational load of the proposed method is significantly decreased compared with the methods presented in [2] and [6]. It is more suitable for real-time requirement of visual tracking of vehicles. 2.2 Foreground Segmentation In this paragraph, we present the method to segment foreground moving objects based on the results of background estimation. The intensities of each pixel obtained from an image sequence generate one background Gaussian and many foreground distributions, as shown in Fig. 1 (a). The historical intensities of each pixel can be divided into two groups: the static background and the moving foreground. If a foreground pixel appears, then its intensity is located outside the background Gaussian. To cope with the variation of the background intensity, a pixel can be classified as part of foreground object if its current intensity locates outside ± 3σ from the mean μ of the background Gaussian model: 1 ( moving object) if I( u, v) μ( u, v) > 3 σ( u, v) Fuv (, ) =, (6) 0 otherwise where I(u, v) are the current intensity at location (u, v); (μ(u, v), σ(u, v)) represents the background Gaussian model at location (u, v). An erosion operation is further employed to remove salt-and-pepper noise [12]. A traffic surveillance system then performs image measurement to monitor moving objects from the binary image. 3. EXPERIMENTAL RESULTS Several experiments have been carried out to validate the performance of the proposed method. First, a pixel level experiment is presented in section 3.1 to demonstrate the effectiveness and robustness of the GBH approach. In section 3.2, background images generated by using GMM and GBH are presented for performance comparison. Section 3.3 presents interesting experimental results of traffic parameter estimation. 3.1 Pixel Level Experiments Fig. 2 shows the experimental results of background estimation of a pixel in a traffic image sequence as shown in Fig 2 (b). The intensity was recorded over a fixed span of time (196 frames in 6.5 seconds). For comparison, GMM with three Gaussian models was first constructed to model the pixel [6]. If a Gaussian matches the current pixel intensity x t at time t, the mean c t of Gaussian is updated by

7 REAL-TIME GBH BACKGROUND ESTIMATION OF TRAFFIC IMAGERY 417 (a) (b) Fig. 2. (a) Background estimation of Fig. 2 (b) using GMM-based approach and the GBH-based approach; (b) Traffic scene with a cross at the middle left showing the position of the sample pixel. c t = c t-1 + β(x t c t-1 ) (7) where β is the learning rate. All weights are updated by ω t = ω t-1 + β(m t ω t-1 ) (8) where M t is equal to 1 for a matched Gaussian, otherwise, M t is set to 0. All the weights ωt are represented by ω t = for normalization, where S is ω t and the result ω t is S equivalent to the probability of intensity based on past values. The normalized clusters are sorted in an order of decreasing weight. In this experiment, the Gaussian model that has the maximum weight is classified as the background Gaussian. The experimental result is shown in Fig. 2 (a). The solid line indicates the experimental data and the dashdot line represents the estimation result of GMM. In the experiment, the learning rate was selected as 0.1. One can see that the estimated mean copes with the background intensity well. However, transient appearances of slow-moving objects easily change the weight and its magnitude order of Gaussian models. For example, from sequence 150 to 162, a transient slow-moving foreground object quickly constructs a matched Gaussian model and intensity 110 is erroneously chosen as the background intensity for its maximum weight. This type of erroneous estimation result from the fact that in GMM the foreground object that moves slowly or stops during a short period of time will make its intensity cluster to obtain the maximum weight, even though its intensities do not have maximum probability in the historical data. The proposed GBH method was applied to the same data for finding the background intensity of the pixel. The dashed line of Fig. 2 (a) represents the estimation result using the GBH method; the gray level of background pixel was maintained near 205 as expected. The GBH-based method succeeds to estimate the accurate mean of background model from image sequence. One can see that the proposed method is robust to the transient appearance of slow-moving object.

8 418 KAI-TAI SONG AND JEN-CHAO TAI 3.2 Background Estimation of Traffic Imagery To examine the performance of the proposed method, we used twelve image frames of traffic scene to construct the background image. In the experiments, we convert the RGB color information in original images to the Y luminance information [13]: Y = 0.299R G B. (9) Fig. 3 shows the original image sequence. There are four rows in the figure and all rows are arranged with an order from left to right. The image in the upper-left corner is the first image of the sequence. For comparison, both the GMM and the proposed GBH methods were employed to determine the background image of the traffic scene. Fig. 3. Image sequence for background image generation. Fig. 4 depicts the background estimation results using GMM. A reliable background image is obtained fast as depicted in the figure. However, the transient appearance of slow moving vehicles degrades the quality of the background image constructed by GMM. For example, the squared area in the lower-right region is well constructed in the fifth image; but the background image of the portion is not reliable in the later image frames, as depicted in the figure. This phenomenon is caused by a vehicle that slowly passed this region, as shown in Fig. 3. One can use a smaller learning rate to solve this problem; however, with a small learning rate, a reliable background image can not be obtained efficiently. Fig. 5 shows the estimation results using the proposed GBH method. The estimation quality of the GBH is practically the same as the one from the GMM, as shown in Fig. 5. The foreground moving vehicles almost disappear starting from the fifth background image as expected. Furthermore, the quality of the final background image is better than that from GMM, especially in the lower-right region, as marked in Fig. 5. Mainly due to GBH is robust to the slow-moving objects.

9 REAL-TIME GBH BACKGROUND ESTIMATION OF TRAFFIC IMAGERY 419 Fig. 4. Background images constructed by GMM method. Fig.5. Background images constructed by the proposed method. Table 2. CPU time of the tested background estimation algorithms. Algorithm GBH method Gaussian mixture model Time(sec) Specification: image size = , CPU type = AMD Athlon XP2000+, RAM = 512MB The processing time of this experiment is listed in Table 2 for comparison. The computation time of the proposed GBH algorithm is considerably smaller than that of GMM (with a reduction rate of 35%). From these results, it is clear that the performance of GBH is more suitable than the GMM for vision-based traffic surveillance applications.

10 420 KAI-TAI SONG AND JEN-CHAO TAI 3.3 Application to Traffic Flow Estimation For investigating traffic congestion problems, the background segmentation module has been integrated into a VTMS for extracting traffic parameters. Our research team established a real-time web video streaming system to monitor the traffic in Hsinchu Science Park [14]. The system provides an H.263 video stream to a VTMS. H.263 is suitable for digital video transmission over networks with a high compression and decompression ratio [15]. However, due to image compression and decompression, degraded image is neither stable nor consistent for image processing of vision-based applications. This phenomenon introduces extra challenges to image processing design. In this study, video stream provided by the imaging system is employed to measure the traffic flow at a multi-lane entrance of the Science Park. The video is in CIF format ( pixels). The video stream is transmitted to the computer in our Lab at a rate of 7 frames per second through ADSL. The system architecture of the real-time traffic monitoring system is shown in Fig. 6. The image system consists of three parts; image processing module, vehicle detection module and traffic parameter extraction module. H.263 Traffic Image RGB to gray level Converter Foreground Segmentation Binary image Image Decompressing Detection Module Vehicles count Traffic Flow Traffic Parameter Extraction Module ITS Center Background Updating Fig. 6. Block diagram of the vision-based traffic parameter extraction system. Fig. 7. The display of traffic flow estimation.

11 REAL-TIME GBH BACKGROUND ESTIMATION OF TRAFFIC IMAGERY 421 The image processing module uses an ActiveX component to decompress the actual image from video stream and converts the image into gray-level format. Real-life images are employed to construct a background image. Based on the constructed background image, a binary image of the moving vehicle is obtained through foreground segmentation. The detection module employed a detection window that behaves like a loop detector to count the number of vehicles in a multi-lane road [16]. The detection window is able to check if there is a vehicle entering or leaving the window from the binary image. It simultaneously detects multiple vehicles from the binary image. Traffic parameter extraction module extracts the traffic flow from vehicles count to provide information to the traffic control center. Fig. 7 illustrates a display of the experimental result of the system. Upper left part of the figure shows a real-time image and the lower right part shows the background image created from the image sequence. The upper right part shows the binary image of moving vehicles and processing results of the detection window. The measured vehicles number and the traffic flow are displayed in lower left of the figure. The estimated traffic flow displayed in Fig. 7 is calculated through a measure of vehicle counts using the equation below. Ncar traffic flow =, (10) t dur where N car is the detected vehicles number and t dur is the time duration. A video clip of experimental results can be found at: wmv. 4. CONCLUSIONS A novel method has been designed and implemented for the estimation of single Gaussian model of background pixel during a fixed span of time. The GBH algorithm is effective and efficient for building a Gaussian model of background pixels from traffic image sequences. This method is reliable against sensing noise and slow-moving objects. The computational load of GBH is 35% less than popular GMM approaches, thus more suitable for real-time requirement of surveillance applications. The performance of the proposed algorithm has been evaluated and successfully applied to a VTMS. Several directions deserve further investigation. On the one hand, the proposed method can be extended to construct a color background images for further increase the robustness of intensity analysis. On the other hand, shadows of moving objects often cause serious error in image analysis due to the misclassification of shadows as moving objects. Future work will focus on the study of methods to handle variation of environment illumination and shadows in the traffic scene by comparing each incoming frame with a color background image. REFERENCES 1. N. Li, J. Bu, and C. Chen, Real-time video object segmentation using HSV space, in Proceedings of Conference on Image Processing, 2002, pp R. Cucchiara, M. Piccardi, and P. Mello, Image analysis and rule-based reasoning

12 422 KAI-TAI SONG AND JEN-CHAO TAI for a traffic monitoring system, IEEE Transactions on Intelligent Transportation Systems, Vol. 1, 2000, pp C. Eveland, K. Konolige, and R. Bolles, Background modeling for segmentation of video-rate stereo sequences, in Proceedings of the IEEE Computer Society Conference on Computer Vision and Pattern Recognition, 1998, pp J. B. Zheng, D. D. Feng, W. C. Siu, Y. N. Zhang, X. Y. Wang, and R. C. Zhao, The accurate extraction and tracking of moving objects for video surveillance, in Proceedings of International Conference on Machine Learning and Cybernetics, 2002, pp P. Kumar, K. Sengupta, and A. Lee, A comparative study of different color spaces for foreground and shadow detection for traffic monitoring system, in Proceedings of the 5th IEEE International Conference on Intelligent Transportation Systems, 2002, pp C. Stauffer and W. E. L. Grimson, Learning patterns of activity using real-time tracking, IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 22, 2000, pp D. Butler, S. Sridharan, and V. M. Bove, Real-time adaptive background segmentation, in Proceedings of IEEE International Conference on Acoustics, Speech, and Signal, 2003, pp S. Kamijo, Y. Matsushita, K. Ikeuchi, and M. Sakauchi, Traffic monitoring and accident detection at intersections, IEEE Transactions on Intelligent Transportation Systems, Vol. 1, 2000, pp R. A. Johnson and G. K. Bhatacharyya, Statistics: Principles and Methods, John Wiley & Sons, New York, P. Kumar, S. Ranganath, W. Huang, and K. Sengupta, Framework for real-time behavior interpretation from traffic video, IEEE Transactions on Intelligent Transportation Systems, Vol. 6, 2005, pp J. T. McClave, T. Sincich, and W. Mendenhall, Statistics, 8th ed., Prentice Hall, New Jersey, R. C. Jain, R. Kasturi, and B. G. Schunck, Machine Vision, McGraw-Hill, New York, L. G. Shapiro and G. C. Stockman, Computer vision, Prentice Hall, New Jersey, last visited Nov. 13, last visited Nov. 13, J. C. Tai and K. T. Song, Automatic contour initialization for image tracking of multi-lane vehicles and motorcycles, in Proceedings of the 6th IEEE International Conference on Intelligent Transportation Systems, 2003, pp

13 REAL-TIME GBH BACKGROUND ESTIMATION OF TRAFFIC IMAGERY 423 Kai-Tai Song ( ) was born in Taipei, Taiwan, R.O.C. in He received his B.S. degree in Power Mechanical Engineering from National Tsing Hua University in 1979 and his Ph.D. degree in Mechanical Engineering from the Katholieke University Leuven, Belgium in He was with the Chung Shan Institute of Science and Technology from 1981 to Since 1989 he has been on the faculty and is currently a Professor in the Department of Electrical and Control Engineering, National Chiao Tung University, Taiwan. He served as the chairman of the Society of IEEE Robotics and Automation, Taipei Chapter from 1998 to His research interests include mobile robots, image processing, visual tracking, sensing and perception, embedded systems, intelligent system control integration, and mechatronics. Jen-Chao Tai ( ) received the B.S. degree in Power Mechanical Engineering from National Tsing Hua University, Hsinchu, Taiwan, in 1985 and the M.S. and Ph.D. degrees in Electrical and Control Engineering from National Chiao Tung University, Hsichu, Taiwan, in 1992 and 2006, respectively. He has been with the Department of Mechanical Engineering, Minghsin University of Science and Technology, Hsinchu, Taiwan, since He is now an Associate Professor in the Department. His research interests include image processing, visual tracking, vision-based traffic parameter estimation, dynamic camera calibration, real-time imaging system and mechatronics.

Building an Advanced Invariant Real-Time Human Tracking System

Building an Advanced Invariant Real-Time Human Tracking System UDC 004.41 Building an Advanced Invariant Real-Time Human Tracking System Fayez Idris 1, Mazen Abu_Zaher 2, Rashad J. Rasras 3, and Ibrahiem M. M. El Emary 4 1 School of Informatics and Computing, German-Jordanian

More information

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING Ms.PALLAVI CHOUDEKAR Ajay Kumar Garg Engineering College, Department of electrical and electronics Ms.SAYANTI BANERJEE Ajay Kumar Garg Engineering

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - [email protected]

More information

Speed Performance Improvement of Vehicle Blob Tracking System

Speed Performance Improvement of Vehicle Blob Tracking System Speed Performance Improvement of Vehicle Blob Tracking System Sung Chun Lee and Ram Nevatia University of Southern California, Los Angeles, CA 90089, USA [email protected], [email protected] Abstract. A speed

More information

Circle Object Recognition Based on Monocular Vision for Home Security Robot

Circle Object Recognition Based on Monocular Vision for Home Security Robot Journal of Applied Science and Engineering, Vol. 16, No. 3, pp. 261 268 (2013) DOI: 10.6180/jase.2013.16.3.05 Circle Object Recognition Based on Monocular Vision for Home Security Robot Shih-An Li, Ching-Chang

More information

Tracking and Recognition in Sports Videos

Tracking and Recognition in Sports Videos Tracking and Recognition in Sports Videos Mustafa Teke a, Masoud Sattari b a Graduate School of Informatics, Middle East Technical University, Ankara, Turkey [email protected] b Department of Computer

More information

Vision based Vehicle Tracking using a high angle camera

Vision based Vehicle Tracking using a high angle camera Vision based Vehicle Tracking using a high angle camera Raúl Ignacio Ramos García Dule Shu [email protected] [email protected] Abstract A vehicle tracking and grouping algorithm is presented in this work

More information

Multi-view Intelligent Vehicle Surveillance System

Multi-view Intelligent Vehicle Surveillance System Multi-view Intelligent Vehicle Surveillance System S. Denman, C. Fookes, J. Cook, C. Davoren, A. Mamic, G. Farquharson, D. Chen, B. Chen and S. Sridharan Image and Video Research Laboratory Queensland

More information

How To Filter Spam Image From A Picture By Color Or Color

How To Filter Spam Image From A Picture By Color Or Color Image Content-Based Email Spam Image Filtering Jianyi Wang and Kazuki Katagishi Abstract With the population of Internet around the world, email has become one of the main methods of communication among

More information

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network

An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network Proceedings of the 8th WSEAS Int. Conf. on ARTIFICIAL INTELLIGENCE, KNOWLEDGE ENGINEERING & DATA BASES (AIKED '9) ISSN: 179-519 435 ISBN: 978-96-474-51-2 An Energy-Based Vehicle Tracking System using Principal

More information

A Fast Algorithm for Multilevel Thresholding

A Fast Algorithm for Multilevel Thresholding JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 17, 713-727 (2001) A Fast Algorithm for Multilevel Thresholding PING-SUNG LIAO, TSE-SHENG CHEN * AND PAU-CHOO CHUNG + Department of Electrical Engineering

More information

Automatic Traffic Estimation Using Image Processing

Automatic Traffic Estimation Using Image Processing Automatic Traffic Estimation Using Image Processing Pejman Niksaz Science &Research Branch, Azad University of Yazd, Iran [email protected] Abstract As we know the population of city and number of

More information

Real-Time Tracking of Pedestrians and Vehicles

Real-Time Tracking of Pedestrians and Vehicles Real-Time Tracking of Pedestrians and Vehicles N.T. Siebel and S.J. Maybank. Computational Vision Group Department of Computer Science The University of Reading Reading RG6 6AY, England Abstract We present

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

Scalable Traffic Video Analytics using Hadoop MapReduce

Scalable Traffic Video Analytics using Hadoop MapReduce Scalable Traffic Video Analytics using Hadoop MapReduce Vaithilingam Anantha Natarajan Subbaiyan Jothilakshmi Venkat N Gudivada Department of Computer Science and Engineering Annamalai University Tamilnadu,

More information

Neural Network based Vehicle Classification for Intelligent Traffic Control

Neural Network based Vehicle Classification for Intelligent Traffic Control Neural Network based Vehicle Classification for Intelligent Traffic Control Saeid Fazli 1, Shahram Mohammadi 2, Morteza Rahmani 3 1,2,3 Electrical Engineering Department, Zanjan University, Zanjan, IRAN

More information

Efficient Coding Unit and Prediction Unit Decision Algorithm for Multiview Video Coding

Efficient Coding Unit and Prediction Unit Decision Algorithm for Multiview Video Coding JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY, VOL. 13, NO. 2, JUNE 2015 97 Efficient Coding Unit and Prediction Unit Decision Algorithm for Multiview Video Coding Wei-Hsiang Chang, Mei-Juan Chen, Gwo-Long

More information

The Dynamic Background Generation Scheme Using an Image Frame

The Dynamic Background Generation Scheme Using an Image Frame The Dynamic Background Generation Scheme Using an Image Frame Statistical Comparison Method *1, Corresponding Author Wen-Yuan Chen, Department of Electronic Engineering, National Chin-Yi University of

More information

A Counting Algorithm and Application of Image-Based Printed Circuit Boards

A Counting Algorithm and Application of Image-Based Printed Circuit Boards Tamkang Journal of Science and Engineering, Vol. 12, No. 4, pp. 471 479 (2009) 471 A Counting Algorithm and Application of Image-Based Printed Circuit Boards Ping-Huang Wu 1 * and Chin-Hwa Kuo 2 1 Department

More information

VEHICLE LOCALISATION AND CLASSIFICATION IN URBAN CCTV STREAMS

VEHICLE LOCALISATION AND CLASSIFICATION IN URBAN CCTV STREAMS VEHICLE LOCALISATION AND CLASSIFICATION IN URBAN CCTV STREAMS Norbert Buch 1, Mark Cracknell 2, James Orwell 1 and Sergio A. Velastin 1 1. Kingston University, Penrhyn Road, Kingston upon Thames, KT1 2EE,

More information

Mouse Control using a Web Camera based on Colour Detection

Mouse Control using a Web Camera based on Colour Detection Mouse Control using a Web Camera based on Colour Detection Abhik Banerjee 1, Abhirup Ghosh 2, Koustuvmoni Bharadwaj 3, Hemanta Saikia 4 1, 2, 3, 4 Department of Electronics & Communication Engineering,

More information

Semantic Video Annotation by Mining Association Patterns from Visual and Speech Features

Semantic Video Annotation by Mining Association Patterns from Visual and Speech Features Semantic Video Annotation by Mining Association Patterns from and Speech Features Vincent. S. Tseng, Ja-Hwung Su, Jhih-Hong Huang and Chih-Jen Chen Department of Computer Science and Information Engineering

More information

A Reliability Point and Kalman Filter-based Vehicle Tracking Technique

A Reliability Point and Kalman Filter-based Vehicle Tracking Technique A Reliability Point and Kalman Filter-based Vehicle Tracing Technique Soo Siang Teoh and Thomas Bräunl Abstract This paper introduces a technique for tracing the movement of vehicles in consecutive video

More information

Channel assignment for GSM half-rate and full-rate traffic

Channel assignment for GSM half-rate and full-rate traffic Computer Communications 23 (2000) 476 482 www.elsevier.com/locate/comcom Channel assignment for GSM half-rate and full-rate traffic P. Lin, Y.-B. Lin* Department of Computer Science and Information Engineering,

More information

Real-time Traffic Congestion Detection Based on Video Analysis

Real-time Traffic Congestion Detection Based on Video Analysis Journal of Information & Computational Science 9: 10 (2012) 2907 2914 Available at http://www.joics.com Real-time Traffic Congestion Detection Based on Video Analysis Shan Hu a,, Jiansheng Wu a, Ling Xu

More information

Signature Region of Interest using Auto cropping

Signature Region of Interest using Auto cropping ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 1 Signature Region of Interest using Auto cropping Bassam Al-Mahadeen 1, Mokhled S. AlTarawneh 2 and Islam H. AlTarawneh 2 1 Math. And Computer Department,

More information

Image Compression through DCT and Huffman Coding Technique

Image Compression through DCT and Huffman Coding Technique International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Rahul

More information

Parametric Comparison of H.264 with Existing Video Standards

Parametric Comparison of H.264 with Existing Video Standards Parametric Comparison of H.264 with Existing Video Standards Sumit Bhardwaj Department of Electronics and Communication Engineering Amity School of Engineering, Noida, Uttar Pradesh,INDIA Jyoti Bhardwaj

More information

3D Vehicle Extraction and Tracking from Multiple Viewpoints for Traffic Monitoring by using Probability Fusion Map

3D Vehicle Extraction and Tracking from Multiple Viewpoints for Traffic Monitoring by using Probability Fusion Map Electronic Letters on Computer Vision and Image Analysis 7(2):110-119, 2008 3D Vehicle Extraction and Tracking from Multiple Viewpoints for Traffic Monitoring by using Probability Fusion Map Zhencheng

More information

Figure 1. The cloud scales: Amazon EC2 growth [2].

Figure 1. The cloud scales: Amazon EC2 growth [2]. - Chung-Cheng Li and Kuochen Wang Department of Computer Science National Chiao Tung University Hsinchu, Taiwan 300 [email protected], [email protected] Abstract One of the most important issues

More information

Object tracking in video scenes

Object tracking in video scenes A Seminar On Object tracking in video scenes Presented by Alok K. Watve M.Tech. IT 1st year Indian Institue of Technology, Kharagpur Under the guidance of Dr. Shamik Sural Assistant Professor School of

More information

Tracking of Small Unmanned Aerial Vehicles

Tracking of Small Unmanned Aerial Vehicles Tracking of Small Unmanned Aerial Vehicles Steven Krukowski Adrien Perkins Aeronautics and Astronautics Stanford University Stanford, CA 94305 Email: [email protected] Aeronautics and Astronautics Stanford

More information

The Visual Internet of Things System Based on Depth Camera

The Visual Internet of Things System Based on Depth Camera The Visual Internet of Things System Based on Depth Camera Xucong Zhang 1, Xiaoyun Wang and Yingmin Jia Abstract The Visual Internet of Things is an important part of information technology. It is proposed

More information

False alarm in outdoor environments

False alarm in outdoor environments Accepted 1.0 Savantic letter 1(6) False alarm in outdoor environments Accepted 1.0 Savantic letter 2(6) Table of contents Revision history 3 References 3 1 Introduction 4 2 Pre-processing 4 3 Detection,

More information

EXPLORING IMAGE-BASED CLASSIFICATION TO DETECT VEHICLE MAKE AND MODEL FINAL REPORT

EXPLORING IMAGE-BASED CLASSIFICATION TO DETECT VEHICLE MAKE AND MODEL FINAL REPORT EXPLORING IMAGE-BASED CLASSIFICATION TO DETECT VEHICLE MAKE AND MODEL FINAL REPORT Jeffrey B. Flora, Mahbubul Alam, Amr H. Yousef, and Khan M. Iftekharuddin December 2013 DISCLAIMER The contents of this

More information

Automatic Calibration of an In-vehicle Gaze Tracking System Using Driver s Typical Gaze Behavior

Automatic Calibration of an In-vehicle Gaze Tracking System Using Driver s Typical Gaze Behavior Automatic Calibration of an In-vehicle Gaze Tracking System Using Driver s Typical Gaze Behavior Kenji Yamashiro, Daisuke Deguchi, Tomokazu Takahashi,2, Ichiro Ide, Hiroshi Murase, Kazunori Higuchi 3,

More information

How To Recognize Voice Over Ip On Pc Or Mac Or Ip On A Pc Or Ip (Ip) On A Microsoft Computer Or Ip Computer On A Mac Or Mac (Ip Or Ip) On An Ip Computer Or Mac Computer On An Mp3

How To Recognize Voice Over Ip On Pc Or Mac Or Ip On A Pc Or Ip (Ip) On A Microsoft Computer Or Ip Computer On A Mac Or Mac (Ip Or Ip) On An Ip Computer Or Mac Computer On An Mp3 Recognizing Voice Over IP: A Robust Front-End for Speech Recognition on the World Wide Web. By C.Moreno, A. Antolin and F.Diaz-de-Maria. Summary By Maheshwar Jayaraman 1 1. Introduction Voice Over IP is

More information

A Survey of Video Processing with Field Programmable Gate Arrays (FGPA)

A Survey of Video Processing with Field Programmable Gate Arrays (FGPA) A Survey of Video Processing with Field Programmable Gate Arrays (FGPA) Heather Garnell Abstract This paper is a high-level, survey of recent developments in the area of video processing using reconfigurable

More information

Video Surveillance System for Security Applications

Video Surveillance System for Security Applications Video Surveillance System for Security Applications Vidya A.S. Department of CSE National Institute of Technology Calicut, Kerala, India V. K. Govindan Department of CSE National Institute of Technology

More information

Recognition Method for Handwritten Digits Based on Improved Chain Code Histogram Feature

Recognition Method for Handwritten Digits Based on Improved Chain Code Histogram Feature 3rd International Conference on Multimedia Technology ICMT 2013) Recognition Method for Handwritten Digits Based on Improved Chain Code Histogram Feature Qian You, Xichang Wang, Huaying Zhang, Zhen Sun

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

Hybrid Lossless Compression Method For Binary Images

Hybrid Lossless Compression Method For Binary Images M.F. TALU AND İ. TÜRKOĞLU/ IU-JEEE Vol. 11(2), (2011), 1399-1405 Hybrid Lossless Compression Method For Binary Images M. Fatih TALU, İbrahim TÜRKOĞLU Inonu University, Dept. of Computer Engineering, Engineering

More information

Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control

Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control 보안공학연구논문지 (Journal of Security Engineering), 제 8권 제 3호 2011년 6월 Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control Ji-Hoon Lim 1), Seoksoo Kim 2) Abstract With

More information

Method for Traffic Flow Estimation using Ondashboard

Method for Traffic Flow Estimation using Ondashboard Method for Traffic Flow Estimation using Ondashboard Camera Image Kohei Arai Graduate School of Science and Engineering Saga University Saga, Japan Steven Ray Sentinuwo Department of Electrical Engineering

More information

A Sound Analysis and Synthesis System for Generating an Instrumental Piri Song

A Sound Analysis and Synthesis System for Generating an Instrumental Piri Song , pp.347-354 http://dx.doi.org/10.14257/ijmue.2014.9.8.32 A Sound Analysis and Synthesis System for Generating an Instrumental Piri Song Myeongsu Kang and Jong-Myon Kim School of Electrical Engineering,

More information

Real time vehicle detection and tracking on multiple lanes

Real time vehicle detection and tracking on multiple lanes Real time vehicle detection and tracking on multiple lanes Kristian Kovačić Edouard Ivanjko Hrvoje Gold Department of Intelligent Transportation Systems Faculty of Transport and Traffic Sciences University

More information

EFFICIENT VEHICLE TRACKING AND CLASSIFICATION FOR AN AUTOMATED TRAFFIC SURVEILLANCE SYSTEM

EFFICIENT VEHICLE TRACKING AND CLASSIFICATION FOR AN AUTOMATED TRAFFIC SURVEILLANCE SYSTEM EFFICIENT VEHICLE TRACKING AND CLASSIFICATION FOR AN AUTOMATED TRAFFIC SURVEILLANCE SYSTEM Amol Ambardekar, Mircea Nicolescu, and George Bebis Department of Computer Science and Engineering University

More information

Real Time Target Tracking with Pan Tilt Zoom Camera

Real Time Target Tracking with Pan Tilt Zoom Camera 2009 Digital Image Computing: Techniques and Applications Real Time Target Tracking with Pan Tilt Zoom Camera Pankaj Kumar, Anthony Dick School of Computer Science The University of Adelaide Adelaide,

More information

Face Recognition in Low-resolution Images by Using Local Zernike Moments

Face Recognition in Low-resolution Images by Using Local Zernike Moments Proceedings of the International Conference on Machine Vision and Machine Learning Prague, Czech Republic, August14-15, 014 Paper No. 15 Face Recognition in Low-resolution Images by Using Local Zernie

More information

Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object

More information

A ROBUST BACKGROUND REMOVAL ALGORTIHMS

A ROBUST BACKGROUND REMOVAL ALGORTIHMS A ROBUST BACKGROUND REMOVAL ALGORTIHMS USING FUZZY C-MEANS CLUSTERING ABSTRACT S.Lakshmi 1 and Dr.V.Sankaranarayanan 2 1 Jeppiaar Engineering College, Chennai [email protected] 2 Director, Crescent

More information

A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing

A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing A Dynamic Resource Management with Energy Saving Mechanism for Supporting Cloud Computing Liang-Teh Lee, Kang-Yuan Liu, Hui-Yang Huang and Chia-Ying Tseng Department of Computer Science and Engineering,

More information

Image Authentication Scheme using Digital Signature and Digital Watermarking

Image Authentication Scheme using Digital Signature and Digital Watermarking www..org 59 Image Authentication Scheme using Digital Signature and Digital Watermarking Seyed Mohammad Mousavi Industrial Management Institute, Tehran, Iran Abstract Usual digital signature schemes for

More information

Mean-Shift Tracking with Random Sampling

Mean-Shift Tracking with Random Sampling 1 Mean-Shift Tracking with Random Sampling Alex Po Leung, Shaogang Gong Department of Computer Science Queen Mary, University of London, London, E1 4NS Abstract In this work, boosting the efficiency of

More information

Tracking in flussi video 3D. Ing. Samuele Salti

Tracking in flussi video 3D. Ing. Samuele Salti Seminari XXIII ciclo Tracking in flussi video 3D Ing. Tutors: Prof. Tullio Salmon Cinotti Prof. Luigi Di Stefano The Tracking problem Detection Object model, Track initiation, Track termination, Tracking

More information

Vision-based Real-time Driver Fatigue Detection System for Efficient Vehicle Control

Vision-based Real-time Driver Fatigue Detection System for Efficient Vehicle Control Vision-based Real-time Driver Fatigue Detection System for Efficient Vehicle Control D.Jayanthi, M.Bommy Abstract In modern days, a large no of automobile accidents are caused due to driver fatigue. To

More information

Low-resolution Character Recognition by Video-based Super-resolution

Low-resolution Character Recognition by Video-based Super-resolution 2009 10th International Conference on Document Analysis and Recognition Low-resolution Character Recognition by Video-based Super-resolution Ataru Ohkura 1, Daisuke Deguchi 1, Tomokazu Takahashi 2, Ichiro

More information

A Learning Based Method for Super-Resolution of Low Resolution Images

A Learning Based Method for Super-Resolution of Low Resolution Images A Learning Based Method for Super-Resolution of Low Resolution Images Emre Ugur June 1, 2004 [email protected] Abstract The main objective of this project is the study of a learning based method

More information

Virtual Mouse Using a Webcam

Virtual Mouse Using a Webcam 1. INTRODUCTION Virtual Mouse Using a Webcam Since the computer technology continues to grow up, the importance of human computer interaction is enormously increasing. Nowadays most of the mobile devices

More information

A Method of Caption Detection in News Video

A Method of Caption Detection in News Video 3rd International Conference on Multimedia Technology(ICMT 3) A Method of Caption Detection in News Video He HUANG, Ping SHI Abstract. News video is one of the most important media for people to get information.

More information

Traffic Flow Monitoring in Crowded Cities

Traffic Flow Monitoring in Crowded Cities Traffic Flow Monitoring in Crowded Cities John A. Quinn and Rose Nakibuule Faculty of Computing & I.T. Makerere University P.O. Box 7062, Kampala, Uganda {jquinn,rnakibuule}@cit.mak.ac.ug Abstract Traffic

More information

An Active Head Tracking System for Distance Education and Videoconferencing Applications

An Active Head Tracking System for Distance Education and Videoconferencing Applications An Active Head Tracking System for Distance Education and Videoconferencing Applications Sami Huttunen and Janne Heikkilä Machine Vision Group Infotech Oulu and Department of Electrical and Information

More information

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia [email protected]

More information

Multimodal Biometric Recognition Security System

Multimodal Biometric Recognition Security System Multimodal Biometric Recognition Security System Anju.M.I, G.Sheeba, G.Sivakami, Monica.J, Savithri.M Department of ECE, New Prince Shri Bhavani College of Engg. & Tech., Chennai, India ABSTRACT: Security

More information

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data Athanasius Zakhary, Neamat El Gayar Faculty of Computers and Information Cairo University, Giza, Egypt

More information

MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL

MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL G. Maria Priscilla 1 and C. P. Sumathi 2 1 S.N.R. Sons College (Autonomous), Coimbatore, India 2 SDNB Vaishnav College

More information

Neovision2 Performance Evaluation Protocol

Neovision2 Performance Evaluation Protocol Neovision2 Performance Evaluation Protocol Version 3.0 4/16/2012 Public Release Prepared by Rajmadhan Ekambaram [email protected] Dmitry Goldgof, Ph.D. [email protected] Rangachar Kasturi, Ph.D.

More information

Tracking System for GPS Devices and Mining of Spatial Data

Tracking System for GPS Devices and Mining of Spatial Data Tracking System for GPS Devices and Mining of Spatial Data AIDA ALISPAHIC, DZENANA DONKO Department for Computer Science and Informatics Faculty of Electrical Engineering, University of Sarajevo Zmaja

More information

Real-Time Event Detection System for Intelligent Video Surveillance

Real-Time Event Detection System for Intelligent Video Surveillance DLSU Engineering e-journal Vol. 1 No. 2, September 2007, pp.31-39 Real-Time Event Detection System for Intelligent Video Surveillance Timothy John A. Chua Andrew Jonathan W. Co Paolo Javier S. Ilustre

More information

ECE 533 Project Report Ashish Dhawan Aditi R. Ganesan

ECE 533 Project Report Ashish Dhawan Aditi R. Ganesan Handwritten Signature Verification ECE 533 Project Report by Ashish Dhawan Aditi R. Ganesan Contents 1. Abstract 3. 2. Introduction 4. 3. Approach 6. 4. Pre-processing 8. 5. Feature Extraction 9. 6. Verification

More information

A method of generating free-route walk-through animation using vehicle-borne video image

A method of generating free-route walk-through animation using vehicle-borne video image A method of generating free-route walk-through animation using vehicle-borne video image Jun KUMAGAI* Ryosuke SHIBASAKI* *Graduate School of Frontier Sciences, Shibasaki lab. University of Tokyo 4-6-1

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013

International Journal of Computer Trends and Technology (IJCTT) volume 4 Issue 8 August 2013 A Short-Term Traffic Prediction On A Distributed Network Using Multiple Regression Equation Ms.Sharmi.S 1 Research Scholar, MS University,Thirunelvelli Dr.M.Punithavalli Director, SREC,Coimbatore. Abstract:

More information

Thresholding technique with adaptive window selection for uneven lighting image

Thresholding technique with adaptive window selection for uneven lighting image Pattern Recognition Letters 26 (2005) 801 808 wwwelseviercom/locate/patrec Thresholding technique with adaptive window selection for uneven lighting image Qingming Huang a, *, Wen Gao a, Wenjian Cai b

More information

Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network

Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network Recent Advances in Electrical Engineering and Electronic Devices Log-Likelihood Ratio-based Relay Selection Algorithm in Wireless Network Ahmed El-Mahdy and Ahmed Walid Faculty of Information Engineering

More information

Journal of Industrial Engineering Research. Adaptive sequence of Key Pose Detection for Human Action Recognition

Journal of Industrial Engineering Research. Adaptive sequence of Key Pose Detection for Human Action Recognition IWNEST PUBLISHER Journal of Industrial Engineering Research (ISSN: 2077-4559) Journal home page: http://www.iwnest.com/aace/ Adaptive sequence of Key Pose Detection for Human Action Recognition 1 T. Sindhu

More information

Fall detection in the elderly by head tracking

Fall detection in the elderly by head tracking Loughborough University Institutional Repository Fall detection in the elderly by head tracking This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation:

More information

Assessment of Camera Phone Distortion and Implications for Watermarking

Assessment of Camera Phone Distortion and Implications for Watermarking Assessment of Camera Phone Distortion and Implications for Watermarking Aparna Gurijala, Alastair Reed and Eric Evans Digimarc Corporation, 9405 SW Gemini Drive, Beaverton, OR 97008, USA 1. INTRODUCTION

More information

Colorado School of Mines Computer Vision Professor William Hoff

Colorado School of Mines Computer Vision Professor William Hoff Professor William Hoff Dept of Electrical Engineering &Computer Science http://inside.mines.edu/~whoff/ 1 Introduction to 2 What is? A process that produces from images of the external world a description

More information

Tracking performance evaluation on PETS 2015 Challenge datasets

Tracking performance evaluation on PETS 2015 Challenge datasets Tracking performance evaluation on PETS 2015 Challenge datasets Tahir Nawaz, Jonathan Boyle, Longzhen Li and James Ferryman Computational Vision Group, School of Systems Engineering University of Reading,

More information

Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers

Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers Automatic Detection of Emergency Vehicles for Hearing Impaired Drivers Sung-won ark and Jose Trevino Texas A&M University-Kingsville, EE/CS Department, MSC 92, Kingsville, TX 78363 TEL (36) 593-2638, FAX

More information

Palmprint Recognition. By Sree Rama Murthy kora Praveen Verma Yashwant Kashyap

Palmprint Recognition. By Sree Rama Murthy kora Praveen Verma Yashwant Kashyap Palmprint Recognition By Sree Rama Murthy kora Praveen Verma Yashwant Kashyap Palm print Palm Patterns are utilized in many applications: 1. To correlate palm patterns with medical disorders, e.g. genetic

More information

Efficient Background Subtraction and Shadow Removal Technique for Multiple Human object Tracking

Efficient Background Subtraction and Shadow Removal Technique for Multiple Human object Tracking ISSN: 2321-7782 (Online) Volume 1, Issue 7, December 2013 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Efficient

More information

Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences

Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences Byoung-moon You 1, Kyung-tack Jung 2, Sang-kook Kim 2, and Doo-sung Hwang 3 1 L&Y Vision Technologies, Inc., Daejeon,

More information

A Cognitive Approach to Vision for a Mobile Robot

A Cognitive Approach to Vision for a Mobile Robot A Cognitive Approach to Vision for a Mobile Robot D. Paul Benjamin Christopher Funk Pace University, 1 Pace Plaza, New York, New York 10038, 212-346-1012 [email protected] Damian Lyons Fordham University,

More information

An Efficient Geometric feature based License Plate Localization and Stop Line Violation Detection System

An Efficient Geometric feature based License Plate Localization and Stop Line Violation Detection System An Efficient Geometric feature based License Plate Localization and Stop Line Violation Detection System Waing, Dr.Nyein Aye Abstract Stop line violation causes in myanmar when the back wheel of the car

More information

PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM

PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM Apurva Sinha 1, Mukesh kumar 2, A.K. Jaiswal 3, Rohini Saxena 4 Department of Electronics

More information

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29.

Broadband Networks. Prof. Dr. Abhay Karandikar. Electrical Engineering Department. Indian Institute of Technology, Bombay. Lecture - 29. Broadband Networks Prof. Dr. Abhay Karandikar Electrical Engineering Department Indian Institute of Technology, Bombay Lecture - 29 Voice over IP So, today we will discuss about voice over IP and internet

More information

ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME. by Alex Sirota, [email protected]

ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME. by Alex Sirota, alex@elbrus.com ROBOTRACKER A SYSTEM FOR TRACKING MULTIPLE ROBOTS IN REAL TIME by Alex Sirota, [email protected] Project in intelligent systems Computer Science Department Technion Israel Institute of Technology Under the

More information

Open Access A Facial Expression Recognition Algorithm Based on Local Binary Pattern and Empirical Mode Decomposition

Open Access A Facial Expression Recognition Algorithm Based on Local Binary Pattern and Empirical Mode Decomposition Send Orders for Reprints to [email protected] The Open Electrical & Electronic Engineering Journal, 2014, 8, 599-604 599 Open Access A Facial Expression Recognition Algorithm Based on Local Binary

More information