簡易檢索 / 詳目顯示

研究生: 王俊明
Wang Jung-Ming
論文名稱: 視覺式交通監測系統
Vision-Based Traffic Measurement System
指導教授: 陳世旺
Chen, Sei-Wang
學位類別: 碩士
Master
系所名稱: 資訊教育研究所
Graduate Institute of Information and Computer Education
論文出版年: 2003
畢業學年度: 91
語文別: 中文
論文頁數: 75
中文關鍵詞: 交通監測系統漸進式背景影像建構車道標線偵測攝影機校對明亮度評估陰影偵測與移除交通參數
英文關鍵詞: Traffic measurement system, Progressive background generation, Lane detection, Camera calibration, Illumination assessment, Shadow detection and elimination, Steerable filters, Fuzzy-set theoretic multi-user decision
論文種類: 學術論文
相關次數: 點閱:218下載:14
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 道路資訊的蒐集,在許多的交通運輸應用中扮演著重要的角色;目前政府交通單位在各種道路上所裝設之攝影機,其所拍攝到的影像在傳回交控中心後,均由人工監看;由於一個人通常需兼顧多部攝影機,難免造成疏失,而且也無法即時計算交通數據。本論文針對交通監測影像,提出能自動從影像中擷取交通資訊的技術,主要目的在於利用現有的交通攝影設備,蒐集道路上之車流量及車行速度等資訊,以應用於交通監控系統。在擷取交通資訊的過程中,主要可以分成三步驟:車輛偵測、車輛追蹤及交通資訊擷取。首先從輸入的影像序列中,以一種結合建構及更新的方法產生背景影像,之後將建構出來的背景影像與目前影像作比較後,快速偵測出前景區塊;另外還利用光線估測的方法評估影像中是否含有陰影,若其含有陰影,則執行陰影移除的工作以擷取出車輛影像。在偵測出車輛後,便利用車輛本身及其互相之間的屬性作比對,以追蹤連續影像中的車行路徑及車輛數。接著利用攝影機的校對的結果,將車行資訊轉換成真正的空間位移,以計算出車行速度。最後由車輛數及車行速度推算出各項交通參數值,以擷取所需之交通資訊。我們以家用攝影機及交通單位所提供的監測影像驗証所提出的方法,證明其不但能適用於各種交通狀況,還能相當正確的擷取出交通資訊。

    In this paper, a vision-based traffic measurement system is addressed. The objective of this system is twofold, automatically count the vehicles passing through a roadway and measure their speeds. The collected data will be used to compute a number of traffic parameters, including flow rate, demand, time headway, throughput, mean speed, and density. This system consists of one off-line module (preprocessing) and three on-line modules (vehicle detection, vehicle tracking, and calculation of traffic parameters). In the preprocessing component, four off-line tasks are performed, background image generation, lane detection, vanishing point detection, and camera calibration. The background image is used by the vehicle detection module to quickly extract foreground objects from video images through image subtraction. Foreground objects are tracked across the video sequence by the tracking module. Once the traces of vehicles are determined, the trace count gives the number of vehicles. The 2D traces are converted into 3D ones using the transformation functions determined during camera calibration. The speeds of vehicles are then calculated. Based on the number of vehicles and their speeds, the desired traffic parameters are computed. We present the results of some experiments using real image sequences made using a home video camera and a traffic surveillance system. Finally our conclusions show that our proposed system is both adaptable and accurate.

    圖表目錄.... ii 第一章 簡介.................. 1-1 1.1 交通監測系統. 1-1 1.2 文獻探討......... 1-2 1.3 論文架構......... 1-6 第二章 系統架構......... 2-1 2.1 系統設置......... 2-1 2.2 系統運作......... 2-1 第三章 前處理............. 3-1 3.1 建構背景影像. 3-1 3.2 道路消逝點..... 3-5 3.3 攝影機校對... 3-10 3.4 位移修正....... 3-12 第四章 車輛偵測......... 4-1 4.1 前景影像的計算............. 4-1 4.2 明亮度評估..... 4-1 4.3 陰影偵測及移除............. 4-3 第五章 車輛追蹤......... 5-1 5.1 車輛屬性及路徑參數......... 5-1 5.2車行路徑之決定............. 5-2 5.3 Occlusion及Separation的問題............. 5-3 第六章 交通參數......... 6-1 6.1 車輛數目與車行速度......... 6-1 6.2 交通參數......... 6-1 第七章 實驗結果......... 7-1 7.1 一般攝影機拍攝影像......... 7-1 7.2 高速公路局監控影像......... 7-4 第八章 結論及未來方向.................. 8-1 參考文獻. 8-3 圖表目錄 第二章 系統架構.............. 圖2.1 系統設置狀況............. 2-4 圖2.2 道路監測影像............. 2-4 圖2.3 各類道路攝影監測設備. 2-5 圖2.4 高速公路交通控制中心及其監控影像............. 2-5 圖2.5 視覺式交通監測系統架構圖............. 2-6 圖2.6背景影像..... 2-6 圖2.7偵測出來的車道標線..... 2-6 圖2.8移除陰影後的車輛影像. 2-7 圖2.9追蹤到的車行路徑......... 2-7 第三章 前處理................... 圖3.1 漸進式建構背景影像之流程圖....... 3-14 圖3.2 差異影像... 3-14 圖3.3 每一像點所對應的histogram........ 3-14 圖3.4 灰階值的程度值變化... 3-15 圖3.5 confidence table 3-16 圖3.6 初期之背景影像........... 3-16 圖3.7 各種背景影像建構法之比較........... 3-17 圖3.8 偵測道路標線........... 3-18 圖3.9 steerable filters的使用 3-18 圖3.10 影像中某像點在各方向上的強度值........... 3-18 圖3.11 G2及H2的basis filters........... 3-19 圖3.12 路面消逝點........... 3-19 圖3.13 影像平面與實際空間的關係....... 3-20 圖3.14 影像中車輛的中心位置及其實際的位置....... 3-21 圖3.15 物體在影像平面及實際空間的位移情況....... 3-21 表3.1 G2及H2之basis filters函數及其interpolation functions...... 3-22 表3.2 E2(θ)之fourier series展開式.... 3.23 第四章 車輛偵測.............. 圖4.1 前景物擷取. 4-9 圖4.2 物體擋住光線所形成的兩種陰影..... 4-9 圖4.3 不同時段及不同天氣下所計算出來的E值及P值........... 4-10 圖4.4 陰影移除之流程圖........ 4-11 圖4.5 依車輛區塊所計算出的明亮度值.... 4-11 圖4.6區塊內部靠近邊緣的像點........... 4-12 圖4.7決定陰影方向的四個參數........... 4-12 圖4.8 樣本像點的擷取........... 4-12 圖4.9前景區塊及背景區塊之邊線........... 4-13 圖4.10車輛邊線... 4-13 圖4.11 分離被陰影連結的車輛........... 4-13 圖4.12 利用邊線重建車輛影像........... 4-14 圖4.13 各種陰影移除的例子 4-14 第五章 車輛追蹤.............. 圖5.1 車輛追蹤時所使用的各項參數......... 5-6 圖5.2 車輛追蹤時所使用的參數關係圖..... 5-7 圖5.3 連續影像中車輛之配對情況............. 5-8 圖5.4 由連續三張影像所比對出來的車行路徑............. 5-9 圖5.5 連續追蹤後的車行路徑. 5-9 圖5.6 車行路徑occlusion的情況........... 5-10 圖5.7 車輛separation的追蹤結果... 5-10 圖5.8 車輛passing的追蹤結果............ 5-11 第六章 交通參數.............. 圖6.1 利用車行進路徑計算車輛數............. 6-4 圖6.2 以通過某標定線為準計算車輛數..... 6-4 第七章 實驗結果.............. 圖7.1 影像中之車輛由左上往右下行進之實驗結果..... 7-6 圖7.2 正常之追蹤結果............. 7-6 圖7.3 車輛發生occlusion之追蹤情況......... 7-6 圖7.4 影像中之車輛由左下往右上行進之實驗結果..... 7-6 圖7.5 車輛影像重疊造成誤判的情況......... 7-7 圖7.6 同時監測不同行進方向的車輛......... 7-7 圖7.7 經由mask擷取出的偵測範圍......... 7-7 圖7.8 車輛較不易重疊的拍攝角度............. 7-8 圖7.9 高速公路局的監測影像. 7-8 圖7.10 影像不穩定所造成的誤判............. 7-9 圖7.11 高速公路局雨天時的監測影像..... 7-9 圖7.12 因車燈在路面的反射所造成的誤判............. 7-9 圖7.13 高速公路局傍晚的監測影像....... 7-10 圖7.14 有些車輛難以辨識所造成的誤判 7-10

    [Alt98] Y. Altunbasak, P. E. Eren and A. M. Tekalp, Region-Based Parametric Motion Segmentation Using Color Information, Graphical Models and Images Processing, vol. 60, no.1, pp.13-23, 1998.
    [Bad98] J. Badenas and F. Pla, Segmentation Based on Region-Tracking in Image Sequences for Traffic Monitoring, Proc. of 14th Intl Conf. on Pattern Recognition, vol. 2, pp. 999 1001, 1998.
    [Bey97] D. Beymer, P. McLauchlan, B. Coifman, and J. Malik, A Real-Time Computer Vision System for Measuring Traffic Parameters, Proc. of IEEE Conf. on Computer Vision and Pattern Recognition, pp. 495 501, 1997.
    [Bur01] J. B. Burns, Detecting Independently Moving Objects and Their Interactions in Geo-Referenced Airborne Video, Proc. of IEEE Workshop on Detection and Recognition of Events in Video, pp. 12 19, 2001.
    [Cha02] C. J. Chang, W. F. Hu, J. W. Hsieh, and Y. S. Chen, An Automatic Traffic Surveillance System for Tracking and Classifying Vehicles, Proc. of 15th IPPR Conf. on Computer Vision, Graphics and Image Processing, pp. 382-387, 2002.
    [Cha02] C. J. Chang, W. F. Hu, J. W. Hsieh, and Y. S. Chen, Shadow Elimination for Effective Object Detection, Proc. of 15th IPPR Conf. on Computer Vision, Graphics and Image Processing, pp.185-192, 2002.
    [Chu01] J. H. Chun, Automatic Traffic Monitoring System, MS Thesis, Dept. of Information and Computer Education, National Taiwan Normal University, 2001.
    [Chu02] Y. C. Chung, J. M. Wang and S. W. Chen, A Vision-Based Traffic Light Detection System at Intersections, Journal of Taiwan Normal University: Mathematics, Science & Technology, vol. 47, no.1, pp. 67-86, 2002.
    [Cuc00] R. Cucchiara, M. Piccardi and P. Mello, Image Analysis and Rule-Based Reasoning for a Traffic Monitoring System, IEEE Trans. on Intelligent Transportation Systems, vol. 1, no. 2, pp. 119-130, June 2000.
    [Dai00] D. J. Dailey, F. W. Cathey and S. Pumrin, "An Algorithm to Estimate Mean Traffic Speed Using Un-Calibrated Cameras," IEEE Trans. on Intelligent Transportation Systems, vol. 1, no. 2, pp. 98 107, June 2000.
    [Der90] R. Deriche and O. D. Faugeras, Tracking Line Segments, Image and Vision Computing, vol. 8, no. 4, pp. 261-270, 1990.
    [Fat95] M. Fathy and M. Y. Siyal, An Image Detection Technique Based on Morphological Edge Detection and Background Differencing for Real-Time Traffic Analysis, Pattern Recognition, vol. 16, pp. 1321-1330, 1995.
    [Fat95] M. Fathy, M. Y. Siyal, Real-Time Image Processing Approach to Measure Traffic Queue Parameters, Proc. of IEE Conf. on Vision, Image and Signal Processing, vol. 142, no. 5, pp. 297303, Oct. 1995.
    [Fer98] J. M. Ferryman, S. J. Maybank and A. D. Worrall, Visual Surveillance for Moving Vehicles, Proc. of IEEE Workshop on Visual Surveillance, pp. 73 80, 1998.
    [Fre89] W.T. Freeman and E. H. Adelson, Steerable Filters, Topical Mtg. Image Understanding Machine Vision. Opt. Soc. Amer., Tech. Digest Series, vol.14, June 1989.
    [Fre91] W. T. Freeman and E. H. Adelson, The Design and Use of Steerable Filters, IEEE Trans. on Pattern Analysis and Machine Intelligence, vol. 13, no. 9, pp. 891 906, 1991.
    [Gad96] P. D. Gader, M. Mohamed and J. M. Keller, Fusion of Handwritten Word Classifiers, Pattern Recognition Letters, vol. 17, no. 6, pp. 577-584, 1996.
    [Gam97] P. Gamba, M. Lilla and A. Mecocci, A Fast Algorithm for Target Shadow Removal in Monocular Colour Sequences, Proc. of Intl Conf. on Image Processing, vol.1, pp. 436 447, 1997.
    [Gar96] W. F. Gardner and D. T. Lawton, Interactive Model-Based Vehicle Tracking, IEEE Trans. on Pattern Analysis and Machine Intelligence, vol. 18, pp.1115-1121, 1996.
    [Gon92] R. C. Gonzalez and R. E. Woods, Digital Image Processing, New York: Addison-Wesley, 1992.
    [Gru99] D. Gruyer and V. B. Cherfaoui, Matching and Decision for Vehicle Tracking in Road Situation, Proc. of IEEE Intl Conf. on Intelligent Robots and Systems, vol.1, pp. 29 34, 1999.
    [Gup00] S. Gupte, O. Masoud and N. P. Papanikolopoulos, Vision-Based Vehicle Classification, Proc. of IEEE Conf. on Intelligent Transportation Systems, pp. 46 51, 2000.
    [Gup02] S. Gupte, O. Masoud, R. F. K. Martin, and N. P. Papanikolopoulos, Detection and Classification of Vehicles, IEEE Trans. on Intelligent Transportation Systems, vol. 3, no. 1, pp. 37 47. March 2002.
    [Jia92] C. Jiang and M. O. Ward, Shadow Identification, Proc. of IEEE Conf. on Computer Vision and Pattern Recognition, pp. 606 612, 1992.
    [Jai95] R. Jain, R. Kasturi and B. G. Schunck, Machine Vision, New York: McGraw-Hill, 1995.
    [Jun99] Y. K. Jung and Y. S. Ho, Traffic Parameter Extraction Using Video-Based Vehicle Tracking, Proc. of IEEE Intl Conf. on Intelligent Transportation Systems, pp. 764 769, 1999.
    [Kam00] S. Kamijo, Y. Matsushita, K. Ikeuchi, and M. Sakauchi, Traffic Monitoring and Accident Detection at Intersections, IEEE Trans. on Intelligent Transportation Systems, vol.1, no. 2, pp.108 118, 2000.
    [Kam02] S. Kamijo, Y. Matsushita, K. Ikeuchi, and M. Sakauchi, Occlusion Robust Tracking Utilizing Spatio-Temporal Markov Random Field Model, Proc. of 15th Intl Conf. on Pattern Recognition, vol.1, pp.140 144, 2002.
    [Kas88] M. Kass, A. Witkin and D. Terzopoulos, Snakes: Active Contour Models, Intl J. Computer Vision, pp. 321-331, 1988.
    [Kim01] J. B. Kim, C. W. Lee, K. M. Lee, T. S. Yun, and H. J. Kim, Wavelet-Based Vehicle Tracking for Automatic Traffic Surveillance, Proc. of IEEE Intl Conf. on Electrical and Electronic Technology, vol.1, pp. 313 316, 2001.
    [Kle01] L. A. Klein, Sensor Technologies and Data Requirements for ITS, Artech House, 2001.
    [Knu83] H. Knutsson and G. H. Granlund, Texture Analysis Using Two-Dimensional Quadrature Filters, Proc. of IEEE Workshop on Computer Architecture for Pattern Analysis and Image Database Management, pp. 206-213, 1983.
    [Kol93] D. Koller, J. Daniilidis and H. H. Nagel, Model-Based Object Tracking in Monocular Image Sequences of Road Traffic Scenes, Intl J. Computer Vision, vol.10, pp. 257-281, 1993.
    [Kol93] D. Koller, J. Weber and J. Malik, Robust Multiple Car Tracking with Occlusion Reasoning, Proc. of Third European Conf. on Computer Vision, Stockholm, Sweden, pp. 189-196, May 1994.
    [Lai98] A. H. S. Lai and N. H. C. Yung, A Fast and Accurate Scoreboard Algorithm for Estimating Stationary Backgrounds in an Image Sequence, Proc. of IEEE Intl Symp. on Circuits and Systems, vol. 4, pp. 241 -244, 1998.
    [Lai98] A. H. S. Lai, N. H. C. Yung and C. Zhang, An Intelligent Framework for Spatio-Temporal Vehicle Tracking, Proc. of IEEE Intl Symp. on Circuits and Systems, vol. 4, pp. 241 244, 1998.
    [Lai00] A. H. S. Lai and N. H. C. Yung, Lane Detection by Orientation and Length Discrimination, IEEE Trans. on Systems, Man and Cybernetics, Part B, vol.30, no. 4, pp. 539548, 2000.
    [Law92] S. D. Lawson, H. T. Morris, R. W. Hardy, and A. C. Howard, Red-Light Running and Surveillance Cameras-Policy Issues Related to Accident Reduction and Enforcement, Proc. of IEE Conf. on Road Traffic Monitoring, pub.355, pp. 38, 1992.
    [Lee02] I. Lee, H. Ko and D. K. Han, Multiple Vehicle Tracking Based on Regional Estimation in Nighttime CCD Images, Proc. of IEEE Intl Conf. on Acoustics, Speech, and Signal, vol. 4, pp. 3712 3715, 2002.
    [Leu01] H. Leuck and H. H. Nagel, Model-Based Initialization of Vehicle Tracking: Dependency on Illumination, Proc. of Intl Conf. on Computer Vision, Vancouver, B.C., Canada, pp. 309-314, July 2001.
    [Leu01] J. ven Leuven, M. B. ven Leeuwen and F. C. A. Groen, Real-Time Vehicle Tracking in Image Sequences, Proc. of 18th IEEE Conf. on Instrumentation and Measurement Technology, vol. 3, pp. 2049 2054, 2001.
    [Ley93] F. Leymarie and M. D. Levine, Tracking Deformable Objects in the Plane Using an Active Contour Model, IEEE Trans. on Pattern Analysis and Machine Intelligence, vol.15, no. 6, pp. 617-634, 1993.
    [Lil92] M. Lilger, A Shadow Handler in a Video-Based Real-Time Traffic Monitoring System, Proc. of IEEE Workshop on Applications of Computer Vision, pp.11 18, 1992.
    [Lim02] D. W. Lim, S. H. Choi and J. S. Jun, Automated Detection of all Kinds of Violations at a Street Intersection Using Real Time Individual Vehicle Tracking, Proc. of Fifth IEEE Southwest Symposium on Image Analysis and Interpretation, pp. 126 129, 2002.
    [Lip98] A. J. Lipton, H. Fujiyoshi and R. S. Patil, Moving Target Classification and Tracking From Real-Time Video, Proc. of Fourth IEEE Workshop on Applications of Computer Vision, pp.8-4, 1998.
    [Liu01] X. Liu, D. Yao, L. Cao, L. Peng, and Z. Zhang, A Feature-Based Real-Time Traffic Tracking System Using Spatial Filtering, Proc. of IEEE Intelligent Trans. Systems, pp. 514 518, 2001.
    [Liu01] Z. Q. Liu, L. T. Bruton, J. C. Bezdek, J. M. Keller, S. Dance, N. R. Bartley, and C. Zhang, Dynamic Image Sequence Analysis Using Fuzzy Measures, IEEE Trans. on Systems, Man and Cybernetics, Part B, vol. 31, no. 4, pp. 557 572, 2001.
    [Lon90] W. Long and Y. H. Yang, Stationary Background Generation: an Alternative to the Difference of Two Images, Pattern Recognition, vol. 23, no.12, pp.1351-1359, 1990.
    [Mae96] Y. Mae, Y. Shirai, J. Miura, and Y. Kuno, Object Tracking in Cluttered Background Based on Optical Flow and Edges, Proc. of 13th Intl Conf. on Pattern Recognition, vol. 1, pp.196200, 1996.
    [Mal89] S. G. Mallat, Multi-Frequency Channel Decomposition of Images and Wavelet Models, IEEE Trans. on Acoustics, Speech and Signal Processing, vol. 37, no.12, pp. 20912110, 1989.
    [Man96] B. S. Manjunath and W. Y. Ma, Texture Features for Browsing and Retrieval of Image Data, IEEE Trans. on Pattern Analysis and Machine Intelligence, vol. 18, no. 8, pp. 837 842, 1996.
    [Man02] R. R. Mansouri, Region Tracking via Level Set PDEs without Motion Computation, IEEE Trans. on Pattern Analysis and Machine Intelligence, vol. 24, no. 7, pp. 947-961, 2002.
    [Neu98] U. Neumann and S. You, Integration of Region Tracking and Optical Flow for Image Motion Estimation, Proc. of Intl Conf. on Image Processing, vol. 3, pp. 658 662, 1998.
    [Oro99] E. Oron, Motion Estimation and Image Difference for Multi-Object Tracking, Proc. of IEEE Conf. on Aerospace, vol. 4, pp. 401409, 1999.
    [Pag97] R. Paget, I. D. Longstaff and B. Lovell, Texture Classification Using Nonparametric Markov Random Fields, Proc. of 13th Intl Conf. on Digital Signal Processing, vol.1, pp. 67 70, 1997.
    [Pal95] J. P. Palmer, D. J. Bowers and G. T. Wall, Automatic Incident Detection and Improved Traffic Control in Urban Areas, Proc. of IEE Colloquium on Urban Congestion Management, pp. 4/1 -4/5, 1995.
    [Pet99] N. Peterfreund, Robust Tracking of Position and Velocity with Kalman Snakes, IEEE Trans. on Pattern Analysis and Machine Intelligence, vol. 21, pp. 564-569, 1999.
    [Pir00] R. L. Pires, P. de Smet and I. Bruyland, Line Extraction with the Use of an Automatic Gradient Threshold Technique and the Hough Transform, Proc. of Intl Conf. on Image Processing, pp. 909 -912, 2000.
    [Raj00] A. N. Rajagopalan and R. Chellappa, Vehicle Detection and Tracking in Video, Proc. of Intl Conf. on Image Processing, vol. 1, pp. 351354, 2000.
    [Ran99] B. Ran and X. Liu, Development of a Vision-Based Vehicle Detection and Recognition System for Intelligent Vehicle, Transportation Research Record, no.1679, pp.130-138, 1999.
    [Rog00] S. Rogers and N. P. Papanikolopoulos, Counting Bicycles Using Computer Vision, Proc. of IEEE Conf. on Intelligent Transportation Systems, pp. 33 38, 2000.
    [Sca90] J. M. Scanlan, D. M. Chabries and R. W. Christiansen, A Shadow Detection and Removal Algorithm for 2D Images, Proc. of Intl Conf. on Acoustics, Speech, and Signal Processing, pp. 2057-2060, 1990.
    [Set01] C. Setchell and E. L. Dagless, Vision-Based Road-Traffic Monitoring Sensor, Proc. of IEE Conf. on Vision, Image and Signal Processing, vol.148, no.1, pp. 78 84, Feb. 2001.
    [Sha01] L. G. Shapiro and G. C. Stockman, Computer Vision, Prentice Hall, 2001.
    [Shi98] J. Shi and J. Malik, "Motion Segmentation and Tracking Using Normalized Cuts," Proc. of Sixth Intl Conf. on Computer Vision, pp.1154 1160, 1998.
    [Sim95] E. P. Simoncelli and W. T. Freeman, The Steerable Pyramid: A Flexible Architecture for Multi-Scale Derivate Computation, Proc. of Intl Conf. on Image Processing, vol. 3, pp. 444447, 1995.
    [Sta00] C. Stauffer and W. E. L. Grimson, Learning Patterns of Activity Using Real-Time Tracking, IEEE Trans. on Pattern Analysis and Machine Intelligence, vol. 22, no. 8, pp. 747 757, 2000.
    [Sul97] G. D. Sullivan, K. D. Baker, A. D. Worrall, C. I. Attwood, and P. M. Remagnino, Model-Based Vehicle Detection and Classification Using Orthographic Approximations, Image and Vision Computing, vol.15, pp. 649-654, 1997.
    [Tao02] H. Tao, H. S. Sawhney and R. Kumar, Object Tracking with Bayesian Estimation of Dynamic Layer Representations, IEEE Trans. on Pattern Analysis and Machine Intelligence, vol. 24, no.1, pp. 75 89. 2002
    [Ver99] J. Versavel, Road Safety Through Video Detection, Proc. of IEEE Intl Conf. on Intelligent Transportation Systems, pp. 753 757, 1999.
    [Wan00] Y. Wang, D. Shen, E. K. Teoh, Lane Detection Using Spline Model, Pattern Recognition Letters, vol. 21, pp. 677-689, 2000.
    [Wei01] W. Wei, Q. Zhang, and M. Wang, A Method of Vehicle Classification Using Models and Neural Networks, Proc. of 53rd IEEE Conf. on Vehicular Technology, vol. 4, pp. 30223026, 2001.
    [Wix96] L. Wixson, Illumination Assessment for Vision-Based Traffic Monitoring, Proc. of 13th Intl Conf. on Pattern Recognition, vol. 3, pp. 5662, 1996.
    [Wix98] L. Wixson, K. Hanna, and D. Mishra, Improved Illumination Assessment for Vision-Based Traffic Monitoring, Proc. of IEEE Workshop on Visual Surveillance, pp. 34 41, 1998.
    [Wan99] Y. Wang, E. K. Teoh, and D. Shen, Lane Detection Using B-Snake, Proc. of Intl Conf. on Information Intelligence and Systems, pp. 438 443, 1999.
    [Wan02] Y. C. Chung, J. M. Wang and S. W. Chen, Progressive Background Image Generation, Proc. of 15th IPPR Conf. on Computer Vision, Graphics and Image Processing, pp. 858-865, 2002.
    [Zha96]:J. Zhang, D. Li, and J. Liu, Energy Representation Based Multi-Scale Approach to Image Texture, Proc. of Third Intl Conf. on Signal Processing, vol.2 , pp.1146 1150, 1996.
    [Zhu96] Z. Zhu, B. Yang, G. Xu and D. Shi, A Real-time Vision System for Automatic Traffic Monitoring Based on 2D Spatio-Temporal Image, Proc. of Third IEEE Workshop on Applications of Computer Vision, pp.162-167, 1996.

    QR CODE