Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:doxycode [2024/01/21 13:58] lprobsth1playground:doxycode [2024/01/21 15:06] (current) – fix language lprobsth1
Line 97: Line 97:
 } }
 </doxycode> | </doxycode> |
-| The following example is taken from [[https://docs.opencv.org/4.x/d5/dae/tutorial_aruco_detection.html]]. \\ The tag file from [[https://docs.opencv.org/4.x/opencv.tag]] is used for referencing the documentation. ||+<WRAP> 
 +The following example is taken from [[https://docs.opencv.org/4.x/d5/dae/tutorial_aruco_detection.html]]. \\ The tag file from [[https://docs.opencv.org/4.8.0/opencv.tag]] is used for referencing the documentation. \\ 
 +Building the snippet through the task runner is enabled globally for the tag file. 
 +</WRAP> ||
 | <code c> | <code c>
 #include <opencv2/aruco.hpp> #include <opencv2/aruco.hpp>
Line 121: Line 124:
         break;         break;
 } }
-</code> | <doxycode tagfiles="opencv4.8.0" language="c">+</code> | <doxycode tagfiles="opencv4.8.0" language=cpp>
 #include <opencv2/aruco.hpp> #include <opencv2/aruco.hpp>
 cv::VideoCapture inputVideo; cv::VideoCapture inputVideo;
Line 145: Line 148:
 } }
 </doxycode> | </doxycode> |
 +
QR Code
QR Code playground:doxycode (generated for current page)