Skip to content

Commit 9a3cb30

Browse files
committed
removed unnecessary character
1 parent c42beb4 commit 9a3cb30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/aruco/tutorials/aruco_detection/aruco_detection.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ a popular library for detection of square fiducial markers developed by Rafael M
2020
2121
The aruco functionalities are included in:
2222
``` c++
23-
\#include <opencv2/aruco.hpp>
23+
#include <opencv2/aruco.hpp>
2424
```
2525

2626

modules/aruco/tutorials/charuco_detection/charuco_detection.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The aruco module provides the ```cv::aruco::CharucoBoard``` class that represent
2929
This class, as the rest of ChArUco functionalities, are defined in:
3030

3131
``` c++
32-
\#include <opencv2/aruco/charuco.hpp>
32+
#include <opencv2/aruco/charuco.hpp>
3333
```
3434

3535
To define a ```CharucoBoard```, it is necesary:

0 commit comments

Comments
 (0)