|
template<typename T > |
int | Detect (IplImage *image, Camera *cam, std::map< int, T > &container, int type_id=0, int first_id=0, int last_id=65535, bool track=false, bool visualize=false, double max_new_marker_error=0.08, double max_track_error=0.2, LabelingMethod labeling_method=CVSEQ) |
| Detect markers in the image and fill in their 2D-positions in the given external container. More...
|
|
int | GetId (int marker_id, int corner_id, int first_id=0, int last_id=65535) |
|
template<typename T > |
void | MarkerToEC (std::map< int, T > &container, int marker_id, double edge_length, Pose &pose, int type_id=0, int first_id=0, int last_id=65535) |
| Fill in 3D-coordinates for marker_id marker corners using edge_length and pose. More...
|
|
| MarkerDetector () |
|
| ~MarkerDetector () |
|
int | Detect (IplImage *image, Camera *cam, bool track=false, bool visualize=false, double max_new_marker_error=0.08, double max_track_error=0.2, LabelingMethod labeling_method=CVSEQ, bool update_pose=true) |
| Detect Marker 's from image More...
|
|
int | DetectAdditional (IplImage *image, Camera *cam, bool visualize=false, double max_track_error=0.2) |
|
void | SetMarkerSize (double _edge_length=1, int _res=5, double _margin=2) |
|
void | SetMarkerSizeForId (unsigned long id, double _edge_length=1) |
|
void | SetOptions (bool _detect_pose_grayscale=false) |
|
void | TrackMarkerAdd (int id, PointDouble corners[4]) |
| Add markers to be tracked Sometimes application or e.g. the MultiMarker implementation knows more about marker locations. Then this method can be used after Detect to indicate where additional trackable markers could be found. The DetectAdditional is called for tracking these. More...
|
|
void | TrackMarkersReset () |
| Clear the markers that are tracked. More...
|
|
template<class M>
class alvar::MarkerDetectorEC< M >
Version of MarkerDetector using external container.
Definition at line 656 of file EC.h.