Video Traffic Monitoring for Flow Optimization and Pollution Reduction

Size: px
Start display at page:

Download "Video Traffic Monitoring for Flow Optimization and Pollution Reduction"

Transcription

1 Vieo Traffic Monitoring for Flow Optimization an Pollution Reuction P. Payeur, Y. Liu Abstract - Vehicles are wiely recognize as one the main sources of pollution in urban areas. In the context of the Kyoto protocol, means nee to be ientifie to reuce pollution emission without compromising economic activities. Computer vision technologies can avantageously be put to contribution in eveloping such solutions by implementing intelligent systems for traffic monitoring, management an optimization. Improving the flow of traffic an reucing roa congestion with more efficient synchronization of traffic lights can result in important reuction of carbon monoxie emissions as the uration of travels is reuce an constant spee cruise is favore. Most existing vision-base traffic monitoring systems suffer from a lack of robustness with respect to weather an lighting variations that make them unsuitable for reliable traffic light control. The present paper introuces a refine algorithm for real-time etection of moving vehicles approaching an intersection from sequences of color images. Efficient an robust vehicle etection uner various weather an illumination conitions is achieve by means of an aaptive backgroun representation an an original ualmoe feature space segmentation using HSV color mapping. Experimental results using real outoor traffic sequences emonstrate the system's robustness uner various an ifficult environmental conitions. I. INTRODUCTION Over the last ecae, the number of vehicles circulating on our roas has been continuously increasing. The attractive cost an efficiency of transportation by trucking in comparison with massive an restricte train an naval expeition massively contribute to this increase in traffic flow on highways an urban areas. Along with the popularity of sport utility vehicles, this resulte in important increases in carbon oxies emissions an ha a very negative impact on environment all aroun the worl [1]. Unfortunately, the technology of electric vehicles is still far from being available for wie commercialisation as power storage an practical istribution of sufficient power sources still remain important issues to be aresse [2]. Difficult climates such as those foun in Northern parts of Canaa an Europe also preempt this technology to be wiely use. Combustible fuel is therefore expecte to remain the main source of energy use in transportation over the next ecae. It is then necessary to evelop approaches to optimize traffic management in orer to protect environment. The aoption of the Kyoto protocol, some important variations in petrol cost an the increasing congestion of roas has initiate new research efforts in traffic monitoring, management an optimization. In urban areas, important improvements on traffic flow can be achieve by an optimal programming of traffic lights accoring to the current traffic flow rather than time of the ay. For now, this is partially achieve by means of magnetic loop etectors. Unfortunately, these loops require highly invasive installation techniques an o not allow an optimal control of traffic lights as their etection surface is limite to a few meters within the intersection area. Gray level or color image sensors are able to collect richer information about vehicles approaching an intersection as they monitor a wier area that allows to anticipate the arrival of cars at the intersection. This creates opportunities to implement higher level of intelligence in traffic light controllers such as aaptive an preictive control. Applications of computer vision in traffic monitoring usually rely on motion etection, tracking an feature matching. However, achieving reliable etection of moving objects in natural outoor environments remains a critical issue as the worl uner observation continuously changes with lighting an weather conitions. Most existing vision base vehicle etection systems suffer from a lack of robustness in ealing with these various natural conitions [3, 4]. In the literature, a large boy of vision research has been targete at motion etection uner fair weather situations an clear lighting only [5], while specific approaches have been evelope to operate uner precise weather conitions such as snowfall [6], heavy rain [7], or uner low lighting [8]. Even though several improvements have been mae on the etection of moving vehicles uner various conitions, most systems o not emonstrate sufficient robustness uner the vast variety of conitions uner which they must operate. More sophisticate techniques propose to use ifferent etection moes accoring to lighting conitions (ay/ nigh in orer to classify vehicles by types [9]. These systems generally succee to etect vehicles both at ay an uring the night but neglect other aspects such as the effect of shaows. This results in misclassification of vehicles in noisy conitions such as snowfall or highly reflective wet surfaces. The authors are with the Vision, Imaging, Vieo an Auio research laboratory, School of Information Technology an Engineering, University of Ottawa, Ottawa, Canaa, K1N 6N5. [ppayeur, yliu055]@site.uottawa.ca

2 Typically, the extraction of moving-object regions from outoor images is performe on gray scale images by backgroun subtraction [10] or spatio-temporal ifferentiation [11]. Backgroun subtraction implies a ynamic backgroun upating proceure [12, 13, 14, 15, 16]. Techniques using color as a cue to extract information from images have also been introuce. Since color images provie more information about the objects in the scene than gray level images, these algorithms combine motion an color segmentation to etect moving objects [17, 18, 19]. Motion segmentation is obtaine by frame ifferentiation while color segmentation consists of a splitan-merge algorithm that leas to an over segmentation of the image that makes objects stan out. In this paper, an approach is introuce to etect moving objects in outoor scenes with high robustness to environmental conitions. The propose approach uses color image sequences an allows to simultaneously etect moving objects in various parts of the scene. By means of these multiple areas of etection, specific information about cars that are reaching or approaching an intersection as well as their location on some specific lanes (e.g. turning lanes) can be provie in real-time to the traffic light controller. The algorithm operates on images encoe in the huesaturation-value (HSV) color space to automatically aapt the feature segmentation algorithm accoring to the current environmental conitions [18, 20]. The following sections etail the propose etection system an analyze the operation at various aytimes. Experimental results on real traffic sequences are presente to emonstrate the robustness of the propose scheme uner weather an lighting conitions foun in practice. II. PROPOSED APPROACH The perception contrast that exists in outoor images of traffic scenes appears to be a critical factor that influences the etection of moving objects as it etermines the features on which the etection nees to be base. For example, uner highly contrasting sunny conitions, the complete surface of moving vehicles can be extracte. However, at night, the low contrast only allows vehicles' healights to appear as clear features in the images. Therefore it seems suitable to evelop a etection strategy that groups environmental conitions in two categories. However, such a ual processing moe requires a proper moe selector to automatically switch between ifferent sets of features that are searche for. The propose approach illustrate in figure 1 relies on ual etection schemes that work in a complementary manner to extract appropriate features from moving regions in color images. The moe selector uses the HSV color mapping as it is known to be less sensitive to lighting variations. In orer to provie multiple sensing an control areas along the roa an to spee up processing, search winows are efine aroun areas of interest in the images collecte from a static viewpoint. The number an position of search winows are initially selecte by the operator at setting time. In the example shown in figure 2, two main areas of interest (soli lines) are efine to allow an anticipation of cars arrival at the intersection. Supplementary (otte lines) areas can easily be ae for specific irection lanes etection. Using multiple areas of etection enables programming of traffic lights to minimize ile perios for cars waiting at the intersection an to improve traffic flow thus reucing emissions. motion etection ual-moe feature etection 1st search winow setting Aaptive backgroun upate high contrast Shaows removal Rectangle matching Status of vehicle etection in 1st winow Sequence of RGB images Subimage selection Backgroun ifferentiation Ghosts removal Morphological filtering RGB - HSV mapping HSV moe selector 2n search winow setting Healights etection Circle pair matching low contrast Status of vehicle etection in 2n winow Fig. 1. Structure of the propose robust motion etector. Fig. 2. Multiple interest winows efinition.

