#include <svmmarkers.h>
Definition at line 48 of file svmmarkers.h.
aruco::SVMMarkers::SVMMarkers |
( |
| ) |
|
virtual aruco::SVMMarkers::~SVMMarkers |
( |
| ) |
|
|
inlinevirtual |
bool aruco::SVMMarkers::detect |
( |
const cv::Mat & |
in, |
|
|
int & |
marker_id, |
|
|
int & |
nRotations |
|
) |
| |
|
virtual |
Detect marker in a canonical image. Return marker id in 0 rotation, or -1 if not found Assign the detected rotation of the marker to nRotation
Implements aruco::MarkerLabeler.
Definition at line 172 of file svmmarkers.cpp.
int aruco::SVMMarkers::getBestInputSize |
( |
| ) |
|
|
virtual |
getBestInputSize if desired, you can set the desired input size to the detect function
- Returns
- -1 if detect accept any type of input, or a size otherwise
Reimplemented from aruco::MarkerLabeler.
Definition at line 173 of file svmmarkers.cpp.
std::string aruco::SVMMarkers::getName |
( |
| ) |
const |
|
inlinevirtual |
bool aruco::SVMMarkers::load |
( |
std::string |
path = "" | ) |
|
throw | ( | cv::Exception |
| ) | | |
The documentation for this class was generated from the following files: