virtual bool stop_filter()
Stop and reset the SIR particle filter.
virtual std::vector< std::string > help(const std::string &functionName="--all")
virtual bool use_analogs(const bool status)
Use/Don't use the analog values from the right hand to correct the finger poses.
VisualSISParticleFilterIDL()
virtual bool set_estimates_extraction_method(const std::string &method)
Change the current method to extract the state estimates from the particle set.
virtual bool quit()
Gently close the application, deallocating resources.
virtual bool set_mobile_average_window(const int16_t window=20)
Change the window size of mobile averages for estimates extraction.
virtual std::vector< std::string > get_info()
Get information about recursive Bayesian filter, like it's status, the available methods, and the current one in use, to extract the state estimate from the particle set.
virtual bool read(yarp::os::ConnectionReader &connection) override
virtual bool run_filter()
Initialize and run the visual SIR particle filter.
virtual bool reset_filter()
Reset the visual SIR particle filter.
VisualSISParticleFilterIDL IDL Interface to VisualSIRParticleFilter options.
virtual bool skip_step(const std::string &what_step, const bool status)
Enable/Disable skipping the filtering step specified in what_step.