Next Article in Journal
Existence and Nonexistence of Nontrivial Solutions for Fractional Advection–Dispersion Equation with Instantaneous and Non-Instantaneous Impulses
Previous Article in Journal
Federated Learning Detection of Cyberattacks on Virtual Synchronous Machines Under Grid-Forming Control Using Physics-Informed LSTM
Previous Article in Special Issue
Fractal-Inspired Region-Weighted Optimization and Enhanced MobileNet for Medical Image Classification
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

Statistical Insights into Spatial Patterns: A Panorama About Lacunarity

by
Erveton P. Pinto
1,*,
Marcelo A. Pires
2,
Thiago B. F. Antunes
3,
Rone N. da Silva
4 and
Sílvio M. Duarte Queirós
2,5
1
Departamento de Ciências Exatas e Tecnológicas, Universidade Federal do Amapá, Macapá 68903-419, AP, Brazil
2
Centro Brasileiro de Pesquisas Físicas, Rio de Janeiro 22290-180, RJ, Brazil
3
Eixo de Tecnologia, Universidade Federal de Alagoas-Campus do Sertão, Delmiro Gouveia 57480-000, AL, Brazil
4
Secretaria Municipal de Educação de Gurupá, Gurupá 68300-000, PA, Brazil
5
National Institute of Science and Technology for Complex Systems, Rio de Janeiro 22290-180, RJ, Brazil
*
Author to whom correspondence should be addressed.
Fractal Fract. 2025, 9(9), 570; https://doi.org/10.3390/fractalfract9090570
Submission received: 29 June 2025 / Revised: 24 August 2025 / Accepted: 26 August 2025 / Published: 29 August 2025

Abstract

This overview is designed to illuminate the concept and utility of lacunarity. We first establish a strong foundation with a pedagogical introduction to the lacunarity measure applied to images, detailing analytical examples and a general approach. In the second part, we compare the available software for estimating the lacunarity of images. Related to this goal, we also provide an open-source code in R and Python. The third part then synthesizes these theoretical and computational aspects by presenting an analysis of the diverse applications of lacunarity across various scientific disciplines, utilizing VOSviewer networks to visually organize research topics into distinct clusters. We identify distinct thematic clusters in materials science, biological systems, and medical imaging.

1. Introduction

In his seminal article from 1967, ‘How Long Is the Coast of Britain? Statistical Self-Similarity and Fractional Dimension’ [1], Mandelbrot drew attention to the self-similarity inherent in certain geographic curves. This insight led to the definition of fractal dimension and, consequently, enabled the scientific community to undertake a more detailed quantitative analysis of non-trivial structures. In 1982, in his book entitled “The Fractal Geometry of Nature” [2], Mandelbrot warned that in some cases the fractal dimension was not sufficient to distinguish fractals, so he proposed some alternative measures, such as the lacunarity.
A more systematic study of lacunarity was presented by Allain and Cloitre [3], Plotnick and collaborators [4] and Mandelbrot [5]. In more recent works, such as those presented by Vernon-Carter et al. [6], Braun et al. [7] and Mao et al. [8], generalized lacunarity approaches were investigated to evaluate multifractal structures and trajectory information in the phase space of a dynamical regime.
Thus, lacunarity has evolved into a versatile tool for pattern analysis across disciplines [6,7,8]. From its theoretical development [3,9] to applications distinguishing complex structures [4,5], lacunarity has been proven to be a useful spatial measure. While fractal dimension has been extensively reviewed, lacunarity has received comparatively little systematic attention despite its broader applicability. We address this gap in the literature by integrating theoretical, computational, and applied perspectives related to lacunarity.
The overview article is organized as follows: in Section 2 we focus on the theoretical aspects, in Section 3 we present the computational features, in Section 4 we analyze the real-world applications of lacunarity, and in Section 5 we provide the final remarks. As we will show, the core contributions of this paper are threefold:
  • The development of a novel pedagogical introduction to lacunarity supported by analytical examples;
  • The provision of new R and Python implementations for lacunarity estimation, addressing existing software gaps and enhancing accessibility;
  • An evidence-based mapping (via VOSviewer) of the widespread utility of the lacunarity across diverse disciplines.

2. Part I: Theoretical Aspects

2.1. General Concepts

Lacunarity ( Λ ) serves as a measure of how gappy a fractal structure appears across multiple scales. A high Λ suggests an irregular distribution of gaps [3,4,10,11].
First, we define the n-th statistical moment:
M n = s n = s n Q ( m , s ) ,
where Q ( m , s ) gives the probability of encountering s gaps in a sub-region of size m.
The lacunarity Λ ( m ) is then expressed in terms of the first two moments [3,4]:
Λ ( m ) = M 2 M 1 2 .
As σ 2 = M 2 M 1 2 the above equation can be written as
Λ ( m ) = σ 2 M 1 2 + 1 = C V 2 + 1 ,
where C V = σ / M 1 is the coefficient of variation. As M 1 is the mean of gap sizes and σ is the standard deviation of gap sizes, it becomes clear now that the interpretation of Λ ( m ) as a measure of the heterogeneity of gaps in a structure is valid.
In order to gain further insights, let us analyze some extreme cases:
  • At the smallest scale, each window corresponds to a single pixel, m = 1 . Letting f 0 denote the proportion of gap pixels in the matrix, the statistical moments simplify to M 1 = f 0 , M 2 = f 0 , then Λ ( 1 ) = 1 f 0 . This inverse relation reveals that at the pixel scale, lacunarity depends solely on gap density.
  • When the window size matches the image dimensions, m = L , the entire matrix becomes a single observation. Then the variance is null, σ = 0 . Consequently, Λ ( L ) = 1 .

2.2. Simple Analytical Examples

From the literature on lacunarity [3,4,11,12], we define Q ( m , s ) as the probability of finding s lacunae (zeros) in a sliding window of size m × m within a binary image.
Consider a 3 × 3 matrix with variable elements:
I v = 1 0 v 0 1 0 v 0 1
where v { 0 , 1 } . We analyze both cases separately:
  • Case 1: v = 1 (Chessboard pattern)
For m = 2 (4 possible positions):
  • Top-left: 1 0 0 1 (2 zeros)
  • Top-right: 0 1 1 0 (2 zeros)
  • Bottom-left: 0 1 1 0 (2 zeros)
  • Bottom-right: 1 0 0 1 (2 zeros)
Lacunarity distribution:
  • Q ( 2 , 0 ) = 0 / 4 = 0
  • Q ( 2 , 1 ) = 0 / 4 = 0
  • Q ( 2 , 2 ) = 4 / 4 = 1
  • Q ( 2 , 3 ) = 0 / 4 = 0
  • Q ( 2 , 4 ) = 0 / 4 = 0
  • Case 2: v = 0 (Diagonal pattern)
For m = 2 :
  • Top-left: 1 0 0 1 (2 zeros)
  • Top-right: 0 0 1 0 (3 zeros)
  • Bottom-left: 0 1 0 0 (3 zeros)
  • Bottom-right: 1 0 0 1 (2 zeros)
Lacunarity distribution:
  • Q ( 2 , 0 ) = 0 / 4 = 0
  • Q ( 2 , 1 ) = 0 / 4 = 0
  • Q ( 2 , 2 ) = 2 / 4 = 0.5
  • Q ( 2 , 3 ) = 2 / 4 = 0.5
  • Q ( 2 , 4 ) = 0 / 4 = 0
  • Measures of lacunarity
Using the lacunar distributions Q from the previous analysis, we compute the statistical moments and lacunarity measure Λ for each case.
  • Case 1: v = 1
Statistical moments:
M 1 = s = 0 4 s · Q ( 2 , s ) = 2
M 2 = s = 0 4 s 2 · Q ( 2 , s ) = 4
Lacunarity measure:
Λ ( 2 ) = M 2 M 1 2 = 4 2 2 = 1
  • Case 2: v = 0
Statistical moments:
M 1 = s = 0 4 s · Q ( 2 , s ) = 2.5
M 2 = s = 0 4 s 2 · Q ( 2 , s ) = 6.5
Lacunarity measure:
Λ ( 2 ) = M 2 M 1 2 = 6.5 2 . 5 2 1.04
  • Which Case Has Higher Lacunarity?
For window size m = 2 :
  • Case v = 1 : Λ ( 2 ) = 1
  • Case v = 0 : Λ ( 2 ) 1.04
The case with v = 0 has higher lacunarity because its distribution is more spread out (between s = 2 and s = 3 ) compared to the concentrated distribution of the v = 1 case.

2.3. Random Binary Surface

Another pedagogical case for which analytical results can be obtained has to do with the problem of a perfectly homogeneous surface on which one creates a fraction p of uniformly distributed lacunae; herein, the probability of finding s lacunae in an m × m matrix reads,
Q ( m , s ) = m 2 ! ( m 2 s ) ! s ! p s ( 1 p ) m 2 s ,
where the combinatorial terms define the number of ways of having s lacunae in m 2 sites. In furtherance of the final result, it is key to heed that in being homogeneous—i.e., there is no established deterministic structure— Q ( m , s ) is valid whatever the box chosen within L × L . Thence, from an analytical perspective, we need to compute the moments M 2 and M 1 considering an m × m box; nonetheless, in numerical implementations we must screen the entire L × L image using an m × m gliding box and average over them for correct results. Plugging this expression into Equation (1) and subsequently Equation (2), one obtains, after some algebra,
Λ ( m ) = 1 1 m 2 1 1 p .
In Figure 1, we plot the dependence of the lacunarity on the fraction of lacunae, p, for the case m = 2 and the overall dependence of Λ on m and the parameter p.

2.4. Sierpinski-like Fractals

Figure 2 depicts a flowchart in which we boil down the key difference between fractality and lacunarity using a random pattern and two other distinct patterns within the family of Sierpinski carpets—the ‘Quadrilux’ and ‘Unilux’ fractals—which are generated from a set of iterative replacement rules. Both fractals have the same dimension D = log ( N f ) log ( S ) = log ( 32 ) log ( 6 ) 1.934 , where N f = 32 is the number of filled sub-squares in the generating rule, and S = 6 is the scaling factor.
The fractal dimension (D) is determined by the slope of the linear relationship in a log-log plot of the number of occupied boxes (N) versus the inverse of the box size ( 1 / m ), described by the equation log ( N ( m ) ) D log ( 1 / m ) . Note that the random pattern scales with the Euclidean dimension D = 2 . We see clear differences with respect to the visual structure and texture after four generations for the Quadrilux and Unilux, as shown in the plot on the right-hand side of the flowchart;
The quantitative distinction between the two patterns is drawn resorting to the computation of the lacunarity as visible in the plot on the left-hand side. For a given scale m > 1 , the Unilux has higher lacunarity compared to the Quadrilux fractal. This analysis exemplifies how lacunarity supplements the fractal dimension by characterizing patterns.

