OpenVDB 11.0.0
Loading...
Searching...
No Matches
Classes | Namespaces
LevelSetFilter.h File Reference

Performs various types of level set deformations with interface tracking. These unrestricted deformations include surface smoothing (e.g., Laplacian flow), filtering (e.g., mean value) and morphological operations (e.g., morphological opening). All these operations can optionally be masked with another grid that acts as an alpha-mask. More...

#include "LevelSetTracker.h"
#include "Interpolation.h"
#include <algorithm>
#include <functional>
#include <type_traits>

Go to the source code of this file.

Classes

class  LevelSetFilter< GridT, MaskT, InterruptT >
 Filtering (e.g. diffusion) of narrow-band level sets. An optional scalar field can be used to produce a (smooth) alpha mask for the filtering. More...
 
struct  LevelSetFilter< GridT, MaskT, InterruptT >::Filter::Avg< Axis >
 

Namespaces

namespace  openvdb
 
namespace  openvdb::v11_0
 
namespace  openvdb::v11_0::tools
 

Detailed Description

Performs various types of level set deformations with interface tracking. These unrestricted deformations include surface smoothing (e.g., Laplacian flow), filtering (e.g., mean value) and morphological operations (e.g., morphological opening). All these operations can optionally be masked with another grid that acts as an alpha-mask.

Author
Ken Museth