An Intuitive Navigation System: Augmented Reality on the Car Windshield

8
An Intuitive Navigation System: Augmented Reality on the Car Windshield WALDIR PIMENTA ([email protected]) CENTRO DE CIÊNCIA E TECNOLOGIA DE COMPUTAÇÃO UNIVERSIDADE DO MINHO

description

Slides for a poster I presented in the 20th Encontro Português de Computação Gráfica, in Viana do Castelo, Portugal, October 2012.

Transcript of An Intuitive Navigation System: Augmented Reality on the Car Windshield

Page 1: An Intuitive Navigation System: Augmented Reality on the Car Windshield

An Intuitive Navigation System:Augmented Reality on the Car Windshield

WALDIR PIMENTA([email protected])

CENTRO DE CIÊNCIA E TECNOLOGIA DE COMPUTAÇÃO

UNIVERSIDADE DO MINHO

Page 2: An Intuitive Navigation System: Augmented Reality on the Car Windshield

Context / Motivation

Most current navigation assistance systems (e.g. GPS devices) are HDD (Head-Down Displays).

Problems with this approach:✘ Driver has to look away from the road✘ Reduced reflexes due to the context switch

We can do better:✔ HUD (Head-Up Displays)

(superimpose virtual images directly in the driver's field of view)✔ AR (Augmented Reality)

(seamlessly integrate virtual elements into the real world context)

1

Page 3: An Intuitive Navigation System: Augmented Reality on the Car Windshield

State of the art2Product Year Overlay HUD AR On-road

Regular GPS -- ✘ ✘ ✘ ✔

Blaupunkt TravelPilot 2008 ✔ ✘ ✘ ✔

Wikitude Drive 2009 ✔ ✘ ✔ ✔

SuperImaging+GM HUD 2009 ✔ ✔ ✔ ✘

BMW Head-Up Display 2011 ✔ ✔ ✘ ✔

MVS Virtual Cable 2011 ✔ ✔ ✔ ✘

Pioneer Cyber Navi 2012 ✔ ✔ ✔ ✘

Proposed system -- ✔ ✔ ✔ ✔

Wikitude Drive BMW Head-Up DisplayMVS Virtual Cable

Page 4: An Intuitive Navigation System: Augmented Reality on the Car Windshield

Proposed system3Requirements Challenges Proposed solutions

In complex intersections, precise positioning of the virtual elements is crucial to reduce decision errors and delay.

GPS is not enough for this: ~15m accuracy.Differential GPS (~10cm accuracy) is not widespread yet.

Enhanced positioning using outer camera and structure from motion (SfM) computer vision algorithms.

Such precision then requires correct motion parallax to avoid unalignment issues when the driver moves their head.

Specialized sensors or headgear would increase the system's cost and complexity.

Video-based head tracking with infrared cameras.

Finally, the virtual elements must be viewable while looking at the road (without shifting focus to the windshield).

Stereo images could solve this, but would require replacing the windshield with a more sophisticated display.

Horizontal lines (instead ofcontinuous virtual path) which can be fused due to lack of vertical edges.

Page 5: An Intuitive Navigation System: Augmented Reality on the Car Windshield

Proposed system3

Fig. 1: non-stereoscopic HUD with eyes focused/converged on the road.

Page 6: An Intuitive Navigation System: Augmented Reality on the Car Windshield

Proposed system3

Fig. 2: eliminating vertical edges should enable unconverged binocular fusion.

Page 7: An Intuitive Navigation System: Augmented Reality on the Car Windshield

Research questions

Do horizontal lines work to avoid stereoscopy?Otherwise, enhanced windshields might be needed for AR content.

Is computer vision enough for fine adjustment of the GPS?Other components might be needed: accelerometers, gyroscopes, compass, mechanical trackers, infrared sensors, laser sensors...

What projection hardware is best for AR car navigation?In terms of size, display quality, robustness to visibility conditions, cost... (potential alternative: AR glasses).

4

Page 8: An Intuitive Navigation System: Augmented Reality on the Car Windshield

Thank you.