Skip to content

Commit 3589b06

Browse files
committed
Merge pull request #621 from mshabunin:documentation-fixes
2 parents 029559a + 5e59b83 commit 3589b06

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

modules/aruco/tutorials/aruco_board_detection/aruco_board_detection.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ Finally, a full example of board detection:
198198
199199
Sample video:
200200
201-
[![Board Detection video](http://img.youtube.com/vi/Q1HlJEjW_j0/0.jpg)](https://youtu.be/Q1HlJEjW_j0)
201+
@htmlonly
202+
<iframe width="420" height="315" src="https://www.youtube.com/embed/Q1HlJEjW_j0" frameborder="0" allowfullscreen></iframe>
203+
@endhtmlonly
202204
203205
A full working example is included in the ```detect_board.cpp``` inside the module samples folder.
204206

modules/aruco/tutorials/aruco_detection/aruco_detection.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,9 @@ A basic full example for pose estimation from single markers:
325325
326326
Sample video:
327327
328-
[![ArUco markers detection video](http://img.youtube.com/vi/IsXWrcB_Hvs/0.jpg)](https://youtu.be/IsXWrcB_Hvs)
328+
@htmlonly
329+
<iframe width="420" height="315" src="https://www.youtube.com/embed/IsXWrcB_Hvs" frameborder="0" allowfullscreen></iframe>
330+
@endhtmlonly
329331
330332
A full working example is included in the ```detect_markers.cpp``` inside the module samples folder.
331333

modules/aruco/tutorials/charuco_detection/charuco_detection.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@ Finally, this is a full example of ChArUco detection (without using calibration
234234

235235
Sample video:
236236

237-
[![ChArUco board detection video](http://img.youtube.com/vi/Nj44m_N_9FY/0.jpg)](https://youtu.be/Nj44m_N_9FY)
237+
@htmlonly
238+
<iframe width="420" height="315" src="https://www.youtube.com/embed/Nj44m_N_9FY" frameborder="0" allowfullscreen></iframe>
239+
@endhtmlonly
238240

239241
A full working example is included in the ```detect_board_charuco.cpp``` inside the module samples folder.
240242

modules/aruco/tutorials/charuco_diamond_detection/charuco_diamond_detection.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ as in a simple ArUco marker pose estimation.
154154

155155
Sample video:
156156

157-
[![Diamond markers detection video](http://img.youtube.com/vi/OqKpBnglH7k/0.jpg)](https://youtu.be/OqKpBnglH7k)
157+
@htmlonly
158+
<iframe width="420" height="315" src="https://www.youtube.com/embed/OqKpBnglH7k" frameborder="0" allowfullscreen></iframe>
159+
@endhtmlonly
158160

159161
A full working example is included in the ```detect_diamonds.cpp``` inside the module samples folder.

0 commit comments

Comments
 (0)