3 III. MOTION DETECTION Sequentially processing each search winow, motion etection is achieve by computing a binary mask representing pixel-wise ifferences between a ynamically upate backgroun representation an the current color frame. Morphological filtering is applie to refine the efinition of moving areas before the backgroun moel is upate accoring to the latest binary mask to keep the track of environmental conitions. Ghost effects occurring when moving cars are present in the image at initialization or when stoppe cars start to move are also eliminate from the backgroun representation. A. Backgroun ifferentiation A binary mask putting in evience all moving objects is compute by comparing the current frame with an evolving backgroun image that represents static objects an allows to moel lighting an weather evolution. As color images appear to be less sensitive to illumination variations an inter-reflections than gray level ones, the principle of image binarization base on brightness level is extene to color images segmentation. The three color components of the current image, [ I R, I G, I B ], are compare with the previous backgroun image components [ BR, BG, BB ] to compute a temporal ifference image, Dt (), as follows: Dxyt (,, ) = I R ( xyt,, ) B R ( x, y, t 1) I G ( xyt,, ) B G ( xyt,, 1) I B ( xyt,, ) B B ( xyt,, 1) This ifference image is threshole at a given level, t D, in orer to extract only the pixels where a significant change in all color components has occurre. This results in a binary mask image, Mt (), where pixels that correspon to moving objects have a value equal to one, while all other pixels are set to zero: Mxyt (,, ) = 1 if D( xyt,, ) > t D (2) Mxyt (,, ) = 0 otherwise The threshol value, t D, is ynamically estimate from the histogram of the ifference image, Dt (), following an aaptation of the approach propose in [14]. Depening on environmental conitions, the sprea of the histogram of Dt () can vary significantly as shown in figure 3. Therefore, an aaptive threshol estimation technique has been esigne to automatically fin a proper value that retains only those pixels that exhibit a significant ifference between the current frame an the latest version of the backgroun image. t D = s if max( D( x, y, ) 10 max( D( x, y, ) t D ( 1) max( D( x, y, ) = if 0 < < (1) (3) a) b) t D(x,y, D(x,y, t Fig. 3. Histogram of D(x,y,: a) small number of changing pixels, b) uner wiely sprea illumination changes. where maxdxyt ( (,, )) is the maximum ifference value between the current frame an the backgroun image, an is the istance between the peak an the origin of the graph. When the ratio maxdxyt ( (,, )) is large, the histogram is steep an the peak tens to be closer to the origin as it correspons to situations where changes in illumination are limite to a small number of pixels (e.g. night operation). The parameter s has been experimentally set to 7 in orer to optimize performances uner all environmental conitions. B. Aaptive backgroun representation Vehicles motion generates faster changes in images than illumination an weather conitions. Representing the evolution of environmental factors over the time to allow reliable segmentation between fixe an moving components requires an aaptive backgroun mapping to be efine an frequently upate. To achieve this goal, a temporary backgroun image, TB() t, is compute from the binary mask image, Mt () obtaine previously. TB() t combines the previous backgroun pixels, Bt ( 1), for areas corresponing to moving objects with the current image pixels, It (), for static areas as follows: TB( x, y, = Mxyt (,, ) Ixyt (,, ) + (4) Mxyt (,, ) Bxyt (,, 1) where the binary mask, Mt (),is use as a selection factor. The upate backgroun image, Bt (), associate with the current frame is then compute as a weighte average of the temporary backgroun, TB() t, an the previous backgroun, Bt ( 1), as follows: Bxyt (,, ) = ( 1 α) Bxyt (,, 1) + α TB( x, y, (5) The weighting parameter, α, etermines the backgroun transition rate an is aaptively estimate to increase robustness accoring to the magnitue of illumination variations. As the steepness of the histogram of the ifference image, Dt (), mainly epens on illumination

4 a) initial backgroun b) after 3 sec. c) after 5 sec. ) after 7 sec. Fig. 4. Evolution of the aaptive backgroun representation. changes, α can be efine proportionally to the ratio of the istance between the peak an the origin of the histogram of Dt () an the maximum ifference value between the current frame an the previous backgroun image. A maximum weight of 0.5 has been set experimentally to prevent abrupt transitions in the backgroun moel. α = min , 0.5 (6) max( D( x, y, ) In practice, this results in an increase backgroun transition rate when illumination changes are important as the backgroun representation must then map faster variations in the static components of the scene. Figure 4 shows an example of a backgroun image upate with the propose approach over a perio of time of 7 sec. Here α has been set to a value of as illumination is quite constant uner clear weather conitions. C. Ghosts removal Given the fact that the backgroun image is progressively upate with some of the current frame information, a static object initially represente in the backgroun that starts to move (e.g. a stoppe car) requires a short perio of time before it faes out from the backgroun image. Therefore it influences movement etection over this perio of time as shown in figure 5b. These regions of the binary mask image that result from the temporary memory of the backgroun image are calle ghosts as they correspon to virtual objects that temporarily appear in the backgroun moel. These ghosts must be eliminate to preserve coherence in the binary mask that must map only real moving objects. A correction is applie by ifferentiating the current an the previous frames over all moving pixels (ientifie in the binary mask). Ghosts pixels have a small ifference between two successive frames since their motion is virtual an results from erroneous backgroun pixel values. Therefore a proper correction consists in eliminating these apparently moving pixels that have a small interframe ifference from the binary mask. Figure 5c illustrates such a correcte binary mask. IV. DUAL-MODE FEATURE MAPPING Refinement of the etecte moving objects is performe through a ual moe processing scheme that maps vehicles as rectangular patches that surroun the complete structure of the vehicle uner clear an highly contrasting aytime conitions. Uner night or lighter contrasting conitions such as rain, snow or fog, vehicles are mappe as groups of circular regions corresponing to their healights. An automatic switching approach has been evelope that relies on RGB color images converte to the Hue- Saturation-Value (HSV) color mapping. A. Moe selection The HSV mapping of color images is a nonlinear relationship of the RGB color scheme. Uner HSV mapping, it has been observe that color histograms of images collecte uner ifferent environmental conitions clearly iffer as shown in figure 6. The istribution of clusters of points in the HS histogram tens to move towars ifferent areas of the polar representation with changes in weather an illumination. On the other han, HS histograms of ifferent color vehicles collecte uner similar conitions remain rather similar one to each other. This behavior is exploite to automatically aapt the motion etection process for ifferent environmental conitions. Comparing the number of pixels in the image, NU, that are mappe to the upper half of the HS polar plot, with the number of pixels, NL, that are mappe to the lower half of the HS polar plot, the most appropriate etection moe is selecte. NU an NL are compute by an examination of the Hue angular value for each pixel in the search winow to etermine its location in the HS polar plot. The ratio of highlighte pixels in the image also reveals to be critical in the selection of the etection moe. Following the HSV color mapping scheme, highlighte pixels are characterize by low Saturation an high Value values. Inee, highlighte areas appear as colorless an bright regions in the image. A ratio of highlighte pixels, H, with respect to the total number of pixels containe in the search winow, W, is then efine an compute as: a) b) c) Fig. 5. Effect of ghost pixels on binary mask: a) initialization image, b) mask with ghost pixels, c) mask after ghost removal.

