enum mp2p_icp_filters::FilterMLS::ProjectionMethod

Overview

Defines the projection method onto the fitted polynomial surface, inspired by pcl::MLSResult::ProjectionMethod. More…

#include <FilterMLS.h>

enum ProjectionMethod
{
    SIMPLE = 0,
};

Detailed Documentation

Defines the projection method onto the fitted polynomial surface, inspired by pcl::MLSResult::ProjectionMethod.

Enum Values

SIMPLE

Project along the surface normal to the polynomial.