Commit 9a15276e authored by ahb's avatar ahb

fix unresolved references by using different (old?) style ones

parent 4649cbe4
...@@ -25,7 +25,7 @@ API Functions ...@@ -25,7 +25,7 @@ API Functions
showImage showImage
--------- ---------
Add a single image to debug GUI (similar to :ocv:func:`imshow` ). Add a single image to debug GUI (similar to :imshow:`imshow <>`).
.. ocv:function:: void showImage(InputArray img, const CallMetaData& metaData, const string& description, const string& view) .. ocv:function:: void showImage(InputArray img, const CallMetaData& metaData, const string& description, const string& view)
...@@ -52,7 +52,7 @@ Add two images to debug GUI for comparison. Usually the input and output of some ...@@ -52,7 +52,7 @@ Add two images to debug GUI for comparison. Usually the input and output of some
debugDMatch debugDMatch
----------- -----------
Add a filled in :ocv:struct:`DMatch` to debug GUI. The matches can are visualized for interactive inspection in different GUI views (one similar to an interactive :ocv:func:`drawMatches` ). Add a filled in :ocv:struct:`DMatch` to debug GUI. The matches can are visualized for interactive inspection in different GUI views (one similar to an interactive :draw_matches:`drawMatches<>`).
.. ocv:function:: void debugDMatch(InputArray img1, std::vector<cv::KeyPoint> keypoints1, InputArray img2, std::vector<cv::KeyPoint> keypoints2, std::vector<cv::DMatch> matches, const CallMetaData& metaData, const string& description, const string& view, bool useTrainDescriptor) .. ocv:function:: void debugDMatch(InputArray img1, std::vector<cv::KeyPoint> keypoints1, InputArray img2, std::vector<cv::KeyPoint> keypoints2, std::vector<cv::DMatch> matches, const CallMetaData& metaData, const string& description, const string& view, bool useTrainDescriptor)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment