#include <MRCMisc/exports.h>
#include <stdint.h>
Go to the source code of this file.
◆ MR_VdbVolume
◆ MR_VoxelFilterType
◆ anonymous enum
Enumerator |
---|
MR_VoxelFilterType_Median | |
MR_VoxelFilterType_Mean | |
MR_VoxelFilterType_Gaussian | |
◆ MR_voxelFilter()
Performs voxels filtering.
- Parameters
-
type | Type of fitler |
width | Width of the filtering window, must be an odd number greater or equal to 1. Generated from function MR::voxelFilter . Parameter volume can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_VdbVolume_Destroy() to free it when you're done using it. |