Skip to content

Commit

Permalink
doc: https links + more board images to print
Browse files Browse the repository at this point in the history
  • Loading branch information
adynathos committed Aug 19, 2018
1 parent 453c678 commit 326b70d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Binary file added Documentation/markers/AURBoard_SquareB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documentation/markers/ChArUco_20_C.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documentation/markers/ChArUco_26_C.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Version <b>1.2.04</b> - build for UE 4.19, OpenCV 3.4.1:
The plugin tries to detect what video sources are available depending on the platform:
<ul>
<li>Android - the device camera will be used, available resolutions determined using the camera API</li>
<li>Windows, Linux - video acquisition is achieved using OpenCV's <a href="http://docs.opencv.org/3.2.0/d8/dfe/classcv_1_1VideoCapture.html">VideoCapture</a>.
<li>Windows, Linux - video acquisition is achieved using OpenCV's <a href="https://docs.opencv.org/3.4.1/d8/dfe/classcv_1_1VideoCapture.html">VideoCapture</a>.
Standard resolutions are offered, but there is no guarantee that the camera can output in all resolutions.</li>
<li>Video files: <tt>AURVideoVideoFile</tt>. The <tt>VideoFile</tt> should be the path to the file relative to <tt>FPaths::GameDir()</tt>.
GStreamer needs to be installed to play videos.
Expand Down Expand Up @@ -149,7 +149,7 @@ To perform calibration of your camera:
<h2 name="tracking">Tracking</h2>
<p>
This plugin uses <a href="http://www.uco.es/investiga/grupos/ava/node/26">ArUco</a> boards for camera pose estimation,
specifically the <a href="http://docs.opencv.org/3.2.0/d5/dae/tutorial_aruco_detection.html">implementation of ArUco in OpenCV contrib</a>.
specifically the <a href="https://docs.opencv.org/3.4.1/d5/dae/tutorial_aruco_detection.html">implementation of ArUco in OpenCV contrib</a>.
</p>
<p>
Boards are used for two purposes:
Expand Down Expand Up @@ -183,10 +183,11 @@ Please see the example boards in <tt>AugmentedUnreality/Content/Patterns</tt> an
<p>
<p>
<ul>
<li><a href="http://docs.opencv.org/3.2.0/d5/dae/tutorial_aruco_detection.html">ArUco</a> - markers can be arranged into any spatial configuration.
Use <tt>PatternCube</tt>, <tt>PatternSquare_A</tt>, <tt>PatternSquare_B</tt> or subclass <tt>AURFiducialPatternSpatialBP</tt>. </li>

<li><a href="http://docs.opencv.org/3.2.0/df/d4a/tutorial_charuco_detection.html">ChArUco</a> boards - markers are combined with a chessboard grid. More accurate tracking but must be on a plane. Use <tt>PatternChessboard_A</tt>, <tt>PatternChessboard_B</tt> or subclass <tt>AURFiducialPatternFlatBoardBP</tt>.</li>
<li><a href="https://docs.opencv.org/3.4.1/d5/dae/tutorial_aruco_detection.html">ArUco</a> - markers can be arranged into any spatial configuration.
Use <tt>PatternCube</tt>, <tt>PatternSquare_A</tt>, <tt>PatternSquare_B</tt> or subclass <tt>AURFiducialPatternSpatialBP</tt>.
</li>
<li><a href="https://docs.opencv.org/3.4.1/df/d4a/tutorial_charuco_detection.html">ChArUco</a> boards - markers are combined with a chessboard grid. More accurate tracking but must be on a plane. Use <tt>PatternChessboard_A</tt>, <tt>PatternChessboard_B</tt> or subclass <tt>AURFiducialPatternFlatBoardBP</tt>.
</li>
</ul>
</p>
<h4 name="custom_boards">Custom boards</h4>
Expand Down

0 comments on commit 326b70d

Please sign in to comment.