com.supermap.ar.areffect.gnss
Class PoseMixer4
- java.lang.Object
-
- com.supermap.ar.areffect.gnss.PoseMixer
-
- com.supermap.ar.areffect.gnss.PoseMixer4
-
- All Implemented Interfaces:
- IPoseMixer
public class PoseMixer4 extends PoseMixer
Attitude fusion 4 -- weight fusion
-
-
Constructor Summary
Constructors Constructor and Description PoseMixer4(EffectView effectView)
The constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description float
getAccuracyThreshold()
get the AccuracyThresholdvoid
setAccuracyThreshold(float accuracyThreshold)
set the AccuracyThreshold-
Methods inherited from class com.supermap.ar.areffect.gnss.PoseMixer
dispose, getCurrentLocation, getCurrentPoseData, getLocationUpdateListener
-
-
-
-
Constructor Detail
-
PoseMixer4
public PoseMixer4(EffectView effectView)
The constructor- Parameters:
effectView
- AR特效视图
-
-
Method Detail
-
getAccuracyThreshold
public float getAccuracyThreshold()
get the AccuracyThreshold- Returns:
-
setAccuracyThreshold
public void setAccuracyThreshold(float accuracyThreshold)
set the AccuracyThreshold- Parameters:
accuracyThreshold
- High precision threshold (default value 0.15) Higher than this threshold indicates low precision
-
-