3. Part II: Computational Aspects

3.1. Algorithm to Compute the Lacunarity for Images: General Case

The most widely used algorithm to measure the lacunarity of images is the “gliding box” method proposed by Allain and Cloitre [3], which was explored in detail in Ref. [4]. This method is intuitively clear and computationally simple, as can be seen in the following description:
  • Step 1: The pixel matrix of the original image, composed of z ( x , y ) elements distributed in the X Y -plane, must be binarized using a suitable threshold according to Equation (13). The choice of threshold generally depends on the characteristics of the image. Nonetheless, there are automated methods for identifying thresholds, e.g., the Otsu method [11].
    g ( x , y ) = 1 , z ( x , y ) t h r e s h o l d 0 , o t h e r w i s e
  • Step 2: A square box of size m must slide over the binarized image, from the top right corner to the bottom left corner, advancing one column and one row per scan, while the number of zeros s (lacunar pixels) inside the box is counted.
  • Step 3: From the distribution of s values found in the previous step, the lacunarity can be calculated using Equation (2).
The “gliding box” method can be applied to any type of digital image, from radiographs [13] to scanning microscopy [14]; yet, the interpretation of the results depends on the physical nature of the data and the binarization threshold. Conversely, lacunarity is strongly dependent on image resolution [11,15], thus comparisons should be made between images with the same resolution. Comparative studies between the gliding box algorithm and the box-counting [3] and sandbox [15] algorithms can be found in the literature.
Some spatial patterns and their respective lacunarity curves on the log-log scale are presented in Figure 3. The behavior of the curves is very characteristic of each evaluated pattern, which confirms the discriminatory power of Λ . We can see the change in the concavity of the Λ ( m ) curve filtering out organized heterogeneity from disorganized heterogeneity. These two extreme cases shed light on the effectiveness of lacunarity even within a self-similar context. As discussed in Ref. [12], the Sierpinski carpet can be extended to other similar patterns; for example, instead of grouping the 9 lacunae at the center of the generator, one can distribute them (homogeneously) on the 49 sites of the initiator. Although the fractal dimension is still D F = log 40 / log 7 , one does not have the central large gap any longer; i.e., this new structure is perceived as having fewer discontinuities, and thus its lacunarity is smaller.
In view of this, several studies have recently emerged with approaches to represent the information contained within a lacunarity curve as a single number, which would facilitate comparison between multiple images. Among these proposals, we highlight the lacunarity parameter λ [3], the lacunarity exponent β [11,16], and the spatial heterogeneity index h [17]. These parameters can be calculated using the following relationships:
Λ ( m ) = λ m L D F D E
Λ ( m ) = α · m β
h = 1 2 ( 1 + m m a x ) N m a x i = 1 N m a x m i Λ ( m i ) Λ ( 1 )
where L is the order of the matrix of pixels, D F is the fractal dimension, D E is the Euclidean dimension, α is a constant, N m a x is the number of m values required to obtain Λ = 1 , and m m a x is the m value that corresponds to the first time Λ = 1 appears in the lacunarity curve. Besides being dimensionless, this index is bounded within the interval [ 0 , 1 ] , which allows comparisons between patterns with unlike scale properties. Explicitly, h = 0 corresponds to a perfectly homogeneous case, whereas the opposite limit, h = 1 , signals extreme heterogeneity.
Alternatively, the parameters λ and β are restricted to fractal structures, as their definitions stem from the power laws derived from scale invariance. On the other hand, the parameter h, although it can be applied to non-fractals, is limited to small matrices due to computational cost. More general approaches based on the identification of the optimal value of m [7,18] are still being explored. With respect to β , previous work indicates that it was unable to provide a complete analysis of surface topography on its own. This has been fixed by a complementary analysis of the Moran index, which is a measure of spatial autocorrelation [11].

3.2. Computational Tools: A Comparison

