#include "markerdetector.h"#include "subpixelcorner.h"#include <opencv2/core/core.hpp>#include <opencv2/features2d/features2d.hpp>#include <opencv2/imgproc/imgproc.hpp>#include <opencv2/calib3d/calib3d.hpp>#include <opencv2/highgui/highgui.hpp>#include <iostream>#include <fstream>#include "arucofidmarkers.h"#include <valarray>#include "ar_omp.h"
Go to the source code of this file.
Namespaces | |
| namespace | aruco |
Functions | |
| void | aruco::findCornerPointsInContour (const vector< cv::Point2f > &points, const vector< cv::Point > &contour, vector< int > &idxs) |
| int | aruco::findDeformedSidesIdx (const vector< cv::Point > &contour, const vector< int > &idxSegments) |
| void | aruco::setPointIntoImage (cv::Point2f &p, cv::Size s) |
| void | aruco::setPointIntoImage (cv::Point &p, cv::Size s) |