1. create a MovingAverageFilter
2. create a GestureRecognitionPipeline
3. add the MovingAverageFilter to the GestureRecognitionPipeline with
addPreProcessingModule()
example:
GRT::MovingAverageFilter filter;
GRT::GestureRecognitionPipeline pipeline;
pipeline.addPreProcessingModule(filter);
What version of the product are you using? On what operating system?
GRT revision 165, windows 7, visual studio express 2012
Please provide any additional information below.
Original issue reported on code.google.com by niels.ge...@gmail.com on 29 Apr 2013 at 9:26
Original issue reported on code.google.com by
niels.ge...@gmail.com
on 29 Apr 2013 at 9:26