MeshLib Documentation
Loading...
Searching...
No Matches
MRVoxelFilter.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRVoxelsFwd.h"
4
5
6namespace MR
7{
8
9enum class VoxelFilterType : int
10{
11 Median,
12 Mean,
14};
15
19MRVOXELS_API VdbVolume voxelFilter( const VdbVolume& volume, VoxelFilterType type, int width );
20
21}
#define MRVOXELS_API
Definition MRVoxelsFwd.h:13
auto width(const Box< V > &box)
returns size along x axis
Definition MRMesh/MRBox.h:247
Definition MRCameraOrientationPlugin.h:8
VoxelFilterType
Definition MRVoxelFilter.h:10
MRVOXELS_API VdbVolume voxelFilter(const VdbVolume &volume, VoxelFilterType type, int width)