There are some computational tools for the fractal analysis of images offered by companies or research groups, such as software (Table 1) and open codes in languages such as Fortran [19], MATLAB [17], Python [20], C++ [21], and R [11]. However, most computational tools with user interfaces have implemented only the fractal dimension, probably contributing to the less expressive presence of lacunarity in the literature compared to D F .
To our knowledge, no commercial image analysis software offers the lacunarity measure, and its implementation in user interfaces is restricted to plugins of the free software FIJI/ImageJ2. FIJI/ImageJ2 is a version of the free software ImageJ that includes several useful plugins provided by the scientific community. ImageJ is written in Java and can run on Linux, macOS, and Windows, both in 32-bit and 64-bit. Since its earliest versions, ImageJ has already offered the fractal dimension measure. In contrast, lacunarity was only implemented in plugins such as Fraclac in 2013 [22], Multifrac in 2020 [23] and, more recently, ComsystanJ in 2023 [24]. We highlight the latter, which includes several other measures of complexity and heterogeneity in 1D, 2D, and 3D.
All of these plugins only allow one to evaluate images in grayscale or RGB format. Although useful, they are very limited for analyzing Atomic Force Microscopy (AFM) data, for example. Furthermore, free software such as WSxM [25] and Gwyddion [26], widely used in AFM studies, does not offer lacunarity analysis. Consequently, programming in various languages is commonly employed for more robust analysis.
We conducted a comparative study applying various computational tools to the Sierpinski Carpet. The Fraclac plugin does not allow free selection of box sizes; the user chooses the number of size values and the minimum number of pixels in the box. The plugin then generates box sizes based on the percentage of image coverage up to 100 % . Additionally, the measurement is performed on the image file. On the other hand, the ComsystanJ plugin allows selection of box sizes identical to the R and Python codes. Nevertheless, the measurement is also performed on the image file, which potentially generates fluctuations in the lacunarity values at some scales, as shown in Figure 4. The Multifrac plugin is not compatible with the current version of FIJI/imageJ2.
Table 1. Computational tools with a user interface for fractal analysis.
Table 1. Computational tools with a user interface for fractal analysis.
Name/TypeAvailabilityMeasures OfferedReference
MountainsMap® Premium/SoftwarePaidFractal Dimension ( 2 D )
XEI 4.3.0®/SoftwarePaidFractal Dimension ( 2 D )
Gwyddion 2.69/SoftwareFreeFractal Dimension ( 2 D ) [26]
ImageJ 1.54p/SoftwareFreeFractal Dimension ( 2 D ) [27]
Fraclac/Plugin of FIJI-ImageJ2FreeFractal Dimension and Lacunarity ( 2 D and 3 D ) [22]
Multifrac/Plugin of FIJI-ImageJ2FreeFractal Dimension and Lacunarity ( 2 D and 3 D ) [23]
ComsystanJ/Plugin of FIJI-ImageJ2FreeFractal Dimension and Lacunarity ( 1 D , 2 D , and 3 D ) [24]
Codes/Python and R languagesFreeLacunarity ( 2 D ) [28]
The codes in R and Python perform the measurement directly on the pixel matrix, which, for AFM data, for example, corresponds to the direct spatial evaluation of the physical properties measured in the experiment.

4. Part III: Applications

4.1. Time Evolution

Figure 5 shows the temporal evolution of the number of scientific publications related to the fractal dimension and lacunarity from two major bibliographic databases (Scopus and Web of Science). The limited engagement with fractality and lacunarity in the academic literature prior to 1970, notwithstanding Mandelbrot’s pioneering work in 1967 [1], led us to establish 1970 as the starting point for our chronological investigation. Note that the number of publications related to the fractal dimension is much larger than the corresponding number of publications associated with the lacunarity. This trend is consistent between both databases, despite some differences that might reflect variations in database coverage.

4.2. Applications of Lacunarity: An Overview with VOSviewer

To analyze the applications of lacunarity, we employed VOSviewer [29], a widely used software tool for constructing and visualizing bibliometric networks. The primary purpose of using VOSviewer was to identify and map the landscape of lacunarity research. The networks generated by VOSviewer are based on co-occurrence data of keywords extracted from a dataset from Scopus.
We present our results in Figure 6, which displays distinct clusters of lacunarity-related research, each represented by a given color. Items that frequently co-occur are placed closer together, forming clusters that represent related research themes or application areas. The clustering algorithm within VOSviewer was utilized to identify distinct groups of keywords. Each cluster was then assigned a unique color for visual differentiation, allowing for an intuitive understanding of the thematic subdivisions within the broader field of lacunarity applications.
The red and brown clusters highlight lacunarity’s relevance in materials science, physics, engineering, and geophysics. Terms like “surface roughness”, “surface cracks”, “fractal fissures,” and “texture” point to the use of lacunarity in characterizing the structural patterns in materials and geological formations.
The purple, blue, and green clusters delve into the biological and life sciences. “Morphology,” “tissue”, “animal tissue”, “ultrastructure”, “histology”, and “tomography” strongly suggest lacunarity’s role in characterizing the structural organization of biological systems at various scales.
Terms like “fractal” and “texture analysis” appear across clusters, emphasizing lacunarity’s utility in quantifying irregular patterns. The presence of “remote sensing” and “medical imaging” in independent clusters highlights parallel methodologies in vastly separate domains.
Terms related to numerical methods and algorithms are present across diverse clusters, indicating a strong computational foundation for calculating the lacunarity. This underscores that a significant portion of lacunarity analysis relies on extracting quantitative information from data that can be encapsulated as images.

4.3. Lacunarity and Fractal Dimension: A Comparison

This section details the findings of a bibliometric comparative analysis performed in June 2025. The academic database Dimensions AI served as the primary data source. A comprehensive search was executed using the precise terms “Fractal Dimension” and “Fractal Lacunarity,” with the “full data” filter applied to ensure the retrieval of all relevant indexed records. Our complete dataset is available at [30].
Figure 7 illustrates the percentage distribution of major knowledge areas employing fractal dimension (FD) and lacunarity (FL). The results show that lacunarity and fractal dimension have cross-disciplinary applications in multiple areas of knowledge, with an emphasis on engineering, mathematics, physical sciences, and computer sciences, but with notable prominence in biomedical and clinical sciences, biological sciences, and environmental sciences.

5. Conclusions

In contrast to the brief treatment given to the lacunarity in previous surveys [31,32,33,34,35,36,37,38,39,40,41], our review provides the first comprehensive and practical exposition of this measure, bridging the gap between its theoretical foundations and its applicability in the real world.
The initial part provided a new pedagogical guide to lacunarity in images, complemented with illustrative analytical examples and a generalized methodological framework. A key contribution of the second part was a novel comparative analysis of current software tools for lacunarity estimation, which was significantly augmented by our release of open-source implementations in R and Python. Finally, the third part integrated these theoretical and computational insights, employing VOSviewer networks to systematically explore diverse real-world applications. Our analysis revealed the widespread relevance of lacunarity across numerous scientific domains, including areas such as material science, biological and medical imaging analysis, as well as geology and geophysics.
Despite the potential for characterizing time series presented by lacunarity in Ref. [4], where the authors illustrate applications in geological and ecological data, the use of this parameter has focused mainly on two-dimensional data, such as medical images [13], Scanning Electron Microscopy (SEM) [14], and Atomic Force Microscopy (AFM) [11]. Additionally, studies with rainfall series can also be highlighted [16,42,43,44]. Furthermore, lacunarity has been used recently to find transition regimes in nonlinear dynamics by applying it to time series recurrence maps [7,8].Three-dimensional assessments of lacunarity are currently becoming popular in the field of geophysics as a means of using the micro-computed tomography (micro-CT) technology to characterize the spatial heterogeneity of different types of rock [45,46] and soil [47,48].
As a new trend we mention, for instance, that in Ref. [18] the lacunarity of binary sequences provided insights into the characteristics of switching protocols. By analyzing a lacunarity-persistence plane, the researchers gained a more nuanced understanding of what makes a switching strategy effective in achieving the Parrondo’s Paradox. The lacunarity of sequences is also an important topic in the mathematical community [49]. In this way, the development of new lacunarity-based measures for time series and sequences is a worthwhile future research direction.
Looking ahead, there are promising research avenues. Integrating lacunarity into machine learning workflows would allow more powerful and descriptive feature engineering. Furthermore, the development of cross-platform toolkits is essential to standardize the methodology and broaden its adoption across different fields. While our study provides a broad overview, a more focused investigation into the smaller clusters of the VOSviewer network could offer new insights into emerging research topics.

Author Contributions

Conceptualization, E.P.P., M.A.P., T.B.F.A., R.N.d.S. and S.M.D.Q.; methodology, E.P.P., M.A.P., T.B.F.A., R.N.d.S. and S.M.D.Q.; software, E.P.P., M.A.P., T.B.F.A., R.N.d.S. and S.M.D.Q.; validation, E.P.P., M.A.P., T.B.F.A., R.N.d.S. and S.M.D.Q.; formal analysis, E.P.P., M.A.P., T.B.F.A., R.N.d.S. and S.M.D.Q.; investigation, E.P.P., M.A.P., T.B.F.A., R.N.d.S. and S.M.D.Q.; resources, S.M.D.Q.; data curation, E.P.P., M.A.P., T.B.F.A., R.N.d.S. and S.M.D.Q.; writing—original draft preparation, E.P.P. and M.A.P.; writing—review and editing, E.P.P., M.A.P., T.B.F.A., R.N.d.S. and S.M.D.Q.; visualization, E.P.P., M.A.P., T.B.F.A., R.N.d.S. and S.M.D.Q.; supervision, M.A.P. and S.M.D.Q.; project administration, E.P.P., M.A.P., T.B.F.A., R.N.d.S. and S.M.D.Q. All authors have read and agreed to the published version of the manuscript.

Funding

S.M.D.Q. thanks CNPq (Grant No. 302348/2022-0) and FAPERJ (SEI-260003/005741/2024) for financial support.

Data Availability Statement

The original data presented in the study are openly available. Source code: https://github.com/PiresMA/lacunarity_python_and_R (accessed on 24 August 2025). Dataset for Section 4.2: https://github.com/nascimento-fisica/review_fd_fl (accessed on 24 August 2025).

Acknowledgments

We are grateful to Nilson S. Ferreira for discussions during the initial phases of this research.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Mandelbrot, B. How long is the coast of Britain? Statistical self-similarity and fractional dimension. Science 1967, 156, 636–638. [Google Scholar] [CrossRef]
  2. Mandelbort, B.B. The Fractal Geometry of Nature; W.H. Freeman: San Francisco, CA, USA, 1982. [Google Scholar]
  3. Allain, C.; Cloitre, M. Characterizing the lacunarity of random and deterministic fractal sets. Phys. Rev. A 1991, 44, 3552–3558. [Google Scholar] [CrossRef] [PubMed]
  4. Plotnick, R.E.; Gardner, R.H.; Hargrove, W.W.; Prestegaard, K.; Perlmutter, M. Lacunarity analysis: A general technique for the analysis of spatial patterns. Phys. Rev. E 1996, 53, 5461–5468. [Google Scholar] [CrossRef] [PubMed]
  5. Mandelbrot, B.B. A Fractal’s Lacunarity, and how it can be Tuned and Measured. In Fractals in Biology and Medicine; Springer: Berlin/Heidelberg, Germany, 1994; pp. 8–21. [Google Scholar]
  6. Vernon-Carter, J.; Lobato-Calleros, C.; Escarela-Perez, R.; Rodriguez, E.; Alvarez-Ramirez, J. A suggested generalization for the lacunarity index. Phys. A Stat. Mech. Its Appl. 2009, 388, 4305–4314. [Google Scholar] [CrossRef]
  7. Braun, T.; Unni, V.R.; Sujith, R.; Kurths, J.; Marwan, N. Detection of dynamical regime transitions with lacunarity as a multiscale recurrence quantification measure. Nonlinear Dyn. 2021, 104, 3955–3973. [Google Scholar] [CrossRef]
  8. Mao, X.; Liu, Z.; Liu, J.; Xie, W.; Shang, P.; Shao, Z. Measuring structural changes of recurrence patterns in multifractal and multiscale aspects by generalized recurrence lacunarity. Fractals 2024, 32, 2450017. [Google Scholar] [CrossRef]
  9. Hentschel, H.G.E.; Procaccia, I. The infinite number of generalized dimensions of fractals and strange attractors. Phys. D Nonlinear Phenom. 1983, 8, 435–444. [Google Scholar] [CrossRef]
  10. Plotnick, R.E.; Gardner, R.H.; O’Neill, R.V. Lacunarity indices as measures of landscape texture. Landsc. Ecol. 1993, 8, 201–211. [Google Scholar] [CrossRef]
  11. Pinto, E.P.; Pires, M.A.; Matos, R.S.; Zamora, R.R.; Menezes, R.P.; Araújo, R.S.; de Souza, T.M. Lacunarity exponent and Moran index: A complementary methodology to analyze AFM images and its application to chitosan films. Phys. A 2021, 581, 126192. [Google Scholar] [CrossRef]
  12. Mandelbrot, B.B. Measures of fractal lacunarity: Minkowski content and alternatives. In Fractal Geometry and Stochastics; Springer: Berlin/Heidelberg, Germany, 1995; pp. 15–42. [Google Scholar]
  13. Yasar, F.; Akgunlu, F. Fractal dimension and lacunarity analysis of dental radiographs. Dentomaxillofacial Radiol. 2005, 34, 261–267. [Google Scholar] [CrossRef]
  14. Ramos, G.Q.; da Costa Melo, I.; Matos, R.S.; Pinto, E.P.; Pires, M.A.; Sanches, E.A.; da Fonseca Filho, H.D. SEM-imaging-based mapping of monofractal and multifractal patterns of the Piper krukoffii Yunck leaf surface architecture. Flora 2023, 306, 152355. [Google Scholar] [CrossRef]
  15. Pendleton, D.; Dathe, A.; Baveye, P. Influence of image resolution and evaluation algorithm on estimates of the lacunarity of porous media. Phys. Rev. E Stat. Nonlinear Soft Matter Physics 2005, 72, 041306. [Google Scholar] [CrossRef] [PubMed]
  16. Martínez, M.; Lana, X.; Burgueño, A.; Serra, C. Lacunarity, predictability and predictive instability of the daily pluviometric regime in the Iberian Peninsula. Nonlinear Process. Geophys. 2007, 14, 109–121. [Google Scholar] [CrossRef]
  17. Scott, R.; Kadum, H.; Salmaso, G.; Calaf, M.; Cal, R.B. A lacunarity-based index for spatial heterogeneity. Earth Space Sci. 2022, 9, e2021EA002180. [Google Scholar] [CrossRef]
  18. Pires, M.A.; Pinto, E.P.; da Silva, R.N.; Duarte Queirós, S.M. Parrondo’s effects with aperiodic protocols. Chaos Interdiscip. J. Nonlinear Sci. 2024, 34, 123126. [Google Scholar] [CrossRef]
  19. Ţălu, Ş.; Abdolghaderi, S.; Pinto, E.P.; Matos, R.S.; Salerno, M. Advanced fractal analysis of nanoscale topography of Ag/DLC composite synthesized by RF-PECVD. Surf. Eng. 2020, 36, 713–719. [Google Scholar] [CrossRef]
  20. Păcurar, C.M.; Necula, B.R. An analysis of COVID-19 spread based on fractal interpolation and fractal dimension. Chaos Solitons Fractals 2020, 139, 110073. [Google Scholar] [CrossRef]
  21. Myint, S.W.; Lam, N. A study of lacunarity-based texture analysis approaches to improve urban image classification. Comput. Environ. Urban Syst. 2005, 29, 501–523. [Google Scholar] [CrossRef]
  22. Karperien, A.; Ahammer, H.; Jelinek, H.F. Quantitating the subtleties of microglial morphology with fractal analysis. Front. Cell. Neurosci. 2013, 7, 3. [Google Scholar] [CrossRef]
  23. Torre, I.G.; Heck, R.J.; Tarquis, A. MULTIFRAC: An ImageJ plugin for multiscale characterization of 2D and 3D stack images. SoftwareX 2020, 12, 100574. [Google Scholar] [CrossRef]
  24. Ahammer, H.; Reiss, M.A.; Hackhofer, M.; Andronache, I.; Radulovic, M.; Labra-Spröhnle, F.; Jelinek, H.F. ComsystanJ: A collection of Fiji/ImageJ2 plugins for nonlinear and complexity analysis in 1D, 2D and 3D. PLoS ONE 2023, 18, e0292217. [Google Scholar] [CrossRef]
  25. Horcas, I.; Fernández, R.; Gomez-Rodriguez, J.; Colchero, J.; Gómez-Herrero, J.; Baro, A.M. WSXM: A software for scanning probe microscopy and a tool for nanotechnology. Rev. Sci. Instruments 2007, 78, 13705. [Google Scholar] [CrossRef] [PubMed]
  26. Nečas, D.; Klapetek, P. Gwyddion: An open-source software for SPM data analysis. Open Phys. 2012, 10, 181–188. [Google Scholar] [CrossRef]
  27. Collins, T.J. ImageJ for microscopy. Biotechniques 2007, 43, S25–S30. [Google Scholar] [CrossRef] [PubMed]
  28. A Practical Complement to the Paper “Statistical Insights into Spatial Patterns: A Panorama About Lacunarity”. Source Code. 2025. Available online: https://github.com/PiresMA/lacunarity_python_and_R (accessed on 24 August 2025).
  29. Van Eck, N.; Waltman, L. Software survey: VOSviewer, a computer program for bibliometric mapping. Scientometrics 2010, 84, 523–538. [Google Scholar] [CrossRef]
  30. Analysis of Areas Employing Fractal Dimension and Lacunarity to the Paper “Statistical Insights into Spatial Patterns: A Panorama About Lacunarity”. Source Code. 2025. Available online: https://github.com/nascimento-fisica/review_fd_fl (accessed on 24 August 2025).
  31. Monjo, R.; Meseguer-Ruiz, O. Fractal geometry in precipitation. Atmosphere 2024, 15, 135. [Google Scholar] [CrossRef]
  32. Zhou, W.; Cao, Y.; Zhao, H.; Li, Z.; Feng, P.; Feng, F. Fractal analysis on surface topography of thin films: A review. Fractal Fract. 2022, 6, 135. [Google Scholar] [CrossRef]
  33. Patiño-Ortiz, M.; Patiño-Ortiz, J.; Martínez-Cruz, M.Á.; Esquivel-Patiño, F.R.; Balankin, A.S. Morphological Features of Mathematical and Real-World Fractals: A Survey. Fractal Fract. 2024, 8, 440. [Google Scholar] [CrossRef]
  34. Díaz Beltrán, L.; Madan, C.R.; Finke, C.; Krohn, S.; Di Ieva, A.; Esteban, F.J. Fractal dimension analysis in neurological disorders: An overview. In The Fractal Geometry of the Brain; Springer: Berlin/Heidelberg, Germany, 2024; pp. 313–328. [Google Scholar]
  35. Datseris, G.; Kottlarz, I.; Braun, A.P.; Parlitz, U. Estimating fractal dimensions: A comparative review and open source implementations. Chaos Interdiscip. J. Nonlinear Sci. 2023, 33, 102101. [Google Scholar] [CrossRef]
  36. Mishra, S.; Kumar, M.; Mishra, L.; Mohanty, R.; Nayak, R.; Das, A.C.; Mishra, S.; Panda, S.; Lapinska, B. Fractal dimension as a tool for assessment of dental implant stability—a scoping review. J. Clin. Med. 2022, 11, 4051. [Google Scholar] [CrossRef]
  37. Lennon, F.E.; Cianci, G.C.; Cipriani, N.A.; Hensing, T.A.; Zhang, H.J.; Chen, C.T.; Murgu, S.D.; Vokes, E.E.; Vannier, M.W.; Salgia, R. Lung cancer—a fractal viewpoint. Nat. Rev. Clin. Oncol. 2015, 12, 664–675. [Google Scholar] [CrossRef]
  38. Shariff, A.A.; Hafezi, M.H. A review on fractals and fracture, Part I: Calculating fractal dimensions by CAD model. Appl. Mech. Mater. 2012, 148, 818–821. [Google Scholar] [CrossRef]
  39. Lopes, R.; Betrouni, N.; Dubois, P. Fractal, multifractal and lacunarity measurement in image texture analysis: A short review. In Computational Vision and Medical Image Processing: VipIMAGE 2009; Springer: Berlin/Heidelberg, Germany, 2009; p. 433. [Google Scholar]
  40. Sun, W.; Xu, G.; Gong, P.; Liang, S. Fractal analysis of remotely sensed images: A review of methods and applications. Int. J. Remote Sens. 2006, 27, 4963–4990. [Google Scholar] [CrossRef]
  41. Smith, T., Jr.; Lange, G.; Marks, W.B. Fractal methods and results in cellular morphology—dimensions, lacunarity and multifractals. J. Neurosci. Methods 1996, 69, 123–136. [Google Scholar] [CrossRef] [PubMed]
  42. Lana, X.; Martínez, M.; Serra, C.; Burgueño, A. Complex behaviour and predictability of the European dry spell regimes. Nonlinear Process. Geophys. 2010, 17, 499–512. [Google Scholar] [CrossRef]
  43. De Lucena, L.R.R.; Júnior, S.F.A.X.; Stosic, T.; Stosic, B. Lacunarity analysis of daily rainfall data in Pernambuco, Brazil. Acta Scientiarum. Technol. 2018, 40, 36655. [Google Scholar] [CrossRef]
  44. Agbazo, N.M.; Tall, M.; Sylla, M.B. Nonlinear Trend and Multiscale Variability of Dry Spells in Senegal (1951–2010). Atmosphere 2023, 14, 1359. [Google Scholar] [CrossRef]
  45. Xia, Y.; Cai, J.; Perfect, E.; Wei, W.; Zhang, Q.; Meng, Q. Fractal dimension, lacunarity and succolarity analyses on CT images of reservoir rocks for permeability prediction. J. Hydrol. 2019, 579, 124198. [Google Scholar] [CrossRef]
  46. Fu, H.; Wang, S.; Tan, D.; He, G.; Lian, M.; Zhu, Z.; Ding, D. Characterization of evolution of reactive transport parameters during leaching process of sandstone uranium ore by combining porosity and lacunarity. Nucl. Eng. Technol. 2025, 57, 103126. [Google Scholar] [CrossRef]
  47. Pires, L.F.; Oliveira, J.A.d.; Gaspareto, J.V.; Posadas, A.N.; Lourenço, A.L. Impact of Wetting-Drying Cycles on Soil Intra-Aggregate Pore Architecture Under Different Management Systems. AgriEngineering 2024, 7, 9. [Google Scholar] [CrossRef]
  48. Oliveira, J.A.d.; Pessoa, T.N.; Gaspareto, J.V.; Posadas, A.N.; Lourenço, A.L.; Libardi, P.L.; Pires, L.F. Characterization of the Pore Network of a Cohesive Oxisol Through Morphological and Pore Complexity Analyses. Agriculture 2025, 15, 200. [Google Scholar] [CrossRef]
  49. Mohammed, M.M.; Sharma, S.K.; Magzoub, M.; Kumar, R.; Sharma, A.K.; Mahgoub, H.S.; Gouni, A.A.; Bakery, A.A. Wijsman asymptotically ideal statistical sequences of order (α, β) under decision making. J. Math. Comput. Sci. 2025, 38, 330–340. [Google Scholar] [CrossRef]
Figure 1. (a) Lacunarity of a heterogeneous uniformly disorganized pattern Λ ( m ) vs. fraction of lacunae p as given by Equation (12) for m = 2 , 5 , 100 . (b) The same case but considering the dependence on the matrix length, m, and the parameter p.
Figure 1. (a) Lacunarity of a heterogeneous uniformly disorganized pattern Λ ( m ) vs. fraction of lacunae p as given by Equation (12) for m = 2 , 5 , 100 . (b) The same case but considering the dependence on the matrix length, m, and the parameter p.
Fractalfract 09 00570 g001
Figure 2. Flowchart describing the application of fractality and lacunarity considering several surfaces: homogeneously distributed random patterns and Sierpinski-like fractals (Quadrilux and the Unilux). The top panels show their visual appearance. The first step presents the box-counting results, which separates out fractal and non-fractal patterns. The second pattern displays the lacunarity results that distinguish scale-invariant patterns with the same fractal dimension.
Figure 2. Flowchart describing the application of fractality and lacunarity considering several surfaces: homogeneously distributed random patterns and Sierpinski-like fractals (Quadrilux and the Unilux). The top panels show their visual appearance. The first step presents the box-counting results, which separates out fractal and non-fractal patterns. The second pattern displays the lacunarity results that distinguish scale-invariant patterns with the same fractal dimension.
Fractalfract 09 00570 g002
Figure 3. Artificial images with distinct spatial patterns simulated through the Python language and their respective lacunarity curves. The fractal pattern is known as the Sierpinski Carpet ( D F = 1.8928 ).
Figure 3. Artificial images with distinct spatial patterns simulated through the Python language and their respective lacunarity curves. The fractal pattern is known as the Sierpinski Carpet ( D F = 1.8928 ).
Fractalfract 09 00570 g003
Figure 4. Comparative computational study using the Sierpinski carpet.
Figure 4. Comparative computational study using the Sierpinski carpet.
Fractalfract 09 00570 g004
Figure 5. Time-series analysis of the lacunarity and fractal dimension, obtained from two major academic databases, Scopus and Web of Science (WoS), between 1970 and 2024.
Figure 5. Time-series analysis of the lacunarity and fractal dimension, obtained from two major academic databases, Scopus and Web of Science (WoS), between 1970 and 2024.
Fractalfract 09 00570 g005
Figure 6. The VOSviewer map presented visually organizes research topics related to lacunarity into distinct clusters, each represented by a specific color. This clustering highlights the diverse applications and interconnectedness across various scientific disciplines.
Figure 6. The VOSviewer map presented visually organizes research topics related to lacunarity into distinct clusters, each represented by a specific color. This clustering highlights the diverse applications and interconnectedness across various scientific disciplines.
Fractalfract 09 00570 g006
Figure 7. Distribution of 10 major areas employing fractal dimension (FD) and lacunarity (FL).
Figure 7. Distribution of 10 major areas employing fractal dimension (FD) and lacunarity (FL).
Fractalfract 09 00570 g007
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Pinto, E.P.; Pires, M.A.; Antunes, T.B.F.; da Silva, R.N.; Queirós, S.M.D. Statistical Insights into Spatial Patterns: A Panorama About Lacunarity. Fractal Fract. 2025, 9, 570. https://doi.org/10.3390/fractalfract9090570

AMA Style

Pinto EP, Pires MA, Antunes TBF, da Silva RN, Queirós SMD. Statistical Insights into Spatial Patterns: A Panorama About Lacunarity. Fractal and Fractional. 2025; 9(9):570. https://doi.org/10.3390/fractalfract9090570

Chicago/Turabian Style

Pinto, Erveton P., Marcelo A. Pires, Thiago B. F. Antunes, Rone N. da Silva, and Sílvio M. Duarte Queirós. 2025. "Statistical Insights into Spatial Patterns: A Panorama About Lacunarity" Fractal and Fractional 9, no. 9: 570. https://doi.org/10.3390/fractalfract9090570

APA Style

Pinto, E. P., Pires, M. A., Antunes, T. B. F., da Silva, R. N., & Queirós, S. M. D. (2025). Statistical Insights into Spatial Patterns: A Panorama About Lacunarity. Fractal and Fractional, 9(9), 570. https://doi.org/10.3390/fractalfract9090570

Article Metrics

Back to TopTop