Fact-checked by Grok 2 weeks ago

Alpha shape

An alpha shape is a parameterized family of polytopes in that generalizes the to capture the intrinsic shape of a of points in the or higher-dimensional space, with the parameter α controlling the tightness and detail of the boundary by excluding regions covered by empty balls of radius α. For α = ∞, the alpha shape reduces to the of the point set, while for α = 0, it consists solely of the isolated points themselves; intermediate values yield progressively more concave and detailed approximations that can include holes, cavities, or tunnels reflecting the point distribution's . The concept was conceived in 1981 by Herbert Edelsbrunner during collaborative work with David Kirkpatrick and Raimund Seidel, motivated by the need for a flexible shape descriptor beyond the rigid , as explored in earlier works on point set boundaries. The concept was first formalized in 1983 by Edelsbrunner, Kirkpatrick, and Seidel. Edelsbrunner and Ernst P. Mücke later provided a framework based on the , extending alpha shapes to three dimensions in 1994, where alpha shapes are constructed by selecting α-exposed from the triangulation, where a simplex is α-exposed if there exists an empty of radius α whose passes through its vertices. Computationally, alpha shapes can be built efficiently using incremental or flipping algorithms, achieving O(n²) in 3D for n points, and they maintain the type of the of balls of radius α centered at the points, ensuring topological fidelity. Alpha shapes have found broad applications in fields requiring shape reconstruction from scattered data, such as structural for modeling protein surfaces and voids, for outline extraction from point clouds, and scientific visualization for analyzing spatial distributions like galaxy clusters. Their dual relationship to Voronoi diagrams and alpha complexes further enables robust implementations in software libraries, including MATLAB's alphaShape function for and point enveloping. As a well-defined, parameter-tunable tool, alpha shapes bridge geometric theory and practical , offering interpretable models that adapt to varying scales of concavity without over-smoothing.

Introduction and Definition

Definition and Motivation

Alpha shapes provide a flexible framework for representing the shape of a of points in \mathbb{R}^d, where d is typically 2 or 3 for practical applications. These shapes generalize the by allowing for concavities and holes, enabling a more nuanced capture of the underlying geometry of point clouds. The construction relies on foundational concepts such as point sets, which are finite collections of points in \mathbb{R}^d; simplices, the basic building blocks like edges, triangles, or tetrahedra formed by these points; and the , a decomposition of the point set into non-overlapping simplices that maximizes the minimum angle of the resulting mesh. Formally, an alpha shape is a parameterized by a \alpha, which controls the in the shape's . For \alpha = [0](/page/0), the alpha shape degenerates to the discrete point set itself. As \alpha increases to positive finite values, the shape begins to connect nearby points while excluding larger empty regions, permitting concavities where the point distribution warrants. When \alpha approaches infinity, the alpha shape coincides with the of the point set, the tightest . The underlying is the alpha , a simplicial complex derived from the Delaunay triangulation that selects simplices meeting certain emptiness criteria relative to \alpha. The motivation for alpha shapes stems from the limitations of the in describing non-convex structures prevalent in real-world data, such as molecular configurations or geographic point distributions with voids. Traditional convex enclosures fail to reflect internal holes or indentations, leading to overly simplistic representations that obscure the "tightness" of the point cloud. Alpha shapes address this by offering a continuous family of shapes that interpolate between the discrete points and the , with \alpha tuning the resolution to match the scale of interest. This parameterization allows for progressive simplification or refinement, making alpha shapes valuable in fields requiring adaptive boundary detection, such as and . A intuitive analogy for alpha shapes is the "rubber band" or "balloon" metaphor: imagine stretching a around the points in 2D (or inflating a in 3D), where the band's thickness or the balloon's pressure is controlled by \alpha. For large \alpha, the band snaps to the like a taut around a filled with the points. As \alpha decreases, the band loosens to follow concavities, forming dents or gaps where empty spaces exceed the parameter's threshold, akin to a flexible hugging clusters while skipping isolated voids. Varying \alpha thus produces a sequence of nested shapes, from a fragmented, point-like form at small values to a smooth convex boundary at large ones, visually illustrating the trade-off between locality and globality in shape representation.

Historical Development

The concept of alpha shapes originated in 1983, when Herbert Edelsbrunner, David G. Kirkpatrick, and Raimund Seidel introduced it as a method for reconstructing the intuitive shape of a of points in the plane from unorganized data, building on work conceived in 1981. This work generalized the , which had been computationally formalized earlier by in 1972 as an efficient O(n log n) algorithm for enclosing points with a . The initial formulation focused on two-dimensional cases, defining alpha shapes as a family of polyhedral complexes parameterized by a alpha, enabling the capture of both fine and coarse boundary features of point sets. In the 1990s, the framework was extended to higher dimensions, primarily through contributions by Edelsbrunner and Ernst P. Mücke, who formalized three-dimensional alpha shapes in 1994 as well-defined polytopes derived from the of point sets. This extension built on the 2D foundations, providing a rigorous tool for volumetric shape reconstruction in three dimensions, as detailed in their seminal paper published in ACM Transactions on Graphics. By the early 2000s, alpha shapes gained practical traction through software implementations, notably their integration into the Computational Geometry Algorithms Library (CGAL), which first included 2D alpha shapes around 2000 and expanded to 3D support in subsequent releases, facilitating robust algorithmic use in research and industry. The concept profoundly influenced emerging fields like topological data analysis (TDA), where alpha complexes—simplicial analogs of alpha shapes—became integral to persistent homology computations by the mid-2000s, enabling multi-scale topological feature detection in data. In the 2020s, alpha shapes have seen extensions such as temporal alpha-shapes for dynamic point sets.

Mathematical Characterization

Alpha Complex

The alpha complex, denoted K_\alpha, is defined for a finite point set P \subset \mathbb{R}^d and a parameter \alpha \geq 0 as the simplicial subcomplex of the Delaunay triangulation DT(P) consisting of all simplices \sigma whose circumradius R(\sigma) satisfies R(\sigma) \leq \alpha. Formally, K_\alpha = \{ \sigma \in DT(P) \mid R(\sigma) \leq \alpha \}. Since the Delaunay triangulation ensures that the circumsphere of each simplex \sigma contains no other points of P in its interior, this condition selects those simplices whose empty circumspheres have radius at most \alpha. To construct K_\alpha, begin with the DT(P), which can be computed using standard algorithms such as those based on incremental insertion or divide-and-conquer. Then, for each \sigma in DT(P), check if its circumradius R(\sigma) \leq \alpha; include \sigma if the condition holds. This process yields K_\alpha as a subcomplex, automatically closed under taking faces because the circumradius of a face is at most that of the containing . The resulting structure is a filtered , where varying \alpha from 0 to \infty produces a nested sequence \emptyset = K_0 \subseteq K_{\alpha_1} \subseteq \cdots \subseteq K_{\alpha_m} = DT(P) for a of critical values \{\alpha_i\}, enabling the study of topological changes across scales. The alpha complex relates to the Vietoris-Rips complex VR(\delta), which includes simplices with diameter at most \delta, through inclusion bounds derived from geometric properties of simplices. Specifically, K_\alpha is a subcomplex of VR(2\alpha), since the diameter of any simplex is at most twice its circumradius. In two dimensions, a tighter lower bound holds: K_\alpha contains VR(\sqrt{3} \alpha), as the equilateral triangle maximizes the circumradius for a given diameter, with R = \frac{\delta}{\sqrt{3}} implying inclusion when \delta = \sqrt{3} \alpha. These relations position the alpha complex between sparse and dense approximations in topological data analysis. As a nerve of the cover formed by intersections of balls of radius \alpha centered at points in P with their Voronoi cells, K_\alpha is homotopy equivalent to the union of balls of radius \alpha around the points in P, by the Nerve Theorem, since these sets are closed and convex. Moreover, K_\alpha forms a flag complex, inheriting the clique structure from the underlying metric while respecting the Delaunay edges. This filtration property and homotopy preservation make the alpha complex a foundational tool for capturing the topology of point sets at varying resolutions.

Geometric Interpretation

The alpha shape S_\alpha of a finite point set S \subset \mathbb{R}^d is geometrically realized as the union of the Euclidean simplices belonging to the alpha complex K_\alpha, which is a subcomplex of the of S. This realization, denoted |K_\alpha|, forms a that approximates the shape of S by including only those simplices whose circumradii satisfy specific conditions relative to \alpha. For \alpha = \infty, S_\alpha coincides with the of S; as \alpha decreases to 0, it contracts to the set S itself. Equivalently, the alpha shape can be interpreted through the lens of balls centered at points in S. For \alpha > 0, the alpha-hull H_\alpha, to which S_\alpha provides a equivalent polyhedral approximation, is the union of all closed balls of \alpha centered at points in S; this is formally the complement in \mathbb{R}^d of the union of all empty open balls of \alpha (i.e., balls containing no points of S). A point x \in \mathbb{R}^d belongs to S_\alpha if it lies within at least one of K_\alpha, which corresponds to x being coverable by such balls without violating the empty circumsphere condition for the simplices. For edges in (or faces in higher dimensions), inclusion assumes where no four points are cocircular (or cospherical), ensuring unique Delaunay edges and avoiding degenerate cases. The boundary of S_\alpha is extracted from the 1-skeleton (edges in 2D) or 2D faces of K_\alpha, consisting of \alpha-exposed simplices—those for which there exists an empty ball of radius \alpha having the simplex on its boundary and separating interior from exterior. The parameter \alpha controls the "crust" thickness of this boundary, with larger values yielding smoother, more convex outlines and smaller values introducing finer details. For \alpha < 0, the alpha-hull becomes the intersection of all closed balls of radius |\alpha| centered at points in S, enabling concavities or "pockets" by carving inward; the alpha shape then approximates this intersection's boundary, subtracting regions via the dual notion of negative-radius balls. This is captured by the equation for the generalized alpha-hull: H_\alpha = \bigcap_{p \in S} B(p, \max(\alpha, 0)) \setminus \bigcup_{q \in \mathbb{R}^d} B(q, \max(-\alpha, 0)) where the unions and intersections respect empty ball conditions, though the polyhedral S_\alpha provides the discrete realization. Unlike the convex hull, which encloses S without indentations, alpha shapes permit non-convex boundaries, disconnected components, and interior voids (holes) when \alpha is sufficiently small, reflecting local concavities in the point configuration. This flexibility arises because only locally Delaunay simplices with appropriate circumradii are included, allowing "pockets" where the shape indents around sparse regions. These variations in topology are formalized by the regularity lemma, which states that as \alpha varies continuously over \mathbb{R}, the homotopy type of S_\alpha changes only at finitely many critical values corresponding to circumradii or medial axis distances of the Delaunay simplices, ensuring a controlled deformation from the convex hull to the point set.

Construction and Algorithms

Alpha Shape Construction

The construction of an alpha shape begins with a finite set of points P in \mathbb{R}^d, typically d = 2 or $3. The process relies on the DT(P), which decomposes the convex hull of P into simplices (edges in 2D, triangles in 3D) such that no point lies inside the circumcircle (or circumsphere in 3D) of any simplex. This triangulation serves as the foundational structure, as alpha shapes are subcomplexes derived from it. To build the alpha complex K_\alpha, each simplex \sigma in DT(P) is evaluated based on its circumradius R(\sigma). A simplex is included if R(\sigma) \leq \alpha, where \alpha > 0 is a user-specified parameter controlling the shape's tightness; smaller \alpha yields more detailed, boundaries, while larger values approach the . For a triangle with side lengths a, b, c and area K, the circumradius is computed as R(\sigma) = \frac{abc}{4K}. This formula ensures the filtering captures simplices whose circumcircles fit within the alpha threshold. The resulting K_\alpha is a consisting of all qualifying vertices, edges, and faces that satisfy the condition and form a valid subcomplex (i.e., including faces of higher-dimensional simplices). The alpha shape is then extracted as the boundary of K_\alpha, specifically the visible or exposed facets not internal to the complex. In 2D, this involves identifying boundary edges that form cycles, often using a traversal to connect exposed segments while discarding internal ones. A simplified for the 2D case is as follows:
Input: Point set P in R^2, parameter alpha > 0
1. Compute [Delaunay triangulation](/page/Delaunay_triangulation) DT(P)
2. Initialize empty complex K_alpha
3. For each [triangle](/page/Triangle) sigma in DT(P):
   a. Compute R(sigma) using side lengths and area
   b. If R(sigma) <= alpha, add sigma and its faces to K_alpha
4. Traverse K_alpha to extract boundary: 
   - Mark edges shared by at most one triangle as boundary
   - Assemble into cycles starting from unvisited boundary edges
Output: Boundary polygon(s) of the alpha shape
This process ensures the output is a polygonal chain or multiple components representing the shape's outline. In higher dimensions, such as 3D, the construction follows a similar pipeline but requires handling tetrahedra and their circumspheres. Incremental algorithms add points sequentially to the triangulation, flipping edges or faces to maintain Delaunay properties, followed by the same radius filtering. Sweep-line methods can also be employed for efficiency in planar or spatial cases, processing points in a sweeping order to build and prune the complex progressively. The boundary extraction in 3D yields a polyhedral surface composed of exposed triangular facets. Practical implementations are available in established libraries. The CGAL library provides the Alpha_shape_2 class for 2D, which internally uses a Delaunay triangulation and offers methods to compute the complex and extract boundary edges or faces; for 3D, Alpha_shape_3 extends this with tetrahedral filtering. Parameter \alpha selection often involves heuristic approaches, such as computing the average distance to the k-nearest neighbors (e.g., k = 5 or $8) for points in P via a k-d tree, providing an initial scale adaptive to point density.

Computational Complexity

The computation of alpha shapes relies on constructing the Delaunay triangulation (DT) of the input point set P as a preprocessing step, followed by filtering the simplices to form the alpha complex. In two and three dimensions, randomized incremental construction algorithms achieve an expected time complexity of O(n \log n) for building the , where n is the number of points. The DT in 2D contains fewer than 6n simplices, enabling the subsequent filtering step—which involves checking the circumradius of each simplex against the alpha parameter—to run in O(n) time. In 3D, the DT has O(n^2) simplices in the worst case, leading to a filtering time of up to O(n^2), though practical instances often exhibit near-linear size. Space complexity for storing the DT and the resulting alpha complex is O(n) in 2D, due to the linear number of simplices. In 3D, worst-case storage is O(n^2) to accommodate the potential quadratic growth in simplices. In higher dimensions d > 3, the DT exhibits worst-case combinatorial complexity of \Theta(n^{\lceil d/2 \rceil}) simplices, resulting in relative to d and rendering exact computation infeasible for large n. Consequently, practical implementations of alpha shapes are restricted to d ≤ 3, with high-dimensional cases addressed through approximations such as the point set to reduce effective dimensionality while preserving . Optimizations include adaptive selection of alpha values to minimize unnecessary simplex checks during filtering and parallel implementations in modern libraries, such as GPU-accelerated algorithms for 2D alpha shapes that leverage massive parallelism to achieve speedups over CPU-based methods.

Properties and Variants

Key Properties

Alpha shapes exhibit a nesting property, where for a finite point set P in \mathbb{R}^d, the alpha shape S_\alpha satisfies S_\alpha \subseteq S_\beta whenever \alpha < \beta. This non-decreasing inclusion forms a filtration as \alpha increases, with the alpha shape evolving from the empty set (for \alpha < 0) to the convex hull (for \alpha = \infty). Critical values of \alpha, corresponding to the circumradii of simplices in the Delaunay triangulation of P, mark points where the topology changes, such as the birth or death of holes in the shape. Topologically, the alpha shape S_\alpha is homotopy equivalent to the union of balls of radius \alpha centered at the points in P, as established by the nerve theorem applied to the alpha complex. For sufficiently large \alpha, S_\alpha becomes contractible, filling the entire without holes. The and Betti numbers of S_\alpha, which quantify its topological complexity (e.g., number of connected components, tunnels, or voids), can be computed using on the alpha complex filtration, revealing how these invariants persist or vanish across increasing \alpha values. In terms of convexity and regularity, alpha shapes are not necessarily convex but recover the convex hull when \alpha = \infty, which is the intersection of all supporting half-planes containing P. For finite \alpha, S_\alpha may be star-shaped with respect to certain points in P, particularly in regions defined by pre-stars in the incremental construction of the alpha complex. In general position (no four points cocircular in 2D or cospherical in 3D), S_\alpha is a polytope without self-intersections, ensuring a well-defined boundary. The alpha shape S_\alpha is uniquely determined by the point set P and the parameter \alpha, independent of the choice of triangulation, owing to the maximality property of the : it is the unique triangulation that maximizes the minimum angle of its simplices. This ensures that the subcomplex selected for S_\alpha—consisting of Delaunay simplices whose circumradius is at most \alpha—remains consistent across equivalent Delaunay realizations. Alpha shapes represent a specific type of concave , generalizing the to capture non-convex boundaries around a point set through a tunable α that controls the tightness of the enclosure, unlike fixed-ε variants such as gift-wrapping algorithms that rely on a predetermined concavity without the same multi-scale flexibility. Alpha shapes arise as a special case of Čech complexes in , where the alpha complex—derived from the —approximates the union of balls of radius α around points, enabling computations via barcode diagrams that track multi-scale topological features like holes and voids across varying α values. Compared to other hull constructs, alpha shapes differ from the β-skeleton, which employs an criterion based on a lune-shaped neighborhood excluding edges subtending greater than a β-parameter , whereas alpha shapes use an isotropic for edge inclusion, favoring uniform boundary detection without directional bias. Similarly, k-nearest neighbor hulls, a hull variant that iteratively selects boundaries from local k-neighbors to enclose points with adjustable concavity via k, lack the alpha shapes' direct linkage to Voronoi/Delaunay structures, making alpha shapes preferable for robust, parameter-driven in scattered . As α approaches infinity, the alpha shape converges to the , providing a smooth transition from detailed non-convex representations to the simplest enclosing .

Applications and Examples

Illustrative Examples

One illustrative example of alpha shapes involves a point cloud forming a , where points are arranged in a circular pattern with an empty interior. For small positive alpha values, the alpha shape consists of disconnected components or isolated edges around each point, reflecting the nature of the set. As alpha increases to a medium value, the shape fills the exterior boundary while preserving the central hole, creating a non-convex that accurately captures the annular structure. At large alpha, the shape converges to the , enclosing the entire without distinguishing the void. Another example is a U-shaped 2D point cloud, consisting of clustered points along the arms and base of a U, demonstrating how alpha shapes handle concavities. Unlike the convex hull, which would enclose the empty space between the arms with straight edges, an appropriately chosen alpha value produces a boundary that follows the U's curvature, using arcs and line segments to hug the inner concavity without filling the gap. This evolution of the boundary—from fragmented segments at low alpha to a smooth, concave outline at optimal alpha—highlights the shape's ability to adapt to the point distribution's geometry. In three dimensions, consider a point set forming a with additional interior points, such as a molecular structure like gramicidin A. The alpha shape at high alpha approximates the , forming a solid enclosure around all points. As alpha decreases, the surface becomes porous, incorporating tunnels and cavities defined by the interior points, resulting in a complex with holes that reveal the underlying structure's voids. This contrasts sharply with the convex hull's impermeable envelope, allowing of internal features. The sensitivity of alpha shapes to the parameter alpha is evident in how changes across values, such as from 0.1 to 10 in a normalized point set. At low alpha (e.g., 0.1), the shape may exhibit multiple connected components equal to the number of points (n), resembling a . Intermediate values (e.g., 1-5) merge components into fewer clusters, reducing the number to 1 while introducing concavities. At high alpha (e.g., 10), the simplifies to a single component, demonstrating a monotonic decrease in complexity.

Practical Applications

In geographic information systems (GIS), alpha shapes facilitate boundary detection for irregular point distributions, such as delineating coastlines from GPS data or outlining urban clusters from location points. For instance, the alpha shape algorithm constructs concave hulls to model coastal water obstacle boundaries, incorporating safety margins for maritime applications. Tools like have integrated alpha shape operators since 2024 to generate bounding polygons from 2D point sets, enabling efficient generalization of spatial features in . Alpha shapes also support activity space analysis in urban environments by computing concave hulls around trajectory points, providing robust representations of daily mobility patterns for older adults in high-density areas. In , alpha shapes enable by defining the boundary of atomic coordinate point clouds, capturing concave features like binding pockets that convex hulls overlook. This approach decomposes the molecular surface into a family of polytopes parameterized by alpha, allowing characterization of shape and atomic contacts. The MSMS software, which relies on alpha shapes to compute solvent-excluded surfaces from atomic spheres, has been a standard tool since the for generating triangulated meshes of protein exteriors. Integration in visualization platforms like PyMOL further applies these surfaces for interactive analysis of biomolecular structures. In and , alpha shapes process LiDAR point clouds to model , supporting path planning and avoidance in dynamic environments. By fitting concave hulls to sensor data, the extracts precise contours from segmented scans, aiding terrain traversability assessment for mobile robots. Post-2015 applications in autonomous driving leverage alpha shapes for detection in roadside point clouds, enhancing segmentation and collision-free . In , alpha shapes analyze structures in porous media by reconstructing the void from microtomography point clouds, enabling quantification of and . This identifies individual as alpha subcomplexes, supporting evaluation of material in soils and composites. Alpha volumes derived from these shapes further compute void fractions, informing properties and mechanical behavior in applications. Recent advances in the 2020s incorporate alpha shapes into pipelines for processing, particularly via graph neural networks (GNNs) for enhanced representation learning. Alpha-shape complexes serve as adaptive graph structures to disentangle local and global features in , improving tasks like and . In , these complexes enable identification by modeling normal point distributions, with GNNs propagating features across the alpha-induced for robust detection in noisy datasets.

References

  1. [1]
    [PDF] Alpha Shapes — a Survey - Stanford Computer Graphics Laboratory
    Alpha shapes have been conceived in 1981 as an attempt to define the shape of a finite set of point in the plane. Since then, connections to diverse areas ...
  2. [2]
    [PDF] Three-Dimensional Alpha Shapes
    Jan 1, 1994 · This is men- tioned in Edelsbrunner and Mucke [1990]. As an example, consider the case of Delaunay triangulations and coplanar points on the ...
  3. [3]
    [PDF] Alpha Shapes: Definition and Software
    (i) A common computational task in biology is mod- eling molecular structures. It is natural to use a- shapes for this purpose as they are precise duals of the ...
  4. [4]
    alphaShape - Polygons and polyhedra from points in 2-D and 3-D
    An alphaShape creates a bounding area or volume that envelops a set of 2-D or 3-D points. You can manipulate the alphaShape object to tighten or loosen the ...
  5. [5]
    On the shape of a set of points in the plane - IEEE Xplore
    This generalization leads to a family of straight-line graphs, " \alpha -shapes," which seem to capture the intuitive notions of "fine shape" and "crude shape" ...Missing: paper | Show results with:paper
  6. [6]
    Three-dimensional alpha shapes | ACM Transactions on Graphics
    Jan 1, 1994 · This article introduces the formal notion of the family of α-shapes of a finite point set in R 3. Each shape is a well-defined polytope.Missing: original paper
  7. [7]
    CGAL 6.1 - 2D Alpha Shapes: User Manual
    Alpha shapes can be used for shape reconstruction from a dense unorganized set of data points. Indeed, an \alpha-shape is demarcated by a frontier.
  8. [8]
    Improved Alpha-shapes Building Profile Extraction Algorithm
    Aug 9, 2025 · This paper proposes an improved Alpha-shapes profile extraction algorithm to solve the abovementioned problem. First, the initial profile points ...Missing: 2020s | Show results with:2020s
  9. [9]
    [PDF] COMPUTATIONAL TOPOLOGY - School of Mathematics
    Vietoris-Rips(r) = {σ ⊆ S | diam σ ≤ 2r}. Clearly, the edges in the ... , the alpha complex is a subcomplex of the Delaunay complex. Figure III.15 ...
  10. [10]
    Three-dimensional alpha shapes - ACM Digital Library
    Three-dimensional alpha shapes. Authors: Herbert Edelsbrunner. Herbert Edelsbrunner. View Profile. , Ernst P. Mücke ... First page of PDF. Formats available. You ...Missing: original | Show results with:original
  11. [11]
    The union of balls and its dual shape - ACM Digital Library
    Weighted alpha shapes. ... We provide a new analytical proof for a strengthened version of the variable radius form of the union of closed balls conjecture.
  12. [12]
    Grid Partition Variable Step Alpha Shapes Algorithm - Liao - 2021
    May 18, 2021 · A grid partition variable step Alpha Shapes algorithm is proposed to deal with the shortcomings of the original Alpha Shapes algorithm in the processing of ...
  13. [13]
    Randomized Incremental Construction of Delaunay Triangulations ...
    Sep 8, 2020 · The expected time complexity of computing the Delaunay triangulation is \sum _{s=1}^n ({n-s})/{s} = O(n\log n). A subset {{\mathcal {Y}}} of ...
  14. [14]
    Predicting species distributions in new areas or time periods with ...
    Edelsbrunner, 2010. H. Edelsbrunner. Alpha shapes—a survey. R. van de Weijgaert, G. Vegter, V. Icke, J. Ritzerveld (Eds.), Tessellations in the Sciences ...
  15. [15]
    [PDF] Sampling and Reconstructing Manifolds Using Alpha-Shapes
    Alpha-shapes were introduced in the plane by Edelsbrunner et al. in [8] and then extended to higher dimensions [7,9], as a geometric tool for rea- soning about ...
  16. [16]
    Computing 2D Alpha Shapes Using GPU | Request PDF
    This report presents an approach to compute Alpha Shapes for a 2D un-weighted point set using the graphics processing unit (GPU). The problem of alpha ...
  17. [17]
    [PDF] Alpha-Concave Hull, a Generalization of Convex Hull - arXiv
    Alpha shape and concave hull are generalizations of convex hull. Unlike the convex hull, they construct non-convex enclosure on a set of points. In this paper, ...
  18. [18]
    [PDF] concave hull: a k-nearest neighbours approach for the computation ...
    The proposed algorithm is based on a k-nearest neighbours approach, where the value of k, the only algorithm parameter, is used to control the “smoothness” of ...
  19. [19]
    Reeb Graphs: Approximation and Persistence
    Sep 26, 2012 · The Reeb graph is an abstract graph and contains only the 0- and 1-dimensional topological information. Given a Reeb graph Rb f (M), its zeroth ...
  20. [20]
    [PDF] A roadmap for the computation of persistent homology
    Abstract. Persistent homology (PH) is a method used in topological data analysis (TDA) to study qualitative features of data that persist across multiple ...<|separator|>
  21. [21]
    A roadmap for the computation of persistent homology
    Aug 9, 2017 · Persistent homology (PH) is a method used in topological data analysis (TDA) to study qualitative features of data that persist across multiple scales.
  22. [22]
    [PDF] Three-Dimensional Alpha Shapes - HERBERT EDELSBRUNNER ...
    For that purpose, this article introduces the formal notion of the family of a-shapes of a finite point set in. R³. Each shape is a well-defined polytope, ...
  23. [23]
    Beta-complex vs. Alpha-complex: Similarities and Dissimilarities
    We provide a unified description of (weighted) alpha shapes, beta shapes and the corresponding simplicial complexes. We discuss their applicability to ...
  24. [24]
    [PDF] Order-k α-Hulls and α-Shapes - ITN
    The α-hull and α-shape formally capture an intu- itive notion of “shape” of the point set. Since the original paper by Edelsbrunner, Kirkpatrick and.<|control11|><|separator|>
  25. [25]
    [PDF] On the Shape of a Set of Points in the Plane
    In the next section, the notions of a-hull and a-shape are introduced along with a few of their basic properties. Section III describes the close connection ...Missing: Alpha | Show results with:Alpha
  26. [26]
    [PDF] Map Space Modeling Method Reflecting Safety Margin in Coastal ...
    Feb 3, 2023 · In this study, the boundary of the coastal water's obstacle area was constructed using the concave hull algorithm based on the alpha shape. By ...Missing: GIS | Show results with:GIS
  27. [27]
    alphaShapeOperator | ArcGIS Maps SDK for JavaScript
    Calculates the alpha shape of 2D points (concave hull). Alpha shapes are used to generalize bounding polygons containing sets of points or multipoints.Missing: detection coastlines urban
  28. [28]
    Identifying the Daily Activity Spaces of Older Adults Living in a High ...
    In addition, we found that using a concave hull with Alpha shape algorithm is more applicable and robust than the traditional convex hull algorithm. This is a ...
  29. [29]
    Defining and characterizing protein surface using alpha shapes
    The alpha shape of a molecule is a geometrical representation that provides a unique surface decomposition and a means to filter atomic contacts.
  30. [30]
    Msms surface - PyMOLWiki
    Oct 17, 2017 · msms_surface calculates a molecular surface with MSMS and loads it into PyMOL as a CGO. Contents Installation msms_surface is available from the psico package.
  31. [31]
    [PDF] Terrain Traversability via Sensed Data for Robots Operating Inside ...
    Jan 13, 2025 · Alpha shapes provide an alternative approach that efficiently captures the topology of point clouds. This methodology consists of several ...Missing: driving | Show results with:driving
  32. [32]
    Incremental and Enhanced Scanline-Based Segmentation Method ...
    To address the second challenge, we propose a solution inspired by the frame-wise processing of point clouds in autonomous driving and robotics applications.
  33. [33]
    Application of Geometric α-Shapes to Analyze Soil Pore Space ...
    Two dimensional (2-D) images representing pores and solids are used for direct quantification of soil structure using tools that are sensitive to the spatial ...
  34. [34]
    Learning disentangled representations of point clouds via alpha ...
    Apr 26, 2024 · In this thesis, we explore the use of a dual-stream graph neural network combining the alpha complexes constructed on the feature and non-feature regions of ...