#include <marker.h>
|
| enum | Source {
MANUAL
, DETECTED
, TRACKED
, MATCHED
,
PREDICTED
} |
| enum | Status { UNKNOWN
, INLIER
, OUTLIER
} |
| enum | ModelType { POINT
, PLANE
, LINE
, CUBE
} |
| enum | Channel { CHANNEL_R = (1 << 0)
, CHANNEL_G = (1 << 1)
, CHANNEL_B = (1 << 2)
} |
|
| template<typename T> |
| void | Offset (const T &offset) |
| template<typename T> |
| void | SetPosition (const T &new_center) |
Definition at line 40 of file marker.h.
◆ Channel
| Enumerator |
|---|
| CHANNEL_R | |
| CHANNEL_G | |
| CHANNEL_B | |
Definition at line 98 of file marker.h.
◆ ModelType
| Enumerator |
|---|
| POINT | |
| PLANE | |
| LINE | |
| CUBE | |
Definition at line 89 of file marker.h.
◆ Source
| Enumerator |
|---|
| MANUAL | |
| DETECTED | |
| TRACKED | |
| MATCHED | |
| PREDICTED | |
Definition at line 59 of file marker.h.
◆ Status
| Enumerator |
|---|
| UNKNOWN | |
| INLIER | |
| OUTLIER | |
Definition at line 72 of file marker.h.
◆ Offset()
| void mv::Marker::Offset |
( |
const T & | offset | ) |
|
|
inline |
◆ SetPosition()
| void mv::Marker::SetPosition |
( |
const T & | new_center | ) |
|
|
inline |
◆ center
◆ clip
◆ disabled_channels
| int mv::Marker::disabled_channels |
◆ frame
◆ model_id
◆ model_type
◆ patch
| Quad2Df mv::Marker::patch |
◆ reference_clip
| int mv::Marker::reference_clip |
◆ reference_frame
| int mv::Marker::reference_frame |
◆ search_region
| Region mv::Marker::search_region |
◆ source
◆ status
◆ track
◆ weight
The documentation for this struct was generated from the following file: