Birds Eye View/Examples: Difference between revisions

From RidgeRun Developer Wiki
mNo edit summary
Line 9: Line 9:
== Examples ==
== Examples ==


The library provides five examples:
The library provides several examples. Here you will find information of expected input/output for some of them.
To review all the examples and source code documentation please build the library with documentation support as follows:
 
<source lang="bash">
mkdir build && cd build
meson -Ddoc=enabled ..
</source>
 
And open the generated documentation (root-dir/docs/index.html) with your favorite browser.
 
You can also review the documentation online version of the library's latest version at:
[https://ridgerun.gitlab.io/rnd/bird-eye-view/Examples.html https://ridgerun.gitlab.io/rnd/bird-eye-view/Examples.html]





Revision as of 16:49, 3 March 2020





⇦ Getting_Started/Minimal_Application Home Examples/BEV_from_rectilinear_images ⇨





Examples

The library provides several examples. Here you will find information of expected input/output for some of them. To review all the examples and source code documentation please build the library with documentation support as follows:

mkdir build && cd build
meson -Ddoc=enabled ..

And open the generated documentation (root-dir/docs/index.html) with your favorite browser.

You can also review the documentation online version of the library's latest version at: https://ridgerun.gitlab.io/rnd/bird-eye-view/Examples.html


1. Compute the Bird's Eye View Image from four rectilinear input images:

2. Compute the Bird's Eye View Image from four fisheye input images:

3. Remove the fisheye distortion from an input image:

4. Compute the Bird's Eye View from four rectilinear input videos:

5. Compute the Bird's Eye View from Cameras:



⇦ Getting_Started/Minimal_Application Home Examples/BEV_from_rectilinear_images ⇨