Skip to content

Commit 78a377a

Browse files
committed
Fix doxygen links in tutorial
1 parent 8cc11b2 commit 78a377a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/aruco/tutorials/aruco_detection/aruco_detection.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ cv::aruco::ArucoDetector detector(dictionary, detectorParams);
169169
detector.detectMarkers(inputImage, markerCorners, markerIds, rejectedCandidates);
170170
@endcode
171171

172-
When you create an `ArucoDetector` object, you need to pass the following parameters to the constructor:
172+
When you create an `#cv::aruco::ArucoDetector` object, you need to pass the following parameters to the constructor:
173173

174174
- A dictionary object, in this case one of the predefined dictionaries (`#cv::aruco::DICT_6X6_250`).
175-
- Object of type `#cv::aruco::DetectionParameters`. This object includes all parameters that can be customized during the detection process. These parameters will be explained in the next section.
175+
- Object of type `#cv::aruco::DetectorParameters`. This object includes all parameters that can be customized during the detection process. These parameters will be explained in the next section.
176176

177177
The parameters of `detectMarkers` are:
178178

0 commit comments

Comments
 (0)