OpenVDB  1.2.0
Classes | Namespaces | Constant Groups
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::v1_2_0
 
 openvdb::v1_2_0::tools
 

Constant Groups

 openvdb
 
 openvdb::v1_2_0
 
 openvdb::v1_2_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