Function puma::filter_Mean3D

Function Documentation

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

Executes a mean filter on a 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