Blender V5.0
Marker Struct Reference

#include <marker.h>

Public Types

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) }

Public Member Functions

template<typename T>
void Offset (const T &offset)
template<typename T>
void SetPosition (const T &new_center)

Public Attributes

int clip
int frame
int track
Vec2f center
Quad2Df patch
float weight
Source source
Status status
Region search_region
int reference_clip
int reference_frame
ModelType model_type
int model_id
int disabled_channels

Detailed Description

Definition at line 40 of file marker.h.

Member Enumeration Documentation

◆ 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.

Member Function Documentation

◆ Offset()

template<typename T>
void mv::Marker::Offset ( const T & offset)
inline

Definition at line 109 of file marker.h.

◆ SetPosition()

template<typename T>
void mv::Marker::SetPosition ( const T & new_center)
inline

Definition at line 117 of file marker.h.

Member Data Documentation

◆ center

Definition at line 47 of file marker.h.

◆ clip

Definition at line 41 of file marker.h.

◆ disabled_channels

Definition at line 105 of file marker.h.

◆ frame

Definition at line 42 of file marker.h.

◆ model_id

Definition at line 93 of file marker.h.

◆ model_type

Definition at line 90 of file marker.h.

◆ patch

Definition at line 51 of file marker.h.

◆ reference_clip

Definition at line 80 of file marker.h.

◆ reference_frame

Definition at line 81 of file marker.h.

◆ search_region

Definition at line 77 of file marker.h.

◆ source

Definition at line 68 of file marker.h.

◆ status

Definition at line 73 of file marker.h.

◆ track

Definition at line 43 of file marker.h.

◆ weight

Definition at line 57 of file marker.h.


The documentation for this struct was generated from the following file: