7 namespace datapointsfilters
12 py::class_<IncidenceAngleDataPointsFilter, std::shared_ptr<IncidenceAngleDataPointsFilter>,
DataPointsFilter>(p_module,
"IncidenceAngleDataPointsFilter")
static const std::string description()
void pybindIncidenceAngle(py::module &p_module)
virtual void inPlaceFilter(DataPoints &cloud)
Apply these filters to a point cloud without copying.
virtual DataPoints filter(const DataPoints &input)
Apply filters to input point cloud. This is the non-destructive version and returns a copy...
PM::DataPointsFilter DataPointsFilter
Incidence angle, compute the incidence angle of a surface normal with the observation direction...