Moving Least Squares Filter $Date$. More...
#include <pcl/io/pcd_io.h>#include <pcl/point_types.h>#include <pcl/surface/mls.h>#include "MLSFilter.h"#include "hrpsys/idl/pointcloud.hh"
Go to the source code of this file.
Functions | |
| void | MLSFilterInit (RTC::Manager *manager) |
Variables | |
| static const char * | spec [] |
| void MLSFilterInit | ( | RTC::Manager * | manager | ) |
Definition at line 223 of file MLSFilter.cpp.
{
"implementation_id", "MLSFilter",
"type_name", "MLSFilter",
"description", "Moving Least Squares Filter",
"version", HRPSYS_PACKAGE_VERSION,
"vendor", "AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
"conf.default.radius", "0.03",
""
}
Definition at line 18 of file MLSFilter.cpp.