82 void predictKalmanFilter(
float dt,
float * vx=0,
float * vy=0,
float * vz=0,
float * vroll=0,
float * vpitch=0,
float * vyaw=0);
83 void updateKalmanFilter(
float & vx,
float & vy,
float & vz,
float & vroll,
float & vpitch,
float & vyaw);
bool _imagesAlreadyRectified
unsigned int framesProcessed() const
float _kalmanMeasurementNoise
cv::KalmanFilter kalmanFilter_
bool isInfoDataFilled() const
bool imagesAlreadyRectified() const
unsigned int framesProcessed_
Transform previousVelocityTransform_
std::map< std::string, std::string > ParametersMap
float _kalmanProcessNoise
const Transform & getPose() const
double previousStamp() const
virtual bool canProcessRawImages() const
const Transform & previousVelocityTransform() const
Transform previousGroundTruthPose_
std::vector< ParticleFilter * > particleFilters_