Public Methods

mw::nar::MarkerTrans_cl Class

Class for estimating marker coordinate systems.[Details]

#include <narMarkerTrans.h>

List of All Members

Public Methods

boolEstimate (Marker_cl &r_Marker, const Projection_cl &cr_Proj) const
 Estimates a marker's coordinate system.
voidSetAccelerationOnMildRotation (bool b, f32 t=0.25f)
 When interpolating with the previous matrix, results should track immediately when no shaking is detected.
voidSetMildRotation (bool b, f32 t=0.5f)
 Specifies to interpolate the rotation matrix with the previous matrix.

Description

Class for estimating marker coordinate systems.


Functions

bool mw::nar::MarkerTrans_cl::Estimate ( Marker_cl r_Marker,
const Projection_cl cr_Proj 
) const

Estimates a marker's coordinate system.

Return values:
Returns false when the function could not estimate. 
void mw::nar::MarkerTrans_cl::SetAccelerationOnMildRotation ( bool b,
f32 t = 0.25f 
) [inline]

When interpolating with the previous matrix, results should track immediately when no shaking is detected.

Argument:
b Tracks immediately when true.
t Interpolation coefficient. (0.0: use this matrix; 1.0: use previous matrix)
void mw::nar::MarkerTrans_cl::SetMildRotation ( bool b,
f32 t = 0.5f 
) [inline]

Specifies to interpolate the rotation matrix with the previous matrix.

Argument:
b Specify true to interpolate.
t Interpolation coefficient. (0.0: use this matrix; 1.0: use previous matrix)

This class description was generated from the following file.


CONFIDENTIAL