removed unnecessary character

pull/1153/head
atinfinity 8 years ago
parent c42beb4c34
commit 9a3cb3092f
  1. 2
      modules/aruco/tutorials/aruco_detection/aruco_detection.markdown
  2. 2
      modules/aruco/tutorials/charuco_detection/charuco_detection.markdown

@ -20,7 +20,7 @@ a popular library for detection of square fiducial markers developed by Rafael M
The aruco functionalities are included in:
``` c++
\#include <opencv2/aruco.hpp>
#include <opencv2/aruco.hpp>
```

@ -29,7 +29,7 @@ The aruco module provides the ```cv::aruco::CharucoBoard``` class that represent
This class, as the rest of ChArUco functionalities, are defined in:
``` c++
\#include <opencv2/aruco/charuco.hpp>
#include <opencv2/aruco/charuco.hpp>
```
To define a ```CharucoBoard```, it is necesary:

Loading…
Cancel
Save