#include <markerdetector.h>
|
| MarkerCandidate () |
|
| MarkerCandidate (const Marker &M) |
|
| MarkerCandidate (const MarkerCandidate &M) |
|
MarkerCandidate & | operator= (const MarkerCandidate &M) |
|
void | calculateExtrinsics (float markerSize, const CameraParameters &CP, bool setYPerpendicular=true) throw (cv::Exception) |
|
void | calculateExtrinsics (float markerSize, cv::Mat CameraMatrix, cv::Mat Distorsion=cv::Mat(), bool setYPerpendicular=true) throw (cv::Exception) |
|
void | draw (cv::Mat &in, cv::Scalar color, int lineWidth=1, bool writeId=true) const |
|
void | fromStream (istream &str) |
|
float | getArea () const |
|
cv::Point2f | getCenter () const |
|
float | getPerimeter () const |
|
void | glGetModelViewMatrix (double modelview_matrix[16]) throw (cv::Exception) |
|
bool | isValid () const |
|
| Marker () |
|
| Marker (int id) |
|
| Marker (const Marker &M) |
|
| Marker (const std::vector< cv::Point2f > &corners, int _id=-1) |
|
void | OgreGetPoseParameters (double position[3], double orientation[4]) throw (cv::Exception) |
|
bool | operator== (const Marker &m) const |
|
void | toStream (ostream &str) const |
|
| ~Marker () |
|
Definition at line 303 of file markerdetector.h.
aruco::MarkerDetector::MarkerCandidate::MarkerCandidate |
( |
| ) |
|
|
inline |
aruco::MarkerDetector::MarkerCandidate::MarkerCandidate |
( |
const Marker & |
M | ) |
|
|
inline |
aruco::MarkerDetector::MarkerCandidate::MarkerCandidate |
( |
const MarkerCandidate & |
M | ) |
|
|
inline |
vector< cv::Point > aruco::MarkerDetector::MarkerCandidate::contour |
int aruco::MarkerDetector::MarkerCandidate::idx |
The documentation for this class was generated from the following file: