Skip to content

Commit a08eac4

Browse files
committed
Merge pull request opencv#19979 from micha137:patch-3
2 parents 55aa1d4 + 7021ea6 commit a08eac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/calib3d/real_time_pose/real_time_pose.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The tutorial consists of two main programs:
8080

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

0 commit comments

Comments
 (0)