Function puma::filter_Median3D

Function Documentation

bool puma::filter_Median3D(puma::Workspace *work, int window_radius, int numThreads = 0)

Executes a median filter on a grayscale workspace

Parameters
  • work – the workspace to filter

  • window_radius – the voxel radius in 3d space. typically 1-5

  • numThreads – the number of threads used in the operation. 0 for maximum number of threads

Returns

true for success or false for fail