Skip to main content

GridMinimum

https://pointclouds.org/documentation/classpcl_1_1_grid_minimum.html

GridMinimum assembles a local 2D grid over a given PointCloud, and downsamples the data.

Constructor

new PCL.GridMinimum(pointType, resolution);

Parameters:

NameTypeDefaultDescription
pointTypePointTypePointXYZThe point cloud type.
resolutionnumber0The grid resolution.

Methods

setResolution

setResolution(resolution);

Parameters:

NameTypeDefaultDescription
resolutionnumberThe grid resolution.

getResolution

getResolution();

setNegative

See PassThrough.setNegative

getNegative

See PassThrough.getNegative

setKeepOrganized

See PassThrough.setKeepOrganized

getKeepOrganized

See PassThrough.getKeepOrganized

setUserFilterValue

See PassThrough.setUserFilterValue

setInputCloud

See PassThrough.setInputCloud

getInputCloud

See PassThrough.getInputCloud

filter

See PassThrough.filter