OpenVDB  2.0.0
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"

Go to the source code of this file.

Classes

class  LevelSetFilter< GridT, InterruptT >
 Filtering (i.e. diffusion) of narrow-band level sets. More...
 

Namespaces

 openvdb
 
 openvdb::v2_0_0
 
 openvdb::v2_0_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