Drovisio
Main Page
Classes
Files
File List
src
detector_aruco.h
1
#ifndef MASK_DETECTOR_ARUCO_H
2
#define MASK_DETECTOR_ARUCO_H
3
4
#include <opencv2/core.hpp>
5
#include "
detector_common.h
"
6
7
namespace
det_aru
{
8
void
scan_image_aruco(
det_com::Config
&config, cv::InputArray input, cv::InputOutputArray output, std::vector<det_com::Block> &blocks);
9
}
10
11
#endif //MASK_DETECTOR_ARUCO_H
det_aru
Definition:
detector_aruco.cpp:5
det_com::Config
Config used.
Definition:
detector_common.h:43
detector_common.h
Generated by
1.8.11