Elizaaaaa / gesture-recognition-toolkit

Automatically exported from code.google.com/p/gesture-recognition-toolkit
0 stars 0 forks source link

Can't add MovingAverageFilter to GestureRecognitionPipeline #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This has now been resolved.  Thanks for flagging this Niels.

Original comment by nickgill...@gmail.com on 29 Apr 2013 at 11:30