Point Cloud Normal Removal
Functional Description
This operator is used to remove normal vector information from the input point cloud data, retaining only the XYZ coordinates.
Usage Scenarios
-
Data Type Conversion: When subsequent operators only accept point clouds without normal vectors as input, this operator can be used to convert the data type.
-
Reducing Data Size: If subsequent processing no longer requires normal vector information, using this operator can reduce the size of data passed between operators.