Fix link
authormicha137 <bunk@iat.uni-leipzig.de>
Mon, 26 Apr 2021 12:01:50 +0000 (14:01 +0200)
committerMichael Bunk <bunk@iat.uni-leipzig.de>
Tue, 27 Apr 2021 09:22:07 +0000 (11:22 +0200)
doc/tutorials/calib3d/real_time_pose/real_time_pose.markdown

index 98a44b232b9e3aeead9b551590500987d1888083..052473b51a7b62a165287ed08711efaa62f13fe1 100644 (file)
@@ -80,7 +80,7 @@ The tutorial consists of two main programs:
 
     The application starts up extracting the ORB features and descriptors from the input image and
     then uses the mesh along with the [Möller–Trumbore intersection
-    algorithm](http://http://en.wikipedia.org/wiki/M%C3%B6ller%E2%80%93Trumbore_intersection_algorithm/)
+    algorithm](http://en.wikipedia.org/wiki/M%C3%B6ller%E2%80%93Trumbore_intersection_algorithm/)
     to compute the 3D coordinates of the found features. Finally, the 3D points and the descriptors
     are stored in different lists in a file with YAML format which each row is a different point. The
     technical background on how to store the files can be found in the @ref tutorial_file_input_output_with_xml_yml