how to realize real time image stitching

Post on 12-Apr-2017

623 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

How to realize REAL TIME IMAGE STITCHING

with multiple cameraHiroshi Matsuoka

Open CV is a collection of general purpose image processing functions.

However, it does not mean those functions have been

well optimized.

Here, I will introduce how to optimize

OpenCV for real-time

image stitching.

Stitching module of OpenCV uses GPU partially(left).

So, I optimized to process fully on the GPU(right).

Conclusion• OpenCV functions are not well optimized.

• For particular application, you must optimize it.

• Cult of the GPU!

DEMO

top related