|
void | setName (std::string name) |
|
std::string | getName () |
|
bool | checkAspect (float w, float h) |
|
float | getWidth () |
|
float | getHeight () |
|
void | setWidth (float w) |
|
void | setHeight (float h) |
|
bool | initialise (std::shared_ptr< Marker > m) |
|
bool | isMarker (std::shared_ptr< Marker > markerPtr) |
|
◆ isMarker()
bool KudanImageTrackable::Private::isMarker |
( |
std::shared_ptr< Marker > |
markerPtr | ) |
|
|
inline |
For a given pointer to a marker, does that associate with this trackable? Currently this means either this trackable's marker pointer IS this marker, or it is this marker's ROOT (for extended markers)
The documentation for this class was generated from the following file: