10
A Practical Solution: GOLD Generic Obstacle and Lane Detect ion • Theoretical Bases • Lane Detection • Obstacle Detection • Strong Points • Weak Points

A Practical Solution: GOLD GenericObstacleand LaneDetection Theoretical Bases Lane Detection Obstacle Detection Strong Points Weak Points

Embed Size (px)

Citation preview

Page 1: A Practical Solution: GOLD GenericObstacleand LaneDetection Theoretical Bases Lane Detection Obstacle Detection Strong Points Weak Points

A Practical Solution: GOLD

Generic Obstacle and Lane Detection

• Theoretical Bases

• Lane Detection

• Obstacle Detection

• Strong Points

• Weak Points

Page 2: A Practical Solution: GOLD GenericObstacleand LaneDetection Theoretical Bases Lane Detection Obstacle Detection Strong Points Weak Points

Theoretical Bases

The Inverse Perspective Mapping

The 3d space is transformed into the image space by the Perspective Transformation. The coordinates in the 3d space are (x,y,z), and the (u,v) are the coordinates in the image space.

Page 3: A Practical Solution: GOLD GenericObstacleand LaneDetection Theoretical Bases Lane Detection Obstacle Detection Strong Points Weak Points

Theoretical… (continued)

Mapping from image to a z=0 plane in 3d world (IPM)

Mapping from the 3d space to image space (remapping)

Page 4: A Practical Solution: GOLD GenericObstacleand LaneDetection Theoretical Bases Lane Detection Obstacle Detection Strong Points Weak Points

Camera parameters which are relevant in the computation

Example of a result obtained from IPM. At right, the FOV of the camera

Theoretical…(example)

Page 5: A Practical Solution: GOLD GenericObstacleand LaneDetection Theoretical Bases Lane Detection Obstacle Detection Strong Points Weak Points

Lane Detection

a) b) c) d) e)

a) Original Image

b) IPM image

c) Filtered image

d) Enhanced image (using morfodilatation)

e) Binarized image

Page 6: A Practical Solution: GOLD GenericObstacleand LaneDetection Theoretical Bases Lane Detection Obstacle Detection Strong Points Weak Points

Obstacle Detection

Stereo IPM

Main Idea: the Zero Disparity Surface (HOROPTER)Cameras are calibrated so that the IPM images from both cameras will be identical in the features aquired from the road plane (the horopter is a line, not a curve)

Page 7: A Practical Solution: GOLD GenericObstacleand LaneDetection Theoretical Bases Lane Detection Obstacle Detection Strong Points Weak Points

Obstacle Detection (cont’d)

a) b) c) d)

a) Acquired images from the left and right camerasb) IPM transformed images (L,R)c) Difference image. (Obstacles are the ones causing the differences)d) Remapped image. A black line indicates the detected obstacle

Page 8: A Practical Solution: GOLD GenericObstacleand LaneDetection Theoretical Bases Lane Detection Obstacle Detection Strong Points Weak Points

The Computing Architecture

The PAPRICA System

PArallel PRocessor for Image Checking and Analysis

Page 9: A Practical Solution: GOLD GenericObstacleand LaneDetection Theoretical Bases Lane Detection Obstacle Detection Strong Points Weak Points

Strong Points

- Tested on MOBLAB vehicle, on extra-urban roads, for 3000km- The vehicle speed: up to 80km/h- Not influenced by shadows on the road, illumination conditionsand road&vehicle texture

Page 10: A Practical Solution: GOLD GenericObstacleand LaneDetection Theoretical Bases Lane Detection Obstacle Detection Strong Points Weak Points

Weak Points

Lane detection fails when: - the road is not flat (a,b) - the road markings are not visible (c,d)

Due to the vehicle movements slight changes appear in the camera parameters – this problem can be solved by image stabilization schemes