Noise-resilient Road Surface and Free Space Estimation Using Dense Stereo

Size: px
Start display at page:

Download "Noise-resilient Road Surface and Free Space Estimation Using Dense Stereo"

Transcription

1 2013 IEEE Intelligent Vehicles Symposium (IV) June 23-26, 2013, Gold Coast, Australia Noise-resilient Road Surface and Free Space Estimation Using Dense Stereo Jae Kyu Suhr, Member, IEEE, and Ho Gi Jung, Senior Member, IEEE Abstract This paper proposes a noise-resilient road surface and free space estimation method using dense stereo. The proposed road surface estimation method selects 3D points expected to compose a road surface using YZ-plane accumulation, and then finds the road surface by sequentially estimating a piece-wise linear function based on a RANSAC framework. This makes our method insensitive to 3D points on obstacles and stereo matching errors on textureless road regions. The proposed free space estimation method is based on the fact that disparities from roads and obstacles should be equal at the free space boundary. This method calculates disparity consistency between road and obstacle surfaces, and finds free space that gives the best disparity consistency and depth smoothness using dynamic programming. This approach achieves robustness against stereo matching errors on obstacle surfaces and objects located in the air since its estimation process is independent of disparity accumulation unlike previous occupancy grid-based method. The experimental results show that the proposed method is able to estimate road surfaces and free spaces in various severe situations. I. INTRODUCTION Stereo cameras have been widely used for driving environment analysis since it can provide both image and depth information. A system for this task typically starts with the extraction of the road surface and free space boundary. Road surface estimation is used for pitch angle compensation [1] and improving the accuracy of obstacle detection [2], and free space estimation is utilized for vehicle navigation [3] and region of interest selection for pedestrian [4] and vehicle detection [5]. Road surfaces have been estimated in the v-disparity domain by using linear [6] or piece-wise linear functions [1]. Since v-disparity has a drawback in that the resolution decreases with increasing distance [2], many methods that estimate road surface in the YZ-plane domain using multivariate polynomial [7] and B-spline functions [2] have been proposed. Even though the models that have high degrees of freedom are able to describe complex road surfaces, their performances could be affected by 3D points produced by obstacles and stereo matching errors on textureless road regions. To alleviate this drawback, this paper proposes a noise-resilient road surface estimation method. This method first samples the 3D points expected to compose a road surface to reduce the effect of 3D points produced from obstacle surfaces. Then, a Random Sample Consensus (RANSAC)-based line estimator is applied to the sampled points for robust estimation of the piece-wise linear function. To achieve robustness against situations where stereo matching partially fails on textureless road surfaces, the interval of the piece-wise linear function is adaptively changed according to the number of inliers found by RANSAC. Finally, the location of the last inlier is determined as a limit of the reliable road surface. Free space has been computed using inverse perspective mapping [8] and disparity space image [9] without generating a dense disparity map to reduce computational cost. As efficient stereo matching algorithms and their hardware implementations have achieved real-time processing [10], dense disparity map-based methods have been suggested [7], [10]. Among them, a polar occupancy grid-based method [10] has been widely used in various applications [5], [11]. This method works properly with well-estimated disparity maps, but it could produce unstable results when stereo matching fails on obstacle surfaces and objects (e.g. tree branches) are located higher up. This is because this approach depends on disparity accumulation. To overcome this problem, this paper proposes a disparity consistency-based free space estimation method utilizing the fact that disparities from roads and obstacles should be equal at the free space boundary. This method measures disparity consistency between road and obstacle surfaces, and determines an optimal path that gives the best disparity consistency and depth smoothness as a free space using dynamic programming. This approach is robust against stereo matching errors because it does not depend on the number of correctly matched disparity pixels. Since this measure is calculated on obstacle areas that are attached to the road surface, its performance is not affected by objects that are higher up. In experiments, the proposed method was tested using a publicly available stereo database [12] produced under urban situations. The results show that this method reliably estimates both road surface and free space even in various complex road and obstacle environments, and in particular, achieves better free space estimation results compared with the previous occupancy grid-based method in [10]. * This research was supported by Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education, Science and Technology ( ). J. K. Suhr is with the Research Institute of Automotive Electronics and Control at the Department of Automotive Engineering, Hanyang University, Seoul, Korea. H. G. Jung is with the Department of Automotive Engineering, Hanyang University, Seoul, Korea ( hogijung@hanyang.ac.kr). II. DENSE STEREO MATCHING This paper utilizes a dense disparity map for road surfaces and free space estimation. Although a dense disparity map requires a high computational cost, its real-time embedded implementation is available thanks to recent research on hard-wired stereo matching. For instance, Daimler /13/$ IEEE 461

2 (a) (a) Figure 1. (a) Left image acquired by a stereo camera. Dense disparity map calculated by SGM. Stereo matching fails in a large portion of road surfaces due to strong reflections. implemented semiglobal matching (SGM) using a field-programmable gate array (FPGA) and achieved a frame rate of 25Hz [10]. For this paper, dense disparity maps are calculated using an SGM algorithm as implemented in [13]. Figs. 1(a) and show a left image acquired by a stereo camera and a dense disparity map calculated by SGM, respectively. It can be seen that stereo matching fails in a large portion of road surfaces due to strong reflections even though SGM is one of the most reliable stereo matching algorithms. III. ROAD SURFACE ESTIMATION A. Point Sampling One of the major factors that hinder road surface estimation is 3D points produced from obstacle surfaces. This may not be a major problem in highway situations where wide road regions and few obstacles are present. However, it becomes a serious factor when dealing with urban environments that include narrow roads and various obstacles. To prevent 3D points on obstacles from disturbing road surface estimation, we utilize a sampling method that selects the 3D points that the road surface is expected to be composed of. The proposed sampling method first calculates the 3D positions of all pixels in a dense disparity map using parameters estimated during the stereo camera calibration procedure. Then, all 3D points are accumulated on the YZ-plane. Fig. 2(a) shows an accumulation result of 3D points produced by the dense disparity map in Fig. 1. This is depicted in a log-scale for visualization purposes. In this figure, the horizontal axis indicates Z-coordinates from 0m (left) to 100m (right), and the vertical axis indicates Y-coordinates from -10m (bottom) to +10m (top). The camera is located at (0m, 0m). Bin size is set to 10cm 10cm. In Fig. 2(a), it can be seen that there are many 3D points produced from obstacles such as parked cars and buildings. Once 3D points are accumulated onto the YZ-plane, those points expected to be a part of the road surface are selected. For this sampling task, we select a location that gives an accumulated value larger than a predetermined threshold (T sample ) and the least Y-coordinate for each column (Z-coordinate). Since the accumulated value is inversely proportional to the Z-coordinate, the threshold (T sample ) is adaptively selected as (1). Tsample Z W Z (c) Figure 2. (a) Accumulated 3D points on YZ-plane in a log-scale. Sampled points (yellow dots). (c) Estimated road surface (red line) and inliers (yellow dots). Horizontal axis indicates Z-coordinate from 0m (left) to 100m (right), and vertical axis indicates Y-coordinate from -10m (bottom) to +10m (top). f (1) where W and f indicate a minimum width of the valid road surface and the focal length in terms of pixel dimensions, respectively. W is set to 0.5m, which means that this method samples a location accumulated by properly matched 0.5m road surfaces. The minimum value of (T sample ) is set to 10 to discard erroneous locations far away from the camera. Fig. 2 shows a sampling result of Fig. 2(a). In this figure, yellow dots indicate the locations sampled by the proposed approach. It can easily be noticed that most sampled locations are from road surfaces. Although this sampling method is similar to the method in [14] that selects a location of maximum accumulated value for each column, the proposed method produced better performance in our experiments. B. Piece-wise Linear Function Estimation Since real world roads usually include non-flat surfaces, it is more appropriate to model them using multivariate polynomial and B-spline functions rather than a simple straight line. However, the road surface estimation performances of these functions could be affected by stereo matching errors due to their high degrees of freedom. For instance, a B-spline function with high degrees of freedom could give an unexpected fitting result in a range where there is no or are few sampled points in the middle of Fig. 2. Thus, this paper models a road surface with a piece-wise linear function that consists of multiple lines since each line is defined by only one or two parameters and robust estimators can easily be applied. A robust estimator (i.e. RANSAC [15]) is sequentially applied to estimate multiple lines that compose a piece-wise linear function since the sampling result includes points from both road surfaces and obstacles as shown in Fig. 2. When estimating a line in each interval, the line estimation interval and slope constraint are adaptively adjusted according to the number of inliers counted by RANSAC. In other words, if the number of inliers is less than a predetermined value (MIN_INLIER), the estimated line is discarded and a line is 462

3 ALGORITHM I. PIECE-WISE LINEAR FUNCTION ESTIMATION Z = 0; INTERVAL = DEFAULT_INTERVAL; ANGLE = DEFAULT_ANGLE; while Z+INTERVAL <= MAX_DISTANCE end Select points between Z and Z+INTERVAL; Estimate a line using RANSAC with ANGLE; If number of inliers >= MIN_INLIER else end Save the estimated line parameters; Z = Z+ INTERVAL; INTERVAL = DEFAULT_INTERVAL; ANGLE = DEFAULT_ANGLE; INTERVAL = INTERVAL + DEFAULT_INTERVAL; ANGLE = ANGLE + DEFAULT_ANGLE; Select the farthest inlier as the road end; re-estimated by increasing the line estimation interval (INTERVAL) and slope constraint (ANGLE). This procedure is used to achieve robustness against situations where stereo matching fails on textureless or reflective road regions as shown in Fig. 1(a). Finally, the location of the last inlier is determined as a limit of reliable road surface. In this paper, INTERVAL, ANGLE, and MIN_INLIER are set to 5m, 1, and 50% of the bin number within INTERVAL, respectively. This procedure is summarized in Algorithm I. Fig. 2(c) shows the road surface estimation result. In this figure, a red line and yellow dots indicate the estimated road surface and sampled points determined as inliers, respectively. It can be seen that a road surface is properly estimated despite points from obstacles and ranges with no sampled points. The estimated road surface ends at the location of the farthest inlier. IV. FREE SPACE ESTIMATION A. Cost Matrix Calculation The proposed free space estimation method utilizes a disparity consistency (DC) to measure how a certain location is likely to be a free space boundary. DC is calculated by measuring the absolute difference between the disparity of the road and that of the obstacle. This is based on the fact that the disparity of the road surface (d) and potential obstacle disparity (POD(u,d)) at the free space boundary should be equal by assuming that obstacles stand perpendicularly on the road surface. In other words, DC should be zero at the free space boundary in an identical case. This can be described as (2).,,,, : DC u d d POD u d where POD u d median D u v d h d v d where u and d are the horizontal coordinates of the image and (2) disparity value, respectively, and POD(u,d) indicates a potential obstacle disparity at (u,d). A function, POD(u,d), is calculated by a median operator from the disparity map (D) within an obstacle region whose horizontal location is determined at u and the vertical range is determined from v(d)-h(d) to v(d). v(d) indicates a road surface function which links between disparity (d) and the vertical coordinates of the image (v). This function is estimated during the road surface estimation procedure. h(d) is a height of the obstacle in terms of pixel dimensions that depends on the disparity value (d) and can be calculated as (3). h d (a) Figure 3. (a) Obstacle regions at various image locations. Calculated cost matrix. Horizontal and vertical axes of cost matrix are horizontal coordinate of image (u) and disparity (d), respectively. d Hobstacle (3) B where H obstacle indicates a real world obstacle height, and is set to 1.0m. This means that the proposed method is able to detect obstacles approximately taller than 0.5m since the median operator is used to extract potential obstacle disparity. This setting is enough to detect pedestrians, vehicles, and other obstacles that can appear in front of the ego-vehicle. Vertical red lines in Fig. 3(a) show several obstacle regions at various image locations. It can easily be noticed that the heights of obstacle regions are adaptively selected according to distances from the camera. If there is an insufficient number of valid disparity pixels in an obstacle region (e.g. less than 30% of the obstacle region), a default value (=2) is assigned. Fig. 3 shows a cost matrix calculated by (2) at every (u,d) location. Horizontal and vertical axes of the cost matrix are a horizontal coordinate of image (u) and disparity (d), respectively. Compared with the previous occupancy grid-based method in [10], the proposed disparity consistency-based method has the following advantages. The occupancy grid-based method estimates free space using accumulated values. Thus, it could produce unstable results when an insufficient number of disparities are accumulated due to stereo matching errors caused by reflective vehicle surfaces and vegetation. However, the proposed method is more robust against the same situation since it relies on a potential obstacle 463

4 disparity value rather than an accumulated value. The median operator used to extract the potential obstacle disparity value makes it even more robust against outliers produced by stereo matching errors. An average operator has been tested for the same purpose, but it gives a less reliable result than the median operator. Furthermore, the proposed method is not affected by obstacles higher up because potential obstacle disparity values are calculated only in the obstacle regions attached to the road surface. Example results on these situations will be presented in the experimental section. B. Free space computation using dynamic programming To find a free space that minimizes the cost matrix with spatial smoothness, dynamic programming [16] is utilized. The cost of dynamic programming consists of three terms: data term L(u,d i ), smoothness term S(d i,d j ), and background term B(d i ) as in (4)., i, j, i i, j i C u d d L u d S d d B d (4) In (4), data term (L(u,d i )) is defined by a cost matrix calculated by DC as in (5). If DC(u,d i ) is larger than T L, L(u,d i ) is assigned by T L which is empirically set to 10. L u, d i,,, DC u di if DC u di TL (5) T, otherwise L The smoothness term (S(d i,d j )) is established in terms of the metric depth distance between d i and d j (dist(d,d j )). If dist(d,d j ) is larger than T s, S(d i,d j ) is set to w s T s. w s and T s are set to 2 and 5m exactly the same as in [10] for better performance comparison. S d, d i j S,,, dist di d j if dist di d j TS w TS, otherwise Background term (B(d i )) is used to select the nearest location at each column (u) when multiple locations have similar costs. This is because free space is a boundary between the road surface and the first obstacle. In the previous occupancy grid-based method, this task is achieved by using the background subtraction procedure which marks all occupied cells behind the first maximum cell as free. Since the threshold used to find the first maximum cell is sensitive to stereo matching error, this paper conducts this procedure as a part of dynamic programming as in (7). B d i d d 1 (6) i max wb (7) dmax where d max indicate the maximum disparity value. w B is empirically set to 0.1. The red lines in Figs. 4(a) and show an optimal path calculated by dynamic programming and the final free space boundary depicted on left image, respectively. It can easily be found that free space is correctly estimated even under serious stereo matching errors. V. EXPERIMENTAL RESULTS The proposed road surface and free space estimation method was tested using a publicly available stereo database (a) Figure 4. (a) Optimal path calculated by dynamic programming. Estimated free space. [12]. This database was acquired by a stereo camera whose baseline length and height are 0.25m and 1.17m, respectively, and consists of pixels rectified grayscale stereo images mostly acquired in urban environments. Figs. 5(a),, and (c) show road surface and free space estimation results of the proposed method in various environments. In these figures, the first, second, and third columns show the disparity map, estimated road surface (lower) with sampled points (upper), and estimated free space (red lines) on the left image, respectively. Fig. 5(a) shows an uphill situation. In this case, road surface estimators that have no mechanism to determine the end of the road tend to wrongly recognize the area beyond the top of the hill as the road surface because obstacles are located not at the top of the hill but far beyond it. However, the proposed method correctly estimated the location of the end of the road by using the farthest inlier point as shown in the second column of Fig. 5(a). This makes the free space end at the location of the top of the hill as shown in the third column of Fig. 5(a). Fig. 5 shows a situation where the road slope severely changes and stereo matching fails in half of the road surface, and Fig. 5(c) shows a situation where only a small portion of the road surface is visible due to vehicles and buildings located near the camera. It can be seen that the proposed method successfully estimates the road surface and free space even in these unfavorable situations. Figs. 6(a),, and (c) show a qualitative performance comparison between the occupancy grid-based method [10] and the proposed method. The method in [10] was implemented by us for this comparison. In these figures, the first, second, and third columns show the disparity map, free space estimated by the occupancy grid-based method, and free space estimated by the proposed method, respectively. In both cases, the road surfaces are estimated by the proposed method. Fig. 6(a) shows a case where the disparity map is fairly well-estimated. In this situation, both methods produce similar and reliable free space estimation results. Figs. 6 and (c) 464

5 (a) (c) Figure 5. Results of road surface and free space estimation. (a) Uphill situation. Road slop changes and stereo matching fails. (c) Small portion of road surface is visible. The first, second, and third columns show disparity map, estimated road surface (lower) with sampled points (upper), and estimated free space (red lines) on the left image, respectively. show situations where severe stereo matching errors are presented on vehicle surfaces and vegetation, respectively. In these cases, the proposed method outperforms the occupancy grid-based method. Unlike the proposed method, the occupancy grid-based method miss-estimates free space in the middle of the road in Fig. 6(c). This is because it wrongly recognizes tree branches located higher up as obstacles. VI. CONCLUSION This paper proposes a road surface and free space estimation method that is robust against various noise factors presented in dense stereo. Point sampling and RANSAC-based sequential calculation of a piece-wise linear function enable a robust estimation of road surface against 3D points on obstacles and stereo matching errors on textureless road regions. The disparity consistency measure based on the median operator makes free space estimation insensitive to stereo matching errors on reflective vehicle surfaces and vegetation and objects located higher up. In the future, we are planning to extend the proposed method by adopting temporal information, and to conduct quantitative performance evaluation. REFERENCES [1] R. Labayrade, D. Aubert, and J.-P. Tarel, Real Time Obstacle Detection in Stereovision on Non Flat Road Geometry Through v-disparity Representation, In Proceedings of the Intelligent Vehicle Symposium, 2002, pp [2] A. Wedel, H. Badino, C. Rabe, H. Loose, U. Franke, and D. Cremers, B-Spline Modeling of Road Surfaces With an Application to Free-Space Estimation, IEEE Transactions on Intelligent Transportation Systems, vol. 10, no. 4, pp , Dec [3] M. Muffert, T. Milbich, D. Pfeiffer, and U. Franke, May I Enter the Roundabout? A Time-To-Contact Computation Based on Stereo-Vision, In Proceedings of the Intelligent Vehicle Symposium, 2012, pp [4] J. K. Suhr, K. M. Kang, and H. G. Jung, Dense stereo-based critical area detection for active pedestrian protection system, Electronics Letters, vol. 48, no. 19, pp , Sep

6 (a) (c) Figure 6. Performance comparison between occupancy grid-based method and proposed method. (a) Disparity map is fairly well-estimated. Stereo matching fails on vehicle surfaces. (c) Stereo matching fails on vegetation and tree branches are located in the air. The first, second, and third columns show disparity map, free space estimated by occupancy grid-based method, and free space estimated by proposed method, respectively. [5] M. Enzweiler, M. Hummel, D. Pfeiffer, and U. Franke, Efficient Stixel-Based Object Recognition, In Proceedings of the Intelligent Vehicle Symposium, 2012, pp [6] R. Benenson, R. Timofte, and L. V. Gool, Stixels estimation without depth map computation, In Proceedings of the International conference on Computer Vision Workshops, 2011, pp [7] S. Nedevschi, R. Danescu, D. Frentiu, T. Marita, F. Oniga, C. Pocol, T. Graf, and R. Schmidt, High accuracy stereovision approach for obstacle detection on non-planar roads, In Proceedings of the Intelligent Engineering Systmes, 2004, pp [8] P. Cerri and P. Grisleri, Free Space Detection on Highways using Time Correlation between Stabilized Sub-pixel precision IPM Images, In Proceedings of the International Conference on Robotics and Automation, 2005, pp [9] S. Kubota, T. Nakano, and Y. Okamoto, A Global Optimization Algorithm for Real-Time On-Board Stereo Obstacle Detection Systems, In Proceedings of the Intelligent Vehicle Symposium, 2007, pp [10] D. Pfeiffer and U. Franke, Modeling Dynamic 3D Environments by Means of The Stixel World, IEEE Interlligent Transportation Systems Magazine, vol. 3, no. 3, pp , Fall [11] F. Erbs, A. Barth, and U. Franke, Moving Vehicle Detection by Optimal Segmentation of the Dynamic Stixel World, In Proceedings of the Intelligent Vehicle Symposium, 2011, pp [12] C. Keller, M. Enzweiler, and D. M. Gavrila, A New Benchmark for Stereo-based Pedestrian Detection, In Proceedings of the Intelligent Vehicle Symposium, 2011, pp [13] OpenCV 2.1, [14] A.D. Sappa, F. Dornaika, D. Ponsa, D. Gerónimo, and A. López, An Efficient Approach to Onboard Stereo Vision System Pose Estimation, IEEE Transactions on Intelligent Transportation Systems, vol. 9, no. 3, pp , Sep [15] M.A. Fischler and R.C. Bolles, Random sample consensus: A paradigm for model fitting with applications to image analysis and automated cartography, Communications of the ACM, vol. 24, no. 6, pp , Jun [16] R. Bellman, Dynamic Programming. New Jersey: Princeton University Press,

Non-flat Road Detection Based on A Local Descriptor

Non-flat Road Detection Based on A Local Descriptor Non-flat Road Detection Based on A Local Descriptor Kangru Wang, Lei Qu, Lili Chen, Yuzhang Gu, Xiaolin Zhang Abstrct The detection of road surface and free space remains challenging for non-flat plane,

More information

Ground Plane Detection with a Local Descriptor

Ground Plane Detection with a Local Descriptor Ground Plane Detection with a Local Descriptor Kangru Wang, Lei Qu, Lili Chen, Yuzhang Gu, Dongchen Zhu, Xiaolin Zhang Shanghai Institute of Microsystem and Information Technology (SIMIT), Chinese Academy

More information

Curb Detection Based on a Multi-Frame Persistence Map for Urban Driving Scenarios

Curb Detection Based on a Multi-Frame Persistence Map for Urban Driving Scenarios Curb Detection Based on a Multi-Frame Persistence Map for Urban Driving Scenarios Florin Oniga, Sergiu Nedevschi, and Marc Michael Meinecke Abstract An approach for the detection of straight and curved

More information

Epipolar geometry-based ego-localization using an in-vehicle monocular camera

Epipolar geometry-based ego-localization using an in-vehicle monocular camera Epipolar geometry-based ego-localization using an in-vehicle monocular camera Haruya Kyutoku 1, Yasutomo Kawanishi 1, Daisuke Deguchi 1, Ichiro Ide 1, Hiroshi Murase 1 1 : Nagoya University, Japan E-mail:

More information

On Board 6D Visual Sensors for Intersection Driving Assistance Systems

On Board 6D Visual Sensors for Intersection Driving Assistance Systems On Board 6D Visual Sensors for Intersection Driving Assistance Systems S. Nedevschi, T. Marita, R. Danescu, F. Oniga, S. Bota, I. Haller, C. Pantilie, M. Drulea, C. Golban Sergiu.Nedevschi@cs.utcluj.ro

More information

Vehicle Detection Method using Haar-like Feature on Real Time System

Vehicle Detection Method using Haar-like Feature on Real Time System Vehicle Detection Method using Haar-like Feature on Real Time System Sungji Han, Youngjoon Han and Hernsoo Hahn Abstract This paper presents a robust vehicle detection approach using Haar-like feature.

More information

arxiv: v1 [cs.cv] 28 Sep 2018

arxiv: v1 [cs.cv] 28 Sep 2018 Camera Pose Estimation from Sequence of Calibrated Images arxiv:1809.11066v1 [cs.cv] 28 Sep 2018 Jacek Komorowski 1 and Przemyslaw Rokita 2 1 Maria Curie-Sklodowska University, Institute of Computer Science,

More information

Real Time Vehicle Pose Using On-Board Stereo Vision System

