diff --git a/modules/aruco/tutorials/aruco_detection/aruco_detection.markdown b/modules/aruco/tutorials/aruco_detection/aruco_detection.markdown index 4ebda3e4a..0470beb5a 100644 --- a/modules/aruco/tutorials/aruco_detection/aruco_detection.markdown +++ b/modules/aruco/tutorials/aruco_detection/aruco_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 + #include ``` diff --git a/modules/aruco/tutorials/charuco_detection/charuco_detection.markdown b/modules/aruco/tutorials/charuco_detection/charuco_detection.markdown index 1d6697033..b443da09c 100644 --- a/modules/aruco/tutorials/charuco_detection/charuco_detection.markdown +++ b/modules/aruco/tutorials/charuco_detection/charuco_detection.markdown @@ -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 + #include ``` To define a ```CharucoBoard```, it is necesary: