Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
5e59b837
Commit
5e59b837
authored
Apr 01, 2016
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using iframe to embed youtube videos in aruco tutorials
parent
029559a7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
aruco_board_detection.markdown
...ials/aruco_board_detection/aruco_board_detection.markdown
+3
-1
aruco_detection.markdown
.../aruco/tutorials/aruco_detection/aruco_detection.markdown
+3
-1
charuco_detection.markdown
...co/tutorials/charuco_detection/charuco_detection.markdown
+3
-1
charuco_diamond_detection.markdown
...ruco_diamond_detection/charuco_diamond_detection.markdown
+3
-1
No files found.
modules/aruco/tutorials/aruco_board_detection/aruco_board_detection.markdown
View file @
5e59b837
...
...
@@ -198,7 +198,9 @@ Finally, a full example of board detection:
Sample video:
[
![Board Detection video
](
http://img.youtube.com/vi/Q1HlJEjW_j0/0.jpg
)
](https://youtu.be/Q1HlJEjW_j0)
@htmlonly
<iframe
width=
"420"
height=
"315"
src=
"https://www.youtube.com/embed/Q1HlJEjW_j0"
frameborder=
"0"
allowfullscreen
></iframe>
@endhtmlonly
A full working example is included in the
```detect_board.cpp```
inside the module samples folder.
...
...
modules/aruco/tutorials/aruco_detection/aruco_detection.markdown
View file @
5e59b837
...
...
@@ -325,7 +325,9 @@ A basic full example for pose estimation from single markers:
Sample video:
[
![ArUco markers detection video
](
http://img.youtube.com/vi/IsXWrcB_Hvs/0.jpg
)
](https://youtu.be/IsXWrcB_Hvs)
@htmlonly
<iframe
width=
"420"
height=
"315"
src=
"https://www.youtube.com/embed/IsXWrcB_Hvs"
frameborder=
"0"
allowfullscreen
></iframe>
@endhtmlonly
A full working example is included in the
```detect_markers.cpp```
inside the module samples folder.
...
...
modules/aruco/tutorials/charuco_detection/charuco_detection.markdown
View file @
5e59b837
...
...
@@ -234,7 +234,9 @@ Finally, this is a full example of ChArUco detection (without using calibration
Sample video:
[![ChArUco board detection video](http://img.youtube.com/vi/Nj44m_N_9FY/0.jpg)](https://youtu.be/Nj44m_N_9FY)
@htmlonly
<iframe width="420" height="315" src="https://www.youtube.com/embed/Nj44m_N_9FY" frameborder="0" allowfullscreen></iframe>
@endhtmlonly
A full working example is included in the ```
detect_board_charuco.cpp
``` inside the module samples folder.
...
...
modules/aruco/tutorials/charuco_diamond_detection/charuco_diamond_detection.markdown
View file @
5e59b837
...
...
@@ -154,6 +154,8 @@ as in a simple ArUco marker pose estimation.
Sample video:
[
![Diamond markers detection video
](
http://img.youtube.com/vi/OqKpBnglH7k/0.jpg
)
](https://youtu.be/OqKpBnglH7k)
@htmlonly
<iframe
width=
"420"
height=
"315"
src=
"https://www.youtube.com/embed/OqKpBnglH7k"
frameborder=
"0"
allowfullscreen
></iframe>
@endhtmlonly
A full working example is included in the
```detect_diamonds.cpp```
inside the module samples folder.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment