Property UseAlphaShapeFilter
UseAlphaShapeFilter
If set to true then enables the α-shape filter. When enabled, the filter removes triangles whose circumradius R satisfies the condition R² ≥ α⁻¹, which is useful in mesh reconstruction from unconstrained point clouds. See AlphaShapeSettings for configuration options.
Declaration
public bool UseAlphaShapeFilter { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
For more information about α-shapes, refer to: H. Edelsbrunner, D. Kirkpatrick, R. Seidel, On the shape of a set of points in the plane, IEEE Trans. Inf. Theory, 29, 4 (1983).