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
6
namespace
MR
7
{
8
9
enum class
VoxelFilterType
:
int
10
{
11
Median
,
12
Mean
,
13
Gaussian
14
};
15
19
MRVOXELS_API
VdbVolume
voxelFilter
(
const
VdbVolume& volume,
VoxelFilterType
type,
int
width
);
20
21
}
MRVoxelsFwd.h
MRVOXELS_API
#define MRVOXELS_API
Definition
MRVoxelsFwd.h:13
MR::width
auto width(const Box< V > &box)
returns size along x axis
Definition
MRMesh/MRBox.h:247
MR
Definition
MRCameraOrientationPlugin.h:8
MR::VoxelFilterType
VoxelFilterType
Definition
MRVoxelFilter.h:10
MR::VoxelFilterType::Mean
@ Mean
MR::VoxelFilterType::Median
@ Median
MR::VoxelFilterType::Gaussian
@ Gaussian
MR::voxelFilter
MRVOXELS_API VdbVolume voxelFilter(const VdbVolume &volume, VoxelFilterType type, int width)
MeshLib
source
MRVoxels
MRVoxelFilter.h
Generated by
1.11.0