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

Method dilate

apps/in_hand_scanner/src/input_data_processing.cpp:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258////////////////////////////////////////////////////////////////////////////////
259
260void
261pcl::ihs::InputDataProcessing::dilate(MatrixXb& mask, const int k) const
262{
263 mask = manhattan(mask, true).array() <= k;
264}
265
266////////////////////////////////////////////////////////////////////////////////
267

Callers 1

segmentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected