Skip to content
Baptiste Caramiaux edited this page Oct 2, 2013 · 28 revisions

Welcome to the gvf wiki!

Building the object

The implemented version requires the definition of parameters. This page tries to help the interested programmer in choosing the parameters for given input data.

Parameters

  • ns: number of particles (~100/template)
  • sigs
  • icov: default value at 1/(0.04) for data between 0 and 1
  • resThresh = ns/5
  • nu = 0.

Methods

GestureVariationFollower* myGvf = new GestureVariationFollower(ns, sigs, icov, resThresh, nu);

myGvf->addTemplate();

myGvf->fillTemplate();

myGvf->spreadParticles();

myGvf->infer();

Clone this wiki locally