MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / erode

Method erode

apps/in_hand_scanner/src/input_data_processing.cpp:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250////////////////////////////////////////////////////////////////////////////////
251
252void
253pcl::ihs::InputDataProcessing::erode(MatrixXb& mask, const int k) const
254{
255 mask = manhattan(mask, false).array() > k;
256}
257
258////////////////////////////////////////////////////////////////////////////////
259

Callers 1

segmentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected