Statistical Outlier Removal Filter $Date$. More...

Go to the source code of this file.
Functions | |
| void | AverageFilterInit (RTC::Manager *manager) |
Variables | |
| static const char * | spec [] |
| void AverageFilterInit | ( | RTC::Manager * | manager | ) |
Definition at line 282 of file AverageFilter.cpp.
{
"implementation_id", "AverageFilter",
"type_name", "AverageFilter",
"description", "Average Filter",
"version", HRPSYS_PACKAGE_VERSION,
"vendor", "AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
"conf.default.resolution", "0.01",
"conf.default.windowSize", "4",
"conf.default.dilation", "0",
""
}
Definition at line 17 of file AverageFilter.cpp.