Birds Eye View/Examples: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{Birds Eye View/Head|next=Examples/BEV_from_rectilinear_images|previous=Getting_the_Code/Building_and_Installation_Guide|keywords=}}
{{Birds Eye View/Head|next=Examples/BEV_from_rectilinear_images|previous=Getting_Started/Minimal_Application|keywords=|title=Birds Eye View examples}}
</noinclude>
</noinclude>
<seo
title="Real Time Birds Eye View - Examples | RidgeRun" titlemode="replace"
metakeywords="bev, birds-eye-view, birds eye view, cuda, stiching, stitcher, image processing, computer vision, jetson, nvidia" description="View examples of how to integrate RidgeRun's Birds Eye View for seamless aerial views for a scene from a series of cameras.">
</seo>


<!-- If you want a custom title for the page, un-comment and edit this line:
<!-- If you want a custom title for the page, un-comment and edit this line:
Line 7: Line 12:
-->
-->


= Examples =
== Examples ==
 
The library provides several examples. Here you will find information on 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:
 
<syntaxhighlight lang=bash>
mkdir build && cd build
meson -Ddoc=enabled ..
</syntaxhighlight>
 
And open the generated documentation (root-dir/docs/index.html) with your favorite browser.


The library provides five examples:
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]


The examples for Bird Eyes View (BEV) are organized into two categories. First the Basic BEV, and then the Fast BEV.


===Basic BEV===
1. Compute the Bird's Eye View Image from four rectilinear input images:
1. Compute the Bird's Eye View Image from four rectilinear input images:
*[[Birds_Eye_View/Examples/BEV_from_rectilinear_images | Example: BEV from Rectilinear Images ]]
*[[Birds_Eye_View/Examples/BEV_from_rectilinear_images | Example: BEV from Rectilinear Images ]]
Line 24: Line 42:
*[[Birds_Eye_View/Examples/BEV_from_rectilinear_videos | Example: BEV from Rectilinear Videos ]]
*[[Birds_Eye_View/Examples/BEV_from_rectilinear_videos | Example: BEV from Rectilinear Videos ]]


5. Compute the Bird's Eye View from Cameras:
===Fast BEV===
*[[Birds_Eye_View/Examples/BEV_from_fisheye_videos | Example: BEV from Cameras ]]
1. Compute the Bird's Eye View from Cameras:
*[[Birds_Eye_View/Examples/BEV_from_Camera | Example: BEV from Cameras ]]


<noinclude>
<noinclude>
{{Birds Eye View/Foot|Getting_the_Code/Building_and_Installation_Guide|Examples/BEV_from_rectilinear_images}}
{{Birds Eye View/Foot|Getting_Started/Minimal_Application|Examples/BEV_from_rectilinear_images}}
</noinclude>
</noinclude>

Latest revision as of 14:23, 28 August 2024





⇦ Getting_Started/Minimal_Application Home Examples/BEV_from_rectilinear_images ⇨






Examples

The library provides several examples. Here you will find information on 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

The examples for Bird Eyes View (BEV) are organized into two categories. First the Basic BEV, and then the Fast BEV.

Basic BEV

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:

Fast BEV

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



⇦ Getting_Started/Minimal_Application Home Examples/BEV_from_rectilinear_images ⇨