5 a) sunny ay b) rainy ay c) clear night ) clouy ay e) snow ay f) snow night Fig. 6. Hue-Saturation histograms of images uner ifferent environmental an contrast conitions. H ratio = ---- (7) W Combining the istribution of pixels on the HS histogram an the ratio of highlighte pixels, the selection between the full feature (FF) an the healights-base (HB) etection moes is efine as follows in pseuocoe: If NU < NL an ratio < τ Then moe=ff; Else if NU < NL an ratio >= τ Then moe=hb; Else Then moe=hb; A proper ratio threshol level, τ, has been experimentally estimate to be 2% of the pixels being highlighte. This value tens to slightly emphasize the application of the healights-base etection moe as it provies a clearer representation of vehicles, reuces the impact of occlusion problems between vehicles an is less sensitive to shaow effects. B. Shaows removal Shaows in images generate unwante changes in the aaptive backgroun an ten to be etecte as moving components [18, 21]. In the propose approach, this effect is eliminate by iscriminating shaows from moving objects taking avantage of the HSV color space mapping. Given the fact that the luminance of the cast shaow is lower than that of the backgroun while the chrominance of the shaow remains similar to that of the backgroun, a shaow mask, SM() t, is compute to extract pixels corresponing to shaow areas from the set of pixels initially tagge as moving ones in the binary mask, Mt (). SM( x, y, = 1 if SM( x, y, = 0 otherwise V I x y t (,, ) a < < b V B( x, y, H I( x, y, H B( x, y, S I( x, y, S B( x, y, (( ) < ε H ) (( ) < ε S ) (8) where 0<(a,b)<1 as shaow areas have lower luminance than the backgroun, an ( ε H, ε S ) are kept very small uner the assumption that the chrominance of shaow an nonshaow areas is similar. C. Healights etection Healights etection use in the low contrast operation moe is base on the fact that pixels of interest measure uner those conitions have low Saturation an high Value characteristics. Therefore, a healight mask, HM() t, of etecte healights pixels is compute by emphasizing these conitions: HM( x, y, = 1 if ( S I( x, y, < c) ( V I( x, y, > ) (9) HM( x, y, = 0 otherwise where c is set to 0.1 an equals 0.99 in our experimental work. V. EXPERIMENTAL RESULTS In the context of traffic monitoring at a roa intersection, a single camera is to be use per irection of traffic to provie information about as many observation winows are require. This may inclue ifferent lanes associate with turning signals, anticipative etection of vehicles approaching the intersection an eventually peestrians etection to immobilize traffic in specific irections. The approach has been evaluate on sequences of real traffic scenes uner various weather an illumination conitions for the etection of vehicles in multiple winows. The output is a count of vehicles occupying the area inclue in each observation winow that can be irectly interprete by a high level traffic light controller. Figure 7 shows a subset of traffic images uner ifferent environmental conitions on which the corresponing binary masks have been superimpose. The segmentation results using aaptive backgroun ifference an HSV color mapping were stable over a long perio of time an compare avantageously with manual segmentation of images for moving objects. The approach emonstrate excellent robustness to lighting an weather changes, succeeing to etect vehicles uner intense rain or snow conitions both uring the ay an at night. Shaow etection an ghost removal moules also showe very goo performances. The approach has been encoe using C++ language an Intel s CV library. A frame rate of 5 frames per secon can currently be achieve without coe optimization on a Pentium II 350 MHz processor. Interfacing the information provie by the propose etection mechanism with an intelligent preictive traffic light controller is currently uner investigation. It is expecte that smoother traffic flow will be achieve with reuce waiting times on re lights. The resulting improvements shoul lea to reuction of pollutants emission an waste of energy as well as to an increase efficiency in transportation.

6 a) sunny ay b) clouy ay c) rainy night ) snowy night Fig. 7. Images an corresponing binary masks uner various weather an lighting conitions. VI. CONCLUSION This paper introuce an approach for the monitoring of moving vehicles base on color image processing uner various uncontrolle weather an lighting conitions. The goal is to monitor traffic in various areas surrouning a roa intersection from a single visual sensor to improve traffic light programming by aaptive an preictive control. Optimize traffic flow can significantly reuce pollution emission an waste of energy in transportation. Taking avantage of the HSV color mapping scheme, the system automatically selects the most salient features uner given environmental conitions. The propose algorithm emonstrate robustness in etecting vehicles arriving at an intersection uner ifficult environmental conitions an in efficiently hanling shaow effects uner strong illumination. VII. REFERENCES [1] U.S. Dept. of Energy an Environmental Protection Agency, ( [2] Miller, J.M.; Emai, A.; Rajarathnam A.V.; Ehsani, M.: Current Status an Future Trens in More Electric Car Power Systems, in Proc. of the IEEE Vehicular Technology Conf., vol. 2, pp , Jul [3] Rowe, E.: The Los Angeles Automate Surveillance an Control (ATSAC) System, in IEEE Transactions on Vehicular Technology, vol. 40, no 1, pp , [4] Matsubara, M.; Tokutome, H.; Nishiyama, K.; Aoki, M.; Tanaka, K.: Development of a New Multi-Purpose Image Processing Vehicle Detector an its Implementation in the Tokyo Metropolitan Traffic Control System, in Proc. of the Vehicle Navigation an Information Systems Conference, pp , [5] Soto, A.; Cipriano, A.: Image Processing Applie to Real- Time Measurement of Traffic Flow, in Proc. of the IEEE Southeastern Symposium on System Theory, pp , [6] Hase, H.; Miyake, K.; Yonea, M.: Real-Time Snowfall Noise Elimination, in Proc. of the IEEE Int. Conf. on Image Processing, vol. 2, pp , [7] Kyo, S.; Koga, T.; Sakurai, K.; Okazaki, S.: A Robust Vehicle Detection an Tracking System for Wet Weather Conitions Using the IMAP-VISION Image Processing Boar, in Proc. of the IEEE/IEEJ/JSAI Int. Conf. on Intelligent Transportation Systems, pp , [8] Taktak, R.; Dufaut, M.; Husson, R.: Vehicle Detection at Night Using Image Processing an Pattern Recognition, in Proc. of the IEEE Int. Conf. on Image Processing, vol. 2, pp , Nov [9] Cucchiara, R.; Piccari, M.; Mello, P.: Image Analysis an Rule-Base Reasoning for a Traffic Monitoring System, in IEEE Transactions on Intelligent Transportation Systems, vol. 1, no. 2, pp , June [10]Ohta, N.: A Statistical Approach to Backgroun Subtraction for Surveillance Systems, in Proc. of the IEEE Int. Conf. on Computer Vision, vol. 2, pp , [11]Zhu, Z.; Yang, B.; Xu, G.; Shi, D.: A Real-Time Vision System for Automatic Traffic Monitoring Base on 2D Spatio- Temporal Images, in Proc. of the IEEE Workshop on Applications of Computer Vision, pp , Dec [12]Tsuchikawa, M.; Sato, A.; Koike, H.; Tomono, A.: A Moving-Object Extraction Metho Robust Against Illumination Level Changes for a Peestrian Counting System, In Proc. of the Int. Symposium on Computer Vision, pp , [13]Harville, M.; Goron, G.: Woofill, J.: Aaptive Vieo Backgroun Moeling Using Color an Depth, in Proc. of the IEEE Int. Conf. on Image Processing, vol. 3, pp , [14]Gupte, S.; Masou, O.; Martin, R.F.K.; Papanikolopoulos, N.P.: Detection an Classification of Vehicles, in IEEE Transactions on Intelligent Transportation Systems, vol. 3, no. 1, pp , March [15]Karmann, K.P.; von Brant, A.: Moving Object Recognition Using an Aaptive Backgroun Memory, in V. Cappellini (e.), Time-Varying Image Processing an Moving Object Recognition, 2, Elsevier, Amsteram, The Netherlans, [16]Haritaoglu, I.; Harwoo, D.; Davis, L.S.: W4: Real-Time Surveillance of People an Their Activities, in IEEE Transactions on Pattern Analysis an Machine Intelligence, vol. 22, no 8, pp , Aug [17]Zhang, C.; Siyal, M.Y.: A New Segmentation Technique for Classification of Moving Vehicles, in Proc. of the IEEE Vehicular Technology Conference, vol. 1, pp , Spring [18]Cucchiara, R.; Grana, C.; Piccari, M.; Pratti, A.; Sirotti, S.: Improving Shaow Suppression in Moving Object Detection with HSV Color Information, in Proc. of the IEEE Int. Conf. on Intelligent Transportation Systems, pp , [19]Dubuisson, M.-P.; Jain, A.K.: Object Contour Extraction Using Color an Motion, in Proc. of the IEEE Conference on Computer Vision an Pattern Recognition, pp , [20]Forsyth, D.A.; Ponce, J.: Computer Vision, A Moern Approach, Prentice Hall, [21]Mikic, I.; Cosman, P.C.; Kogut, G.T.; Trivei, M.M.: Moving Shaow an Object Detection in Traffic Scenes, in Proc. of the IEEE Int. Conf. on Pattern Recognition, vol. 1, pp , 2000.

Image Segmentation using K-means clustering and Thresholding

Image Segmentation using K-means clustering and Thresholding Image Segmentation using Kmeans clustering an Thresholing Preeti Panwar 1, Girhar Gopal 2, Rakesh Kumar 3 1M.Tech Stuent, Department of Computer Science & Applications, Kurukshetra University, Kurukshetra,

More information

Multi-camera tracking algorithm study based on information fusion

Multi-camera tracking algorithm study based on information fusion International Conference on Avance Electronic Science an Technolog (AEST 016) Multi-camera tracking algorithm stu base on information fusion a Guoqiang Wang, Shangfu Li an Xue Wen School of Electronic

More information

Comparison of Methods for Increasing the Performance of a DUA Computation

Comparison of Methods for Increasing the Performance of a DUA Computation Comparison of Methos for Increasing the Performance of a DUA Computation Michael Behrisch, Daniel Krajzewicz, Peter Wagner an Yun-Pang Wang Institute of Transportation Systems, German Aerospace Center,

More information

A fast embedded selection approach for color texture classification using degraded LBP

A fast embedded selection approach for color texture classification using degraded LBP A fast embee selection approach for color texture classification using egrae A. Porebski, N. Vanenbroucke an D. Hama Laboratoire LISIC - EA 4491 - Université u Littoral Côte Opale - 50, rue Ferinan Buisson

More information

Estimating Velocity Fields on a Freeway from Low Resolution Video

Estimating Velocity Fields on a Freeway from Low Resolution Video Estimating Velocity Fiels on a Freeway from Low Resolution Vieo Young Cho Department of Statistics University of California, Berkeley Berkeley, CA 94720-3860 Email: young@stat.berkeley.eu John Rice Department

More information

Using the disparity space to compute occupancy grids from stereo-vision

Using the disparity space to compute occupancy grids from stereo-vision The 2010 IEEE/RSJ International Conference on Intelligent Robots an Systems October 18-22, 2010, Taipei, Taiwan Using the isparity space to compute occupancy gris from stereo-vision Mathias Perrollaz,

More information

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien

Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama and Hayato Ohwada Faculty of Sci. and Tech. Tokyo University of Scien Yet Another Parallel Hypothesis Search for Inverse Entailment Hiroyuki Nishiyama an Hayato Ohwaa Faculty of Sci. an Tech. Tokyo University of Science, 2641 Yamazaki, Noa-shi, CHIBA, 278-8510, Japan hiroyuki@rs.noa.tus.ac.jp,

More information

TRAFFIC surveillance and traffic control systems are

TRAFFIC surveillance and traffic control systems are DRAFT VERSION 1 Improving Shadow Suppression in Moving Object Detection with HSV Color Information Rita Cucchiara, Costantino Grana, Massimo Piccardi, Andrea Prati, Stefano Sirotti Abstract Video-surveillance

More information

Shift-map Image Registration

Shift-map Image Registration Shift-map Image Registration Svärm, Linus; Stranmark, Petter Unpublishe: 2010-01-01 Link to publication Citation for publishe version (APA): Svärm, L., & Stranmark, P. (2010). Shift-map Image Registration.

More information

Online Appendix to: Generalizing Database Forensics

Online Appendix to: Generalizing Database Forensics Online Appenix to: Generalizing Database Forensics KYRIACOS E. PAVLOU an RICHARD T. SNODGRASS, University of Arizona This appenix presents a step-by-step iscussion of the forensic analysis protocol that

More information

Detection and Classification of Vehicles

Detection and Classification of Vehicles Detection and Classification of Vehicles Gupte et al. 2002 Zeeshan Mohammad ECG 782 Dr. Brendan Morris. Introduction Previously, magnetic loop detectors were used to count vehicles passing over them. Advantages

More information

THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE

THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE БСУ Международна конференция - 2 THE BAYESIAN RECEIVER OPERATING CHARACTERISTIC CURVE AN EFFECTIVE APPROACH TO EVALUATE THE IDS PERFORMANCE Evgeniya Nikolova, Veselina Jecheva Burgas Free University Abstract:

More information

Fast Window Based Stereo Matching for 3D Scene Reconstruction

Fast Window Based Stereo Matching for 3D Scene Reconstruction The International Arab Journal of Information Technology, Vol. 0, No. 3, May 203 209 Fast Winow Base Stereo Matching for 3D Scene Reconstruction Mohamma Mozammel Chowhury an Mohamma AL-Amin Bhuiyan Department

More information

Multimodal Stereo Image Registration for Pedestrian Detection

Multimodal Stereo Image Registration for Pedestrian Detection Multimoal Stereo Image Registration for Peestrian Detection Stephen Krotosky an Mohan Trivei Abstract This paper presents an approach for the registration of multimoal imagery for peestrian etection when

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

Politehnica University of Timisoara Mobile Computing, Sensors Network and Embedded Systems Laboratory. Testing Techniques

Politehnica University of Timisoara Mobile Computing, Sensors Network and Embedded Systems Laboratory. Testing Techniques Politehnica University of Timisoara Mobile Computing, Sensors Network an Embee Systems Laboratory ing Techniques What is testing? ing is the process of emonstrating that errors are not present. The purpose

More information

An Adaptive Routing Algorithm for Communication Networks using Back Pressure Technique

An Adaptive Routing Algorithm for Communication Networks using Back Pressure Technique International OPEN ACCESS Journal Of Moern Engineering Research (IJMER) An Aaptive Routing Algorithm for Communication Networks using Back Pressure Technique Khasimpeera Mohamme 1, K. Kalpana 2 1 M. Tech

More information

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks

MORA: a Movement-Based Routing Algorithm for Vehicle Ad Hoc Networks : a Movement-Base Routing Algorithm for Vehicle A Hoc Networks Fabrizio Granelli, Senior Member, Giulia Boato, Member, an Dzmitry Kliazovich, Stuent Member Abstract Recent interest in car-to-car communications

More information

Vehicle Detection under Day and Night Illumination

Vehicle Detection under Day and Night Illumination Vehicle Detection under Day and Night Illumination R. Cucchiara 1, M. Piccardi 2 1 Dipartimento di Scienze dell Ingegneria Università di Modena e Reggio Emilia Via Campi 213\b - 41100 Modena, Italy e-mail:

More information

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method

Transient analysis of wave propagation in 3D soil by using the scaled boundary finite element method Southern Cross University epublications@scu 23r Australasian Conference on the Mechanics of Structures an Materials 214 Transient analysis of wave propagation in 3D soil by using the scale bounary finite

More information

Real Time On Board Stereo Camera Pose through Image Registration*

Real Time On Board Stereo Camera Pose through Image Registration* 28 IEEE Intelligent Vehicles Symposium Einhoven University of Technology Einhoven, The Netherlans, June 4-6, 28 Real Time On Boar Stereo Camera Pose through Image Registration* Fai Dornaika French National

More information

Study of Network Optimization Method Based on ACL

Study of Network Optimization Method Based on ACL Available online at www.scienceirect.com Proceia Engineering 5 (20) 3959 3963 Avance in Control Engineering an Information Science Stuy of Network Optimization Metho Base on ACL Liu Zhian * Department

More information

THE APPLICATION OF ARTICLE k-th SHORTEST TIME PATH ALGORITHM

THE APPLICATION OF ARTICLE k-th SHORTEST TIME PATH ALGORITHM International Journal of Physics an Mathematical Sciences ISSN: 2277-2111 (Online) 2016 Vol. 6 (1) January-March, pp. 24-6/Mao an Shi. THE APPLICATION OF ARTICLE k-th SHORTEST TIME PATH ALGORITHM Hua Mao

More information

Calculation on diffraction aperture of cube corner retroreflector

Calculation on diffraction aperture of cube corner retroreflector November 10, 008 / Vol., No. 11 / CHINESE OPTICS LETTERS 8 Calculation on iffraction aperture of cube corner retroreflector Song Li (Ó Ø, Bei Tang (», an Hui Zhou ( ï School of Electronic Information,

More information

Queueing Model and Optimization of Packet Dropping in Real-Time Wireless Sensor Networks

Queueing Model and Optimization of Packet Dropping in Real-Time Wireless Sensor Networks Queueing Moel an Optimization of Packet Dropping in Real-Time Wireless Sensor Networks Marc Aoun, Antonios Argyriou, Philips Research, Einhoven, 66AE, The Netherlans Department of Computer an Communication

More information

A Plane Tracker for AEC-automation Applications

A Plane Tracker for AEC-automation Applications A Plane Tracker for AEC-automation Applications Chen Feng *, an Vineet R. Kamat Department of Civil an Environmental Engineering, University of Michigan, Ann Arbor, USA * Corresponing author (cforrest@umich.eu)

More information

Vehicle Detection under Day and Night Illumination

Vehicle Detection under Day and Night Illumination Proc. of ISCS-IIA99 Special session on vehicle traffic and surveillance Vehicle Detection under Day and Night Illumination R. Cucchiara, M. Piccardi 2 Dipartimento di Scienze dell Ingegneria Università

More information

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem

Particle Swarm Optimization Based on Smoothing Approach for Solving a Class of Bi-Level Multiobjective Programming Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 17, No 3 Sofia 017 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-017-0030 Particle Swarm Optimization Base

More information

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition

A Neural Network Model Based on Graph Matching and Annealing :Application to Hand-Written Digits Recognition ITERATIOAL JOURAL OF MATHEMATICS AD COMPUTERS I SIMULATIO A eural etwork Moel Base on Graph Matching an Annealing :Application to Han-Written Digits Recognition Kyunghee Lee Abstract We present a neural

More information

Coupling the User Interfaces of a Multiuser Program

Coupling the User Interfaces of a Multiuser Program Coupling the User Interfaces of a Multiuser Program PRASUN DEWAN University of North Carolina at Chapel Hill RAJIV CHOUDHARY Intel Corporation We have evelope a new moel for coupling the user-interfaces

More information

Figure 1: Schematic of an SEM [source: ]

Figure 1: Schematic of an SEM [source:   ] EECI Course: -9 May 1 by R. Sanfelice Hybri Control Systems Eelco van Horssen E.P.v.Horssen@tue.nl Project: Scanning Electron Microscopy Introuction In Scanning Electron Microscopy (SEM) a (bunle) beam

More information

Color Local Texture Features Based Face Recognition

Color Local Texture Features Based Face Recognition Color Local Texture Features Based Face Recognition Priyanka V. Bankar Department of Electronics and Communication Engineering SKN Sinhgad College of Engineering, Korti, Pandharpur, Maharashtra, India

More information

AnyTraffic Labeled Routing

AnyTraffic Labeled Routing AnyTraffic Labele Routing Dimitri Papaimitriou 1, Pero Peroso 2, Davie Careglio 2 1 Alcatel-Lucent Bell, Antwerp, Belgium Email: imitri.papaimitriou@alcatel-lucent.com 2 Universitat Politècnica e Catalunya,

More information

Object Recognition Using Colour, Shape and Affine Invariant Ratios

Object Recognition Using Colour, Shape and Affine Invariant Ratios Object Recognition Using Colour, Shape an Affine Invariant Ratios Paul A. Walcott Centre for Information Engineering City University, Lonon EC1V 0HB, Englan P.A.Walcott@city.ac.uk Abstract This paper escribes

More information

A Versatile Model-Based Visibility Measure for Geometric Primitives

A Versatile Model-Based Visibility Measure for Geometric Primitives A Versatile Moel-Base Visibility Measure for Geometric Primitives Marc M. Ellenrieer 1,LarsKrüger 1, Dirk Stößel 2, an Marc Hanheie 2 1 DaimlerChrysler AG, Research & Technology, 89013 Ulm, Germany 2 Faculty

More information

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. Preface Here are my online notes for my Calculus I course that I teach here at Lamar University. Despite the fact that these are my class notes, they shoul be accessible to anyone wanting to learn Calculus

More information

A shortest path algorithm in multimodal networks: a case study with time varying costs

A shortest path algorithm in multimodal networks: a case study with time varying costs A shortest path algorithm in multimoal networks: a case stuy with time varying costs Daniela Ambrosino*, Anna Sciomachen* * Department of Economics an Quantitative Methos (DIEM), University of Genoa Via

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu Institute of Information Science Acaemia Sinica Taipei, Taiwan Da-wei Wang Jan-Jan Wu Institute of Information Science

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

Improving Spatial Reuse of IEEE Based Ad Hoc Networks

Improving Spatial Reuse of IEEE Based Ad Hoc Networks mproving Spatial Reuse of EEE 82.11 Base A Hoc Networks Fengji Ye, Su Yi an Biplab Sikar ECSE Department, Rensselaer Polytechnic nstitute Troy, NY 1218 Abstract n this paper, we evaluate an suggest methos

More information

Almost Disjunct Codes in Large Scale Multihop Wireless Network Media Access Control

Almost Disjunct Codes in Large Scale Multihop Wireless Network Media Access Control Almost Disjunct Coes in Large Scale Multihop Wireless Network Meia Access Control D. Charles Engelhart Anan Sivasubramaniam Penn. State University University Park PA 682 engelhar,anan @cse.psu.eu Abstract

More information

Hybrid Cone-Cylinder Codebook Model for Foreground Detection with Shadow and Highlight Suppression

Hybrid Cone-Cylinder Codebook Model for Foreground Detection with Shadow and Highlight Suppression Hybrid Cone-Cylinder Codebook Model for Foreground Detection with Shadow and Highlight Suppression Anup Doshi and Mohan Trivedi University of California, San Diego Presented by: Shaurya Agarwal Motivation

More information

NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES WITH THE USE OF THE IPAN99 ALGORITHM 1. INTRODUCTION 2.

NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES WITH THE USE OF THE IPAN99 ALGORITHM 1. INTRODUCTION 2. JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 13/009, ISSN 164-6037 Krzysztof WRÓBEL, Rafał DOROZ * fingerprint, reference point, IPAN99 NEW METHOD FOR FINDING A REFERENCE POINT IN FINGERPRINT IMAGES

More information

Chapter 5 Proposed models for reconstituting/ adapting three stereoscopes

Chapter 5 Proposed models for reconstituting/ adapting three stereoscopes Chapter 5 Propose moels for reconstituting/ aapting three stereoscopes - 89 - 5. Propose moels for reconstituting/aapting three stereoscopes This chapter offers three contributions in the Stereoscopy area,

More information

Message Transport With The User Datagram Protocol

Message Transport With The User Datagram Protocol Message Transport With The User Datagram Protocol User Datagram Protocol (UDP) Use During startup For VoIP an some vieo applications Accounts for less than 10% of Internet traffic Blocke by some ISPs Computer

More information

Chapter 9 Memory Management

Chapter 9 Memory Management Contents 1. Introuction 2. Computer-System Structures 3. Operating-System Structures 4. Processes 5. Threas 6. CPU Scheuling 7. Process Synchronization 8. Dealocks 9. Memory Management 10.Virtual Memory

More information

Evolutionary Optimisation Methods for Template Based Image Registration

Evolutionary Optimisation Methods for Template Based Image Registration Evolutionary Optimisation Methos for Template Base Image Registration Lukasz A Machowski, Tshilizi Marwala School of Electrical an Information Engineering University of Witwatersran, Johannesburg, South

More information

Software Reliability Modeling and Cost Estimation Incorporating Testing-Effort and Efficiency

Software Reliability Modeling and Cost Estimation Incorporating Testing-Effort and Efficiency Software Reliability Moeling an Cost Estimation Incorporating esting-effort an Efficiency Chin-Yu Huang, Jung-Hua Lo, Sy-Yen Kuo, an Michael R. Lyu -+ Department of Electrical Engineering Computer Science

More information

Threshold Based Data Aggregation Algorithm To Detect Rainfall Induced Landslides

Threshold Based Data Aggregation Algorithm To Detect Rainfall Induced Landslides Threshol Base Data Aggregation Algorithm To Detect Rainfall Inuce Lanslies Maneesha V. Ramesh P. V. Ushakumari Department of Computer Science Department of Mathematics Amrita School of Engineering Amrita

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

Lakshmish Ramanna University of Texas at Dallas Dept. of Electrical Engineering Richardson, TX

Lakshmish Ramanna University of Texas at Dallas Dept. of Electrical Engineering Richardson, TX Boy Sensor Networks to Evaluate Staning Balance: Interpreting Muscular Activities Base on Inertial Sensors Rohith Ramachanran Richarson, TX 75083 rxr057100@utallas.eu Gaurav Prahan Dept. of Computer Science

More information

Face Tracking in Video

Face Tracking in Video Face Tracking in Video Hamidreza Khazaei and Pegah Tootoonchi Afshar Stanford University 350 Serra Mall Stanford, CA 94305, USA I. INTRODUCTION Object tracking is a hot area of research, and has many practical

More information

Moving Object Counting in Video Signals

Moving Object Counting in Video Signals Moving Object Counting in Video Signals Ganesh Raghtate 1, Abhilasha K Tiwari 1 1 Scholar, RTMNU, Nagpur, India E-mail- gsraghate@rediffmail.com Abstract Object detection and tracking is important in the

More information

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means

Classifying Facial Expression with Radial Basis Function Networks, using Gradient Descent and K-means Classifying Facial Expression with Raial Basis Function Networks, using Graient Descent an K-means Neil Allrin Department of Computer Science University of California, San Diego La Jolla, CA 9237 nallrin@cs.ucs.eu

More information

A new fuzzy visual servoing with application to robot manipulator

A new fuzzy visual servoing with application to robot manipulator 2005 American Control Conference June 8-10, 2005. Portlan, OR, USA FrA09.4 A new fuzzy visual servoing with application to robot manipulator Marco A. Moreno-Armenariz, Wen Yu Abstract Many stereo vision

More information

Kinematic Analysis of a Family of 3R Manipulators

Kinematic Analysis of a Family of 3R Manipulators Kinematic Analysis of a Family of R Manipulators Maher Baili, Philippe Wenger an Damien Chablat Institut e Recherche en Communications et Cybernétique e Nantes, UMR C.N.R.S. 6597 1, rue e la Noë, BP 92101,

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

Non-homogeneous Generalization in Privacy Preserving Data Publishing

Non-homogeneous Generalization in Privacy Preserving Data Publishing Non-homogeneous Generalization in Privacy Preserving Data Publishing W. K. Wong, Nios Mamoulis an Davi W. Cheung Department of Computer Science, The University of Hong Kong Pofulam Roa, Hong Kong {wwong2,nios,cheung}@cs.hu.h

More information

Shift-map Image Registration

Shift-map Image Registration Shift-map Image Registration Linus Svärm Petter Stranmark Centre for Mathematical Sciences, Lun University {linus,petter}@maths.lth.se Abstract Shift-map image processing is a new framework base on energy

More information

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation

Solution Representation for Job Shop Scheduling Problems in Ant Colony Optimisation Solution Representation for Job Shop Scheuling Problems in Ant Colony Optimisation James Montgomery, Carole Faya 2, an Sana Petrovic 2 Faculty of Information & Communication Technologies, Swinburne University

More information

New Geometric Interpretation and Analytic Solution for Quadrilateral Reconstruction

New Geometric Interpretation and Analytic Solution for Quadrilateral Reconstruction New Geometric Interpretation an Analytic Solution for uarilateral Reconstruction Joo-Haeng Lee Convergence Technology Research Lab ETRI Daejeon, 305 777, KOREA Abstract A new geometric framework, calle

More information

Analytical approximation of transient joint queue-length distributions of a finite capacity queueing network

Analytical approximation of transient joint queue-length distributions of a finite capacity queueing network Analytical approximation of transient joint queue-length istributions of a finite capacity queueing network Gunnar Flötterö Carolina Osorio March 29, 2013 Problem statements This work contributes to the

More information

Particle Swarm Optimization with Time-Varying Acceleration Coefficients Based on Cellular Neural Network for Color Image Noise Cancellation

Particle Swarm Optimization with Time-Varying Acceleration Coefficients Based on Cellular Neural Network for Color Image Noise Cancellation Particle Swarm Optimization with Time-Varying Acceleration Coefficients Base on Cellular Neural Network for Color Image Noise Cancellation Te-Jen Su Jui-Chuan Cheng Yang-De Sun 3 College of Information

More information

EXTRACTION OF MAIN AND SECONDARY ROADS IN VHR IMAGES USING A HIGHER-ORDER PHASE FIELD MODEL

EXTRACTION OF MAIN AND SECONDARY ROADS IN VHR IMAGES USING A HIGHER-ORDER PHASE FIELD MODEL EXTRACTION OF MAIN AND SECONDARY ROADS IN VHR IMAGES USING A HIGHER-ORDER PHASE FIELD MODEL Ting Peng a,b, Ian H. Jermyn b, Véronique Prinet a, Josiane Zerubia b a LIAMA & PR, Institute of Automation,

More information

Video-based Characters Creating New Human Performances from a Multi-view Video Database

Video-based Characters Creating New Human Performances from a Multi-view Video Database Vieo-base Characters Creating New Human Performances from a Multi-view Vieo Database Feng Xu Yebin Liu? Carsten Stoll? James Tompkin Gaurav Bharaj? Qionghai Dai Hans-Peter Seiel? Jan Kautz Christian Theobalt?

More information

SVM CLASSIFIER FOR VEHICLE SURVEILLANCE UNDER NIGHTTIME VIDEO SCENES

SVM CLASSIFIER FOR VEHICLE SURVEILLANCE UNDER NIGHTTIME VIDEO SCENES SVM CLASSIFIER FOR VEHICLE SURVEILLANCE UNDER NIGHTTIME VIDEO SCENES Dr. N.Raj kumar Department of Computer Science and Engineering (PG) Sri Ramakrishna Engineering College, Coimbatore B.Saravanan Department

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

APPLYING GENETIC ALGORITHM IN QUERY IMPROVEMENT PROBLEM. Abdelmgeid A. Aly

APPLYING GENETIC ALGORITHM IN QUERY IMPROVEMENT PROBLEM. Abdelmgeid A. Aly International Journal "Information Technologies an Knowlege" Vol. / 2007 309 [Project MINERVAEUROPE] Project MINERVAEUROPE: Ministerial Network for Valorising Activities in igitalisation -

More information

Fuzzy Learning Variable Admittance Control for Human-Robot Cooperation

Fuzzy Learning Variable Admittance Control for Human-Robot Cooperation Fuzzy Learning ariable Amittance Control for Human-Robot Cooperation Fotios Dimeas an Nikos Aspragathos Abstract This paper presents a metho for variable amittance control in human-robot cooperation tasks,

More information

EFFICIENT STEREO MATCHING BASED ON A NEW CONFIDENCE METRIC. Won-Hee Lee, Yumi Kim, and Jong Beom Ra

EFFICIENT STEREO MATCHING BASED ON A NEW CONFIDENCE METRIC. Won-Hee Lee, Yumi Kim, and Jong Beom Ra th European Signal Processing Conference (EUSIPCO ) Bucharest, omania, August 7-3, EFFICIENT STEEO MATCHING BASED ON A NEW CONFIDENCE METIC Won-Hee Lee, Yumi Kim, an Jong Beom a Department of Electrical

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

Skyline Community Search in Multi-valued Networks

Skyline Community Search in Multi-valued Networks Syline Community Search in Multi-value Networs Rong-Hua Li Beijing Institute of Technology Beijing, China lironghuascut@gmail.com Jeffrey Xu Yu Chinese University of Hong Kong Hong Kong, China yu@se.cuh.eu.h

More information

Advanced method of NC programming for 5-axis machining

Advanced method of NC programming for 5-axis machining Available online at www.scienceirect.com Proceia CIRP (0 ) 0 07 5 th CIRP Conference on High Performance Cutting 0 Avance metho of NC programming for 5-axis machining Sergej N. Grigoriev a, A.A. Kutin

More information

Overview Capturing Still Images Recording Videos Various Features Advanced Features

Overview Capturing Still Images Recording Videos Various Features Advanced Features Overview... - Viewfiner Inicators... -3 Switching s... -5 Capturing Still Images... -6 Capturing Still Images... -6 Recoring Vieos... -8 Recoring Vieos... -8 Various Features... -0 Using Smile Moe... -0

More information

Algorithm for Intermodal Optimal Multidestination Tour with Dynamic Travel Times

Algorithm for Intermodal Optimal Multidestination Tour with Dynamic Travel Times Algorithm for Intermoal Optimal Multiestination Tour with Dynamic Travel Times Neema Nassir, Alireza Khani, Mark Hickman, an Hyunsoo Noh This paper presents an efficient algorithm that fins the intermoal

More information

filtering LETTER An Improved Neighbor Selection Algorithm in Collaborative Taek-Hun KIM a), Student Member and Sung-Bong YANG b), Nonmember

filtering LETTER An Improved Neighbor Selection Algorithm in Collaborative Taek-Hun KIM a), Student Member and Sung-Bong YANG b), Nonmember 107 IEICE TRANS INF & SYST, VOLE88 D, NO5 MAY 005 LETTER An Improve Neighbor Selection Algorithm in Collaborative Filtering Taek-Hun KIM a), Stuent Member an Sung-Bong YANG b), Nonmember SUMMARY Nowaays,

More information

Using temporal seeding to constrain the disparity search range in stereo matching

Using temporal seeding to constrain the disparity search range in stereo matching Using temporal seeding to constrain the disparity search range in stereo matching Thulani Ndhlovu Mobile Intelligent Autonomous Systems CSIR South Africa Email: tndhlovu@csir.co.za Fred Nicolls Department

More information

A Multi-scale Boosted Detector for Efficient and Robust Gesture Recognition

A Multi-scale Boosted Detector for Efficient and Robust Gesture Recognition A Multi-scale Booste Detector for Efficient an Robust Gesture Recognition Camille Monnier, Stan German, Anrey Ost Charles River Analytics Cambrige, MA, USA Abstract. We present an approach to etecting

More information

Dense Disparity Estimation in Ego-motion Reduced Search Space

Dense Disparity Estimation in Ego-motion Reduced Search Space Dense Disparity Estimation in Ego-motion Reuce Search Space Luka Fućek, Ivan Marković, Igor Cvišić, Ivan Petrović University of Zagreb, Faculty of Electrical Engineering an Computing, Croatia (e-mail:

More information

Offloading Cellular Traffic through Opportunistic Communications: Analysis and Optimization

Offloading Cellular Traffic through Opportunistic Communications: Analysis and Optimization 1 Offloaing Cellular Traffic through Opportunistic Communications: Analysis an Optimization Vincenzo Sciancalepore, Domenico Giustiniano, Albert Banchs, Anreea Picu arxiv:1405.3548v1 [cs.ni] 14 May 24

More information

Background Image Generation Using Boolean Operations

Background Image Generation Using Boolean Operations Background Image Generation Using Boolean Operations Kardi Teknomo Ateneo de Manila University Quezon City, 1108 Philippines +632-4266001 ext 5660 teknomo@gmail.com Philippine Computing Journal Proceso

More information

Fast Fractal Image Compression using PSO Based Optimization Techniques

Fast Fractal Image Compression using PSO Based Optimization Techniques Fast Fractal Compression using PSO Base Optimization Techniques A.Krishnamoorthy Visiting faculty Department Of ECE University College of Engineering panruti rishpci89@gmail.com S.Buvaneswari Visiting

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

Object Detection in a Fixed Frame

Object Detection in a Fixed Frame Object Detection in a Fixed Frame Debjyoti Bagchi 1, Dipaneeta Roy Chowdhury 2 and Satarupa Das 2 1 Assistant Professor, Calcutta Institute Of Engineering And Management Kolkata, India, 2 Calcutta Institute

More information

Vision-based Multi-Robot Simultaneous Localization and Mapping

Vision-based Multi-Robot Simultaneous Localization and Mapping Vision-base Multi-Robot Simultaneous Localization an Mapping Hassan Hajjiab an Robert Laganière VIVA Research Lab School of Information Technology an Engineering University of Ottawa, Ottawa, Canaa, K1N

More information

Text Particles Multi-band Fusion for Robust Text Detection

Text Particles Multi-band Fusion for Robust Text Detection Text Particles Multi-ban Fusion for Robust Text Detection Pengfei Xu, Rongrong Ji, Hongxun Yao, Xiaoshuai Sun, Tianqiang Liu, an Xianming Liu School of Computer Science an Engineering Harbin Institute

More information

Comparative Study of Projection/Back-projection Schemes in Cryo-EM Tomography

Comparative Study of Projection/Back-projection Schemes in Cryo-EM Tomography Comparative Stuy of Projection/Back-projection Schemes in Cryo-EM Tomography Yu Liu an Jong Chul Ye Department of BioSystems Korea Avance Institute of Science an Technology, Daejeon, Korea ABSTRACT In

More information

Analysis Of Classification And Tracking In Vehicles Using Shape Based Features

Analysis Of Classification And Tracking In Vehicles Using Shape Based Features ISSN: 2278 0211 (Online) Analysis Of Classification And Tracking In Vehicles Using Shape Based Features Ravi Kumar Kota PG Student, Department Of ECE, LITAM Satenapalli, Guntur, Andhra Pradesh, India Chandra

More information

Generalized Edge Coloring for Channel Assignment in Wireless Networks

Generalized Edge Coloring for Channel Assignment in Wireless Networks TR-IIS-05-021 Generalize Ege Coloring for Channel Assignment in Wireless Networks Chun-Chen Hsu, Pangfeng Liu, Da-Wei Wang, Jan-Jan Wu December 2005 Technical Report No. TR-IIS-05-021 http://www.iis.sinica.eu.tw/lib/techreport/tr2005/tr05.html

More information

Image compression predicated on recurrent iterated function systems

Image compression predicated on recurrent iterated function systems 2n International Conference on Mathematics & Statistics 16-19 June, 2008, Athens, Greece Image compression preicate on recurrent iterate function systems Chol-Hui Yun *, Metzler W. a an Barski M. a * Faculty

More information

A multiple wavelength unwrapping algorithm for digital fringe profilometry based on spatial shift estimation

A multiple wavelength unwrapping algorithm for digital fringe profilometry based on spatial shift estimation University of Wollongong Research Online Faculty of Engineering an Information Sciences - Papers: Part A Faculty of Engineering an Information Sciences 214 A multiple wavelength unwrapping algorithm for

More information

Lesson 11 Interference of Light

Lesson 11 Interference of Light Physics 30 Lesson 11 Interference of Light I. Light Wave or Particle? The fact that light carries energy is obvious to anyone who has focuse the sun's rays with a magnifying glass on a piece of paper an

More information

PERFORMANCE MEASUREMENTS OF FEATURE TRACKING AND HISTOGRAM BASED TRAFFIC CONGESTION ALGORITHMS

PERFORMANCE MEASUREMENTS OF FEATURE TRACKING AND HISTOGRAM BASED TRAFFIC CONGESTION ALGORITHMS PERFORMANCE MEASUREMENTS OF FEATURE TRACKING AND HISTOGRAM BASED TRAFFIC CONGESTION ALGORITHMS Ozgur Altun 1 and Kenan Aksoy 2 Proline Bilisim Sistemleri, Istanbul, Turkey 1 Research and Development Engineer,

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

DEVELOPMENT OF THE IMAGE PROCESSING VEHICLE DETECTOR FOR INTERSECTIONS

DEVELOPMENT OF THE IMAGE PROCESSING VEHICLE DETECTOR FOR INTERSECTIONS EVELOPMENT OF THE IMGE PROESSING VEHILE ETETOR FOR INTERSETIONS Yoshihiro Sakamoto 1*, Koichiro Kajitani 1, Takeshi Naito 1 and Shunsuke Kamijo 2 1.Omron orporation, 2-2-1 Nishikusatsu, Kusatsu-shi, Shiga,

More information

Nighttime Vehicle Detection and Traffic Surveillance

Nighttime Vehicle Detection and Traffic Surveillance Nighttime Vehicle Detection and Traffic Surveillance Jacob V. Panicker Assistant Professor, Department of ECE, Sree Narayana Institute of Technology, Adoor Abstract: This paper presents an effective trafficsurveillance

More information

A Duality Based Approach for Realtime TV-L 1 Optical Flow

A Duality Based Approach for Realtime TV-L 1 Optical Flow A Duality Base Approach for Realtime TV-L 1 Optical Flow C. Zach 1, T. Pock 2, an H. Bischof 2 1 VRVis Research Center 2 Institute for Computer Graphics an Vision, TU Graz Abstract. Variational methos

More information

SMART IMAGE PROCESSING OF FLOW VISUALIZATION

SMART IMAGE PROCESSING OF FLOW VISUALIZATION SMAR IMAGE PROCESSING OF FLOW VISUALIZAION H Li (A Rinoshika) 1, M akei, M Nakano 1, Y Saito 3 an K Horii 4 1 Department of Mechanical Systems Engineering, Yamagata University, Yamagata 99-851, JAPAN Department

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

Feature Extraction and Rule Classification Algorithm of Digital Mammography based on Rough Set Theory

Feature Extraction and Rule Classification Algorithm of Digital Mammography based on Rough Set Theory Feature Extraction an Rule Classification Algorithm of Digital Mammography base on Rough Set Theory Aboul Ella Hassanien Jafar M. H. Ali. Kuwait University, Faculty of Aministrative Science, Quantitative

More information