Commit 9a3cb309 authored by atinfinity's avatar atinfinity

removed unnecessary character

parent c42beb4c
......@@ -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:
......
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