Blender  V3.3
Public Attributes | List of all members
libmv::Marker Struct Reference

#include <tracks.h>

Public Attributes

int image
 
int track
 
double x
 
double y
 
double weight
 

Detailed Description

A Marker is the 2D location of a tracked point in an image.

x, y is the position of the marker in pixels from the top left corner in the image identified by image. All markers for to the same target form a track identified by a common track number.

weight is used by bundle adjustment and weight means how much the track affects on a final solution.

Note
Markers are typically aggregated with the help of the class. Tracks

Definition at line 46 of file libmv/simple_pipeline/tracks.h.

Member Data Documentation

◆ image

int libmv::Marker::image

◆ track

int libmv::Marker::track

◆ weight

double libmv::Marker::weight

◆ x

double libmv::Marker::x

◆ y

double libmv::Marker::y

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