Real Time Vehicle Pose Using On-Board Stereo Vision System Real Time Vehicle Pose Using On-Board Stereo Vision System AngelD.Sappa,DavidGerónimo, Fadi Dornaika, and Antonio López Computer Vision Center Edifici O Campus UAB 08193 Bellaterra, Barcelona, Spain {asappa,

More information

Dense Stereo-based ROI Generation for Pedestrian Detection

Dense Stereo-based ROI Generation for Pedestrian Detection Dense Stereo-based ROI Generation for Pedestrian Detection C. G. Keller 1, D. F. Llorca 2 and D. M. Gavrila 3,4 1 Image & Pattern Analysis Group, Department of Math. and Computer Science, Univ. of Heidelberg,

More information

The Stixel World - A Compact Medium Level Representation of the 3D-World

The Stixel World - A Compact Medium Level Representation of the 3D-World The Stixel World - A Compact Medium Level Representation of the 3D-World Hernán Badino 1, Uwe Franke 2, and David Pfeiffer 2 hbadino@cs.cmu.edu, {uwe.franke,david.pfeiffer}@daimler.com 1 Goethe University

More information

Stereo Vision Camera Pose Estimation for On-Board Applications

Stereo Vision Camera Pose Estimation for On-Board Applications Stereo Vision Camera Pose Estimation for On-Board Applications Sappa A. *, Gerónimo D. *, Dornaika F. *, and López A. * * Computer Vision Center and Autonomous University of Barcelona 08193 Bellaterra,

More information

Sensor Fusion-Based Parking Assist System

Sensor Fusion-Based Parking Assist System Sensor Fusion-Based Parking Assist System 2014-01-0327 Jaeseob Choi, Eugene Chang, Daejoong Yoon, and Seongsook Ryu Hyundai & Kia Corp. Hogi Jung and Jaekyu Suhr Hanyang Univ. Published 04/01/2014 CITATION:

More information

Real Time Stereo Image Registration for Planar Structure and 3D Sensor Pose Estimation

Real Time Stereo Image Registration for Planar Structure and 3D Sensor Pose Estimation 18 Real Time Stereo Image Registration for Planar Structure and 3D Sensor Pose Estimation Fadi Dornaika 1 and Angel D. Sappa 2 1 Institut Géographique National, 2 avenue Pasteur, 94165 Saint-Mandé, 2 Computer

More information

Detection and Classification of Painted Road Objects for Intersection Assistance Applications

Detection and Classification of Painted Road Objects for Intersection Assistance Applications Detection and Classification of Painted Road Objects for Intersection Assistance Applications Radu Danescu, Sergiu Nedevschi, Member, IEEE Abstract For a Driving Assistance System dedicated to intersection

More information

Measurement of Pedestrian Groups Using Subtraction Stereo

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

More information

Stereo Image Rectification for Simple Panoramic Image Generation

Stereo Image Rectification for Simple Panoramic Image Generation Stereo Image Rectification for Simple Panoramic Image Generation Yun-Suk Kang and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 261 Cheomdan-gwagiro, Buk-gu, Gwangju 500-712 Korea Email:{yunsuk,

More information

Epipolar Geometry and Stereo Vision

Epipolar Geometry and Stereo Vision Epipolar Geometry and Stereo Vision Computer Vision Jia-Bin Huang, Virginia Tech Many slides from S. Seitz and D. Hoiem Last class: Image Stitching Two images with rotation/zoom but no translation. X x

More information

476 IEEE TRANSACTIONS ON INTELLIGENT TRANSPORTATION SYSTEMS, VOL. 9, NO. 3, SEPTEMBER 2008

476 IEEE TRANSACTIONS ON INTELLIGENT TRANSPORTATION SYSTEMS, VOL. 9, NO. 3, SEPTEMBER 2008 476 IEEE TRANSACTIONS ON INTELLIGENT TRANSPORTATION SYSTEMS, VOL. 9, NO. 3, SEPTEMBER 2008 An Efficient Approach to Onboard Stereo Vision System Pose Estimation Angel Domingo Sappa, Member, IEEE, Fadi

More information

CS 4495 Computer Vision A. Bobick. Motion and Optic Flow. Stereo Matching

CS 4495 Computer Vision A. Bobick. Motion and Optic Flow. Stereo Matching Stereo Matching Fundamental matrix Let p be a point in left image, p in right image l l Epipolar relation p maps to epipolar line l p maps to epipolar line l p p Epipolar mapping described by a 3x3 matrix

More information

Adaptive Image Sampling and Windows Classification for On board Pedestrian Detection

Adaptive Image Sampling and Windows Classification for On board Pedestrian Detection Adaptive Image Sampling and Windows Classification for On board Pedestrian Detection David Gerónimo, Angel D. Sappa, Antonio López and Daniel Ponsa Computer Vision Center, Universitat Autònoma de Barcelona

More information

Probabilistic representation of the uncertainty of stereo-vision and application to obstacle detection

Probabilistic representation of the uncertainty of stereo-vision and application to obstacle detection 2010 IEEE Intelligent Vehicles Symposium University of California, San Diego, CA, USA June 21-24, 2010 TuE1.11 Probabilistic representation of the uncertainty of stereo-vision and application to obstacle

More information

Spatio-Temporal Stereo Disparity Integration

Spatio-Temporal Stereo Disparity Integration Spatio-Temporal Stereo Disparity Integration Sandino Morales and Reinhard Klette The.enpeda.. Project, The University of Auckland Tamaki Innovation Campus, Auckland, New Zealand pmor085@aucklanduni.ac.nz

More information

DEVELOPMENT OF A ROBUST IMAGE MOSAICKING METHOD FOR SMALL UNMANNED AERIAL VEHICLE

DEVELOPMENT OF A ROBUST IMAGE MOSAICKING METHOD FOR SMALL UNMANNED AERIAL VEHICLE DEVELOPMENT OF A ROBUST IMAGE MOSAICKING METHOD FOR SMALL UNMANNED AERIAL VEHICLE J. Kim and T. Kim* Dept. of Geoinformatic Engineering, Inha University, Incheon, Korea- jikim3124@inha.edu, tezid@inha.ac.kr

More information

Stereo Vision Based Traversable Region Detection for Mobile Robots Using U-V-Disparity

Stereo Vision Based Traversable Region Detection for Mobile Robots Using U-V-Disparity Stereo Vision Based Traversable Region Detection for Mobile Robots Using U-V-Disparity ZHU Xiaozhou, LU Huimin, Member, IEEE, YANG Xingrui, LI Yubo, ZHANG Hui College of Mechatronics and Automation, National

More information

Calibration of a Different Field-of-view Stereo Camera System using an Embedded Checkerboard Pattern

Calibration of a Different Field-of-view Stereo Camera System using an Embedded Checkerboard Pattern Calibration of a Different Field-of-view Stereo Camera System using an Embedded Checkerboard Pattern Pathum Rathnayaka, Seung-Hae Baek and Soon-Yong Park School of Computer Science and Engineering, Kyungpook

More information

Barriers Detection Method for Stereovision-Based ACC Systems

Barriers Detection Method for Stereovision-Based ACC Systems Barriers Detection Method for Stereovision-Based ACC Systems Tiberiu Mariţa Technical University of Cluj-Napoca E-mail: Tiberiu.Marita@cs.utcluj.ro Abstract This paper presents a vision-based road-barriers

More information

Fundamentals of Stereo Vision Michael Bleyer LVA Stereo Vision

Fundamentals of Stereo Vision Michael Bleyer LVA Stereo Vision Fundamentals of Stereo Vision Michael Bleyer LVA Stereo Vision What Happened Last Time? Human 3D perception (3D cinema) Computational stereo Intuitive explanation of what is meant by disparity Stereo matching

More information

Stereo and Epipolar geometry

Stereo and Epipolar geometry Previously Image Primitives (feature points, lines, contours) Today: Stereo and Epipolar geometry How to match primitives between two (multiple) views) Goals: 3D reconstruction, recognition Jana Kosecka

More information

LIGHT STRIPE PROJECTION-BASED PEDESTRIAN DETECTION DURING AUTOMATIC PARKING OPERATION

LIGHT STRIPE PROJECTION-BASED PEDESTRIAN DETECTION DURING AUTOMATIC PARKING OPERATION F2008-08-099 LIGHT STRIPE PROJECTION-BASED PEDESTRIAN DETECTION DURING AUTOMATIC PARKING OPERATION 1 Jung, Ho Gi*, 1 Kim, Dong Suk, 1 Kang, Hyoung Jin, 2 Kim, Jaihie 1 MANDO Corporation, Republic of Korea,

More information

High-Performance Long Range Obstacle Detection Using Stereo Vision

High-Performance Long Range Obstacle Detection Using Stereo Vision High-Performance Long Range Obstacle Detection Using Stereo Vision Peter Pinggera 1,2, Uwe Franke 1, Rudolf Mester 2,3 Abstract Reliable detection of obstacles at long range is crucial for the timely response

More information

Lane Markers Detection based on Consecutive Threshold Segmentation

Lane Markers Detection based on Consecutive Threshold Segmentation ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 6, No. 3, 2011, pp. 207-212 Lane Markers Detection based on Consecutive Threshold Segmentation Huan Wang +, Mingwu Ren,Sulin

More information

PHD THESIS DRIVING ENVIRONMENT PERCEPTION FROM STEREOVISION. Eng. Florin Ioan ONIGA. Advisor, Prof.dr.ing. Sergiu NEDEVSCHI.

PHD THESIS DRIVING ENVIRONMENT PERCEPTION FROM STEREOVISION. Eng. Florin Ioan ONIGA. Advisor, Prof.dr.ing. Sergiu NEDEVSCHI. FACULTATEA DE AUTOMATICĂ ŞI CALCULATOARE Eng. Florin Ioan ONIGA PHD THESIS abstract DRIVING ENVIRONMENT PERCEPTION FROM STEREOVISION Advisor, Prof.dr.ing. Sergiu NEDEVSCHI 2011 ABSTRACT Stereovision-based

More information

From Orientation to Functional Modeling for Terrestrial and UAV Images

From Orientation to Functional Modeling for Terrestrial and UAV Images From Orientation to Functional Modeling for Terrestrial and UAV Images Helmut Mayer 1 Andreas Kuhn 1, Mario Michelini 1, William Nguatem 1, Martin Drauschke 2 and Heiko Hirschmüller 2 1 Visual Computing,

More information

3D Lane Detection System Based on Stereovision

3D Lane Detection System Based on Stereovision 3D Lane Detection System Based on Stereovision Sergiu Nedevschi, Rolf. Schmidt, Thorsten Graf, Radu Danescu, Dan Frentiu, Tiberiu Marita, Florin Oniga, Ciprian Pocol Abstract This paper presents a 3D lane

More information

Stereo Vision Based Advanced Driver Assistance System

Stereo Vision Based Advanced Driver Assistance System Stereo Vision Based Advanced Driver Assistance System Ho Gi Jung, Yun Hee Lee, Dong Suk Kim, Pal Joo Yoon MANDO Corp. 413-5,Gomae-Ri, Yongin-Si, Kyongi-Do, 449-901, Korea Phone: (82)31-0-5253 Fax: (82)31-0-5496

More information

EVALUATION OF SEQUENTIAL IMAGES FOR PHOTOGRAMMETRICALLY POINT DETERMINATION

EVALUATION OF SEQUENTIAL IMAGES FOR PHOTOGRAMMETRICALLY POINT DETERMINATION Archives of Photogrammetry, Cartography and Remote Sensing, Vol. 22, 2011, pp. 285-296 ISSN 2083-2214 EVALUATION OF SEQUENTIAL IMAGES FOR PHOTOGRAMMETRICALLY POINT DETERMINATION Michał Kowalczyk 1 1 Department

More information

Closed-form Linear Solution To Motion Estimation In Disparity Space

Closed-form Linear Solution To Motion Estimation In Disparity Space Closed-form Linear Solution To Motion Estimation In Disparity Space Konstantinos G. Derpanis Vision Technologies Sarnoff Corporation Princeton, NJ 8543 Peng Chang ABSTRACT Real-time stereovision systems

More information

arxiv: v1 [cs.cv] 28 Sep 2018

arxiv: v1 [cs.cv] 28 Sep 2018 Extrinsic camera calibration method and its performance evaluation Jacek Komorowski 1 and Przemyslaw Rokita 2 arxiv:1809.11073v1 [cs.cv] 28 Sep 2018 1 Maria Curie Sklodowska University Lublin, Poland jacek.komorowski@gmail.com

More information

Stereovision on Mobile Devices for Obstacle Detection in Low Speed Traffic Scenarios

Stereovision on Mobile Devices for Obstacle Detection in Low Speed Traffic Scenarios Stereovision on Mobile Devices for Obstacle Detection in Low Speed Traffic Scenarios Alexandra Trif, Florin Oniga, Sergiu Nedevschi Computer Science Department Technical University of Cluj-Napoca Romania

More information

CS 4495 Computer Vision A. Bobick. Motion and Optic Flow. Stereo Matching

CS 4495 Computer Vision A. Bobick. Motion and Optic Flow. Stereo Matching Stereo Matching Fundamental matrix Let p be a point in left image, p in right image l l Epipolar relation p maps to epipolar line l p maps to epipolar line l p p Epipolar mapping described by a 3x3 matrix

More information

CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION

CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION In this chapter we will discuss the process of disparity computation. It plays an important role in our caricature system because all 3D coordinates of nodes

More information

DYNAMIC STEREO VISION FOR INTERSECTION ASSISTANCE

DYNAMIC STEREO VISION FOR INTERSECTION ASSISTANCE FISITA 2008 World Automotive Congress Munich, Germany, September 2008. DYNAMIC STEREO VISION FOR INTERSECTION ASSISTANCE 1 Franke, Uwe *, 2 Rabe, Clemens, 1 Gehrig, Stefan, 3 Badino, Hernan, 1 Barth, Alexander

More information

A novel point matching method for stereovision measurement using RANSAC affine transformation

A novel point matching method for stereovision measurement using RANSAC affine transformation A novel point matching method for stereovision measurement using RANSAC affine transformation Naiguang Lu, Peng Sun, Wenyi Deng, Lianqing Zhu, Xiaoping Lou School of Optoelectronic Information & Telecommunication

More information

Exploitation of GPS-Control Points in low-contrast IR-imagery for homography estimation

Exploitation of GPS-Control Points in low-contrast IR-imagery for homography estimation Exploitation of GPS-Control Points in low-contrast IR-imagery for homography estimation Patrick Dunau 1 Fraunhofer-Institute, of Optronics, Image Exploitation and System Technologies (IOSB), Gutleuthausstr.

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 FDH 204 Lecture 14 130307 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Stereo Dense Motion Estimation Translational

More information

Real-Time Detection of Road Markings for Driving Assistance Applications

Real-Time Detection of Road Markings for Driving Assistance Applications Real-Time Detection of Road Markings for Driving Assistance Applications Ioana Maria Chira, Ancuta Chibulcutean Students, Faculty of Automation and Computer Science Technical University of Cluj-Napoca

More information

DEPTH AND GEOMETRY FROM A SINGLE 2D IMAGE USING TRIANGULATION

DEPTH AND GEOMETRY FROM A SINGLE 2D IMAGE USING TRIANGULATION 2012 IEEE International Conference on Multimedia and Expo Workshops DEPTH AND GEOMETRY FROM A SINGLE 2D IMAGE USING TRIANGULATION Yasir Salih and Aamir S. Malik, Senior Member IEEE Centre for Intelligent

More information

Advanced Driver Assistance Systems: A Cost-Effective Implementation of the Forward Collision Warning Module

Advanced Driver Assistance Systems: A Cost-Effective Implementation of the Forward Collision Warning Module Advanced Driver Assistance Systems: A Cost-Effective Implementation of the Forward Collision Warning Module www.lnttechservices.com Table of Contents Abstract 03 Introduction 03 Solution Overview 03 Output

More information

Geometry based Repetition Detection for Urban Scene

Geometry based Repetition Detection for Urban Scene Geometry based Repetition Detection for Urban Scene Changchang Wu University of Washington Jan Michael Frahm UNC Chapel Hill Marc Pollefeys ETH Zürich Related Work Sparse Feature Matching [Loy et al. 06,

More information

UV disparity based obstacle detection and pedestrian classification in urban traffic scenarios

UV disparity based obstacle detection and pedestrian classification in urban traffic scenarios UV disparity based obstacle detection and pedestrian classification in urban traffic scenarios Alexandru Iloie, Ion Giosan, Sergiu Nedevschi Computer Science Department Technical University of Cluj-Napoca,

More information

Epipolar Geometry and Stereo Vision

Epipolar Geometry and Stereo Vision Epipolar Geometry and Stereo Vision Computer Vision Shiv Ram Dubey, IIIT Sri City Many slides from S. Seitz and D. Hoiem Last class: Image Stitching Two images with rotation/zoom but no translation. X

More information

MODELING a vehicle s environment is challenging but

MODELING a vehicle s environment is challenging but 572 IEEE TRANSACTIONS ON INTELLIGENT TRANSPORTATION SYSTEMS, VOL. 10, NO. 4, DECEMBER 2009 B-Spline Modeling of Road Surfaces With an Application to Free-Space Estimation Andreas Wedel, Hernán Badino,

More information

A Robust Two Feature Points Based Depth Estimation Method 1)

A Robust Two Feature Points Based Depth Estimation Method 1) Vol.31, No.5 ACTA AUTOMATICA SINICA September, 2005 A Robust Two Feature Points Based Depth Estimation Method 1) ZHONG Zhi-Guang YI Jian-Qiang ZHAO Dong-Bin (Laboratory of Complex Systems and Intelligence

More information

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press,   ISSN ransactions on Information and Communications echnologies vol 6, 996 WI Press, www.witpress.com, ISSN 743-357 Obstacle detection using stereo without correspondence L. X. Zhou & W. K. Gu Institute of Information

More information

Preceding vehicle detection and distance estimation. lane change, warning system.

Preceding vehicle detection and distance estimation. lane change, warning system. Preceding vehicle detection and distance estimation for lane change warning system U. Iqbal, M.S. Sarfraz Computer Vision Research Group (COMVis) Department of Electrical Engineering, COMSATS Institute

More information

Robust lane lines detection and quantitative assessment

Robust lane lines detection and quantitative assessment Robust lane lines detection and quantitative assessment Antonio López, Joan Serrat, Cristina Cañero, Felipe Lumbreras Computer Vision Center & Computer Science Dept. Edifici O, Universitat Autònoma de

More information

PRECEDING VEHICLE TRACKING IN STEREO IMAGES VIA 3D FEATURE MATCHING

PRECEDING VEHICLE TRACKING IN STEREO IMAGES VIA 3D FEATURE MATCHING PRECEDING VEHICLE TRACKING IN STEREO IMAGES VIA 3D FEATURE MATCHING Daniel Weingerl, Wilfried Kubinger, Corinna Engelhardt-Nowitzki UAS Technikum Wien: Department for Advanced Engineering Technologies,

More information

Published in: Proceedings from SPIE 9445, Seventh International Conference on Machine Vision (ICMV 2014)

Published in: Proceedings from SPIE 9445, Seventh International Conference on Machine Vision (ICMV 2014) Aalborg Universitet Stereoscopic Roadside Curb Height Measurement using V-Disparity Matu, Florin-Octavian; Vlaykov, Iskren; Thøgersen, Mikkel; Nasrollahi, Kamal; Moeslund, Thomas B. Published in: Proceedings

More information

LIDAR and stereo camera data fusion in mobile robot mapping

LIDAR and stereo camera data fusion in mobile robot mapping http://excel.fit.vutbr.cz LIDAR and stereo camera data fusion in mobile robot mapping Jana Vyroubalová* Abstract LIDAR (2D) has been widely used for mapping and navigation in mobile robotics. However,

More information

Realtime Omnidirectional Stereo for Obstacle Detection and Tracking in Dynamic Environments

Realtime Omnidirectional Stereo for Obstacle Detection and Tracking in Dynamic Environments Proc. 2001 IEEE/RSJ Int. Conf. on Intelligent Robots and Systems pp. 31-36, Maui, Hawaii, Oct./Nov. 2001. Realtime Omnidirectional Stereo for Obstacle Detection and Tracking in Dynamic Environments Hiroshi

More information

Egomotion Estimation by Point-Cloud Back-Mapping

Egomotion Estimation by Point-Cloud Back-Mapping Egomotion Estimation by Point-Cloud Back-Mapping Haokun Geng, Radu Nicolescu, and Reinhard Klette Department of Computer Science, University of Auckland, New Zealand hgen001@aucklanduni.ac.nz Abstract.

More information

Canny Edge Based Self-localization of a RoboCup Middle-sized League Robot

Canny Edge Based Self-localization of a RoboCup Middle-sized League Robot Canny Edge Based Self-localization of a RoboCup Middle-sized League Robot Yoichi Nakaguro Sirindhorn International Institute of Technology, Thammasat University P.O. Box 22, Thammasat-Rangsit Post Office,

More information

Vision-based ACC with a Single Camera: Bounds on Range and Range Rate Accuracy

Vision-based ACC with a Single Camera: Bounds on Range and Range Rate Accuracy Vision-based ACC with a Single Camera: Bounds on Range and Range Rate Accuracy Gideon P. Stein Ofer Mano Amnon Shashua MobileEye Vision Technologies Ltd. MobileEye Vision Technologies Ltd. Hebrew University

More information

ROBUST LINE-BASED CALIBRATION OF LENS DISTORTION FROM A SINGLE VIEW

ROBUST LINE-BASED CALIBRATION OF LENS DISTORTION FROM A SINGLE VIEW ROBUST LINE-BASED CALIBRATION OF LENS DISTORTION FROM A SINGLE VIEW Thorsten Thormählen, Hellward Broszio, Ingolf Wassermann thormae@tnt.uni-hannover.de University of Hannover, Information Technology Laboratory,

More information

Free Space Estimation using Occupancy Grids and Dynamic Object Detection

Free Space Estimation using Occupancy Grids and Dynamic Object Detection . Free Space Estimation using Occupancy Grids and Dynamic Object Detection Raghavender Sahdev Department of Computer Science University of Toronto Toronto, Canada raghavender.sahdev@mail.utoronto.ca Abstract

More information

COMPARATIVE STUDY OF DIFFERENT APPROACHES FOR EFFICIENT RECTIFICATION UNDER GENERAL MOTION

COMPARATIVE STUDY OF DIFFERENT APPROACHES FOR EFFICIENT RECTIFICATION UNDER GENERAL MOTION COMPARATIVE STUDY OF DIFFERENT APPROACHES FOR EFFICIENT RECTIFICATION UNDER GENERAL MOTION Mr.V.SRINIVASA RAO 1 Prof.A.SATYA KALYAN 2 DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING PRASAD V POTLURI SIDDHARTHA

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

3D Reconstruction of a Hopkins Landmark

3D Reconstruction of a Hopkins Landmark 3D Reconstruction of a Hopkins Landmark Ayushi Sinha (461), Hau Sze (461), Diane Duros (361) Abstract - This paper outlines a method for 3D reconstruction from two images. Our procedure is based on known

More information

A Summary of Projective Geometry

A Summary of Projective Geometry A Summary of Projective Geometry Copyright 22 Acuity Technologies Inc. In the last years a unified approach to creating D models from multiple images has been developed by Beardsley[],Hartley[4,5,9],Torr[,6]

More information

Gesture Recognition using Temporal Templates with disparity information

Gesture Recognition using Temporal Templates with disparity information 8- MVA7 IAPR Conference on Machine Vision Applications, May 6-8, 7, Tokyo, JAPAN Gesture Recognition using Temporal Templates with disparity information Kazunori Onoguchi and Masaaki Sato Hirosaki University

More information

Machine learning based automatic extrinsic calibration of an onboard monocular camera for driving assistance applications on smart mobile devices

Machine learning based automatic extrinsic calibration of an onboard monocular camera for driving assistance applications on smart mobile devices Technical University of Cluj-Napoca Image Processing and Pattern Recognition Research Center www.cv.utcluj.ro Machine learning based automatic extrinsic calibration of an onboard monocular camera for driving

More information

AUTOMATIC PARKING OF SELF-DRIVING CAR BASED ON LIDAR

AUTOMATIC PARKING OF SELF-DRIVING CAR BASED ON LIDAR AUTOMATIC PARKING OF SELF-DRIVING CAR BASED ON LIDAR Bijun Lee a, Yang Wei a, I. Yuan Guo a a State Key Laboratory of Information Engineering in Surveying, Mapping and Remote Sensing, Wuhan University,

More information

Stereo Vision Image Processing Strategy for Moving Object Detecting

Stereo Vision Image Processing Strategy for Moving Object Detecting Stereo Vision Image Processing Strategy for Moving Object Detecting SHIUH-JER HUANG, FU-REN YING Department of Mechanical Engineering National Taiwan University of Science and Technology No. 43, Keelung

More information

Monocular Vision Based Autonomous Navigation for Arbitrarily Shaped Urban Roads

Monocular Vision Based Autonomous Navigation for Arbitrarily Shaped Urban Roads Proceedings of the International Conference on Machine Vision and Machine Learning Prague, Czech Republic, August 14-15, 2014 Paper No. 127 Monocular Vision Based Autonomous Navigation for Arbitrarily

More information

Technical description of the HRI RoadTraffic dataset

Technical description of the HRI RoadTraffic dataset Technical description of the HRI RoadTraffic dataset A.Gepperth Abstract In this report, we give detailed technical information about the HRI RoadTraffic dataset that is used in our recent publications

More information

Sensory Augmentation for Increased Awareness of Driving Environment

Sensory Augmentation for Increased Awareness of Driving Environment Sensory Augmentation for Increased Awareness of Driving Environment Pranay Agrawal John M. Dolan Dec. 12, 2014 Technologies for Safe and Efficient Transportation (T-SET) UTC The Robotics Institute Carnegie

More information

Stereo obstacle detection in challenging environments: the VIAC experience

Stereo obstacle detection in challenging environments: the VIAC experience 2011 IEEE/RSJ International Conference on Intelligent Robots and Systems September 25-30, 2011. San Francisco, CA, USA Stereo obstacle detection in challenging environments: the VIAC experience Alberto

More information

Kinect Cursor Control EEE178 Dr. Fethi Belkhouche Christopher Harris Danny Nguyen I. INTRODUCTION

Kinect Cursor Control EEE178 Dr. Fethi Belkhouche Christopher Harris Danny Nguyen I. INTRODUCTION Kinect Cursor Control EEE178 Dr. Fethi Belkhouche Christopher Harris Danny Nguyen Abstract: An XBOX 360 Kinect is used to develop two applications to control the desktop cursor of a Windows computer. Application

More information

Lane Tracking in Hough Space Using Kalman filter

Lane Tracking in Hough Space Using Kalman filter Lane Tracking in Hough Space Using Kalman filter Kyuhyoung Choi 1, Kyungwon Min 2, Sungchul Lee 2, Wonki Park 2, Yongduek Seo 1 and Yousik Hong 3 1 Graduate school of media at Sognag Uinv. Korea {kyu,

More information

on some prior knowledge of the scene as flat road met in real scenarios. With stereo-vision systems the

on some prior knowledge of the scene as flat road met in real scenarios. With stereo-vision systems the 9-2 Camera Calibration Method for Far Range Stereovision Sensors Used in Vehicles Tiberiu Marita, Florin Oniga, Sergiu Nedevschi Computer Science Department Technical University of Cluj-Napoca Cluj-Napoca,

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 4,100 116,000 120M Open access books available International authors and editors Downloads Our

More information

CSE 252B: Computer Vision II

CSE 252B: Computer Vision II CSE 252B: Computer Vision II Lecturer: Serge Belongie Scribes: Jeremy Pollock and Neil Alldrin LECTURE 14 Robust Feature Matching 14.1. Introduction Last lecture we learned how to find interest points

More information

Miniature faking. In close-up photo, the depth of field is limited.

Miniature faking. In close-up photo, the depth of field is limited. Miniature faking In close-up photo, the depth of field is limited. http://en.wikipedia.org/wiki/file:jodhpur_tilt_shift.jpg Miniature faking Miniature faking http://en.wikipedia.org/wiki/file:oregon_state_beavers_tilt-shift_miniature_greg_keene.jpg

More information

Road Surface Scanning using Stereo Cameras for Motorcycles

Road Surface Scanning using Stereo Cameras for Motorcycles Road Surface Scanning using Stereo Cameras for Motorcycles Joerg Deigmoeller 1, Nils Einecke 1, Oliver Fuchs 2 and Herbert Janssen 1 1 Honda Research Institute Europe, Carl-Legien-Strasse 30, 63073 Offenbach,

More information

Real Time Obstacle Detection in Stereovision on Non Flat Road Geometry Through V-disparity Representation.

Real Time Obstacle Detection in Stereovision on Non Flat Road Geometry Through V-disparity Representation. Real Time Obstacle Detection in Stereovision on Non Flat Road Geometry Through V-disparity Representation. Raphael Labayrade, Didier Aubert, Jean-Philippe Tarel Abstract Many roads are not totaly planar

More information

2 OVERVIEW OF RELATED WORK

2 OVERVIEW OF RELATED WORK Utsushi SAKAI Jun OGATA This paper presents a pedestrian detection system based on the fusion of sensors for LIDAR and convolutional neural network based image classification. By using LIDAR our method

More information

Stereo vision. Many slides adapted from Steve Seitz

Stereo vision. Many slides adapted from Steve Seitz Stereo vision Many slides adapted from Steve Seitz What is stereo vision? Generic problem formulation: given several images of the same object or scene, compute a representation of its 3D shape What is

More information

A New Stereo Matching Approach for Real-time Road Obstacle Detection for Situations with Deteriorated Visibility

A New Stereo Matching Approach for Real-time Road Obstacle Detection for Situations with Deteriorated Visibility 2008 IEEE Intelligent Vehicles Symposium Eindhoven University of Technology Eindhoven, The Netherlands, June 4-6, 2008 A New Stereo Matching Approach for Real-time Road Obstacle Detection for Situations

More information

An Improved Evolutionary Algorithm for Fundamental Matrix Estimation

An Improved Evolutionary Algorithm for Fundamental Matrix Estimation 03 0th IEEE International Conference on Advanced Video and Signal Based Surveillance An Improved Evolutionary Algorithm for Fundamental Matrix Estimation Yi Li, Senem Velipasalar and M. Cenk Gursoy Department

More information

Study on the Signboard Region Detection in Natural Image

Study on the Signboard Region Detection in Natural Image , pp.179-184 http://dx.doi.org/10.14257/astl.2016.140.34 Study on the Signboard Region Detection in Natural Image Daeyeong Lim 1, Youngbaik Kim 2, Incheol Park 1, Jihoon seung 1, Kilto Chong 1,* 1 1567

More information

THE TASK of ground plane detection in images of 3D

THE TASK of ground plane detection in images of 3D Proceedings of the Federated Conference on Computer Science and Information Systems pp. 669 674 DOI: 10.15439/2017F40 ISSN 2300-5963 ACSIS, Vol. 11 Ground plane detection in 3D scenes for an arbitrary

More information

Computer Vision I. Announcements. Random Dot Stereograms. Stereo III. CSE252A Lecture 16

Computer Vision I. Announcements. Random Dot Stereograms. Stereo III. CSE252A Lecture 16 Announcements Stereo III CSE252A Lecture 16 HW1 being returned HW3 assigned and due date extended until 11/27/12 No office hours today No class on Thursday 12/6 Extra class on Tuesday 12/4 at 6:30PM in

More information

Sensor Fusion of Laser & Stereo Vision Camera for Depth Estimation and Obstacle Avoidance

Sensor Fusion of Laser & Stereo Vision Camera for Depth Estimation and Obstacle Avoidance Volume 1 No. 26 Sensor Fusion of Laser & Stereo Vision Camera for Depth Estimation and Obstacle Avoidance Saurav Kumar Daya Gupta Sakshi Yadav Computer Engg. Deptt. HOD, Computer Engg. Deptt. Student,

More information

FAST HUMAN DETECTION USING TEMPLATE MATCHING FOR GRADIENT IMAGES AND ASC DESCRIPTORS BASED ON SUBTRACTION STEREO

FAST HUMAN DETECTION USING TEMPLATE MATCHING FOR GRADIENT IMAGES AND ASC DESCRIPTORS BASED ON SUBTRACTION STEREO FAST HUMAN DETECTION USING TEMPLATE MATCHING FOR GRADIENT IMAGES AND ASC DESCRIPTORS BASED ON SUBTRACTION STEREO Makoto Arie, Masatoshi Shibata, Kenji Terabayashi, Alessandro Moro and Kazunori Umeda Course

More information

Detecting and recognizing centerlines as parabolic sections of the steerable filter response

Detecting and recognizing centerlines as parabolic sections of the steerable filter response Detecting and recognizing centerlines as parabolic sections of the steerable filter response Petar Palašek, Petra Bosilj, Siniša Šegvić Faculty of Electrical Engineering and Computing Unska 3, 10000 Zagreb

More information

Text Block Detection and Segmentation for Mobile Robot Vision System Applications

Text Block Detection and Segmentation for Mobile Robot Vision System Applications Proc. of Int. Conf. onmultimedia Processing, Communication and Info. Tech., MPCIT Text Block Detection and Segmentation for Mobile Robot Vision System Applications Too Boaz Kipyego and Prabhakar C. J.

More information

On Performance Evaluation Metrics for Lane Estimation

On Performance Evaluation Metrics for Lane Estimation On Performance Evaluation Metrics for Lane Estimation Ravi Kumar Satzoda and Mohan M. Trivedi Laboratory for Intelligent and Safe Automobiles, University of California San Diego, La Jolla, CA-92093 Email:

More information

Flexible Calibration of a Portable Structured Light System through Surface Plane

Flexible Calibration of a Portable Structured Light System through Surface Plane Vol. 34, No. 11 ACTA AUTOMATICA SINICA November, 2008 Flexible Calibration of a Portable Structured Light System through Surface Plane GAO Wei 1 WANG Liang 1 HU Zhan-Yi 1 Abstract For a portable structured

More information

Stereo Rectification for Equirectangular Images

Stereo Rectification for Equirectangular Images Stereo Rectification for Equirectangular Images Akira Ohashi, 1,2 Fumito Yamano, 1 Gakuto Masuyama, 1 Kazunori Umeda, 1 Daisuke Fukuda, 2 Kota Irie, 3 Shuzo Kaneko, 2 Junya Murayama, 2 and Yoshitaka Uchida

More information

Learning and Inferring Depth from Monocular Images. Jiyan Pan April 1, 2009

Learning and Inferring Depth from Monocular Images. Jiyan Pan April 1, 2009 Learning and Inferring Depth from Monocular Images Jiyan Pan April 1, 2009 Traditional ways of inferring depth Binocular disparity Structure from motion Defocus Given a single monocular image, how to infer

More information