Next Article in Journal
Ginseng® Alleviates Malathion-Induced Hepatorenal Injury through Modulation of the Biochemical, Antioxidant, Anti-Apoptotic, and Anti-Inflammatory Markers in Male Rats
Previous Article in Journal
Translational Medicine in Uremic Vascular Calcification: Scavenging ROS Attenuates p-Cresyl Sulfate-Activated Caspase-1, NLRP3 Inflammasome and Eicosanoid Inflammation in Human Arterial Smooth Muscle Cells
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Smoothing the Undersampled Carpal Bone Model with Small Volume and Large Curvature: A Feasibility Study

1
Department of Orthopaedics, Trauma and Reconstructive Surgery, RWTH Aachen University Hospital, 52074 Aachen, Germany
2
Department of Orthopaedic Surgery, Klinikum Wels-Grieskirchen, 4600 Wels, Austria
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Submission received: 12 April 2022 / Revised: 10 May 2022 / Accepted: 18 May 2022 / Published: 23 May 2022
(This article belongs to the Section Medical Research)

Abstract

:
The carpal bones are eight small bones with irregularities and high curvature on their surfaces. The 3D model of the carpal bone serves as the foundation of further clinical applications, e.g., wrist kinematic behavior. However, due to the limitation of the Magnetic Resonance Imaging (MRI) technique, reconstructed carpal bone models are discretely undersampled, which has dramatic stair-step effects and leads to abnormal meshes on edges or surfaces, etc. Our study focuses on determining the viability of various smoothing techniques for a carpal model reconstructed by in vivo gathered MR images. Five algorithms, namely the Laplacian smoothing algorithm, the Laplacian smoothing algorithm with pre-dilation, the scale-dependent Laplacian algorithm, the curvature flow algorithm, and the inverse distance algorithm, were chosen for evaluation. The assessment took into account the Relative Volume Difference and the Hausdorff Distance as well as the surface quality and the preservation of morphological and morphometric properties. For the five algorithms, we analyzed the Relative Volume Difference and the Hausdorff Distance for all eight carpal bones. Among all the algorithms, the scale-dependent Laplacian method processed the best result regarding surface quality and the preservation of morphological and morphometric properties. Based on our extensive examinations, the scale-dependent Laplacian algorithm is suitable for the undersampled carpal bone model with small volume and large curvature.

1. Introduction

Wrist pathologies can cause persistent discomfort and motor disorder, which interfere with daily activities and potentially lower life quality. It was reported that around 10% of the general population in the UK suffered nonspecific hand and wrist pain [1]. Another study claimed that wrist and hand pain accounted for a consultation prevalence rate of 190 in 10,000 patients per year in total [2]. Deeper investigation into the wrist mechanism is therefore highly warranted.
Non-invasive interventions are extremely meaningful for either in-vivo or in-vitro investigations into wrists. Medical imaging techniques such as Computerized Tomography (CT) and Magnetic Resonance Imaging (MRI) have been proven to substantially improve diagnosis and treatment procedures for bones [3]. However, most contemporary approaches are confined to 2D representations, which are counterintuitive and sometimes inaccurate regarding spatial information [4]. Compared to 2D images, 3D models provide realistic visualization of anatomical features and can be utilized in orthopedics to visually check the bone shape and joint structure as well as quantitatively assess various clinical states [5], such as osteoarthritis, which may result in the change of bone volume. Mavrogenis et al. demonstrated that employing bone models derived from CT data and computer-assisted navigation systems has been proven to be an effective technique of surgical assistance [6]. A 3D visualization of the wrist bones is of therapeutic importance due to the tiny size and complicated anatomical features of them, which are challenging to observe in 2D images [7]. With 3D carpal models, analyses—e.g., of wrist kinematic behavior—can be directly conducted on a virtual model for therapy planning or surgery assessment [8,9].
As the precondition of the above-mentioned analysis, the individual bone model plays a fundamental role. The typical process to generate a bone model can be simplified with the following steps: (1) acquisition of stacked image sets; (2) segmentation of the desired objects; (3) reconstruction and smoothing of the object surface. However, due to the small scale (e.g., the volume of the pisiform can be as low as 854 ± 203 mm3 in men and 570 ± 122 mm3 in women [10]) and large curvature of the carpal bones, the acquisition appears often undersampled. Meanwhile, high-frequency information on stacked 2D images, which may belong to the cortex and sponge of the bones, is rather delicate under image processing. Hence, a smoothing procedure of the bony structures remains necessary. Various algorithms for the surface representation may result in completely different outcomes, e.g., irregular meshes on edges or surfaces with high curvatures. Due to the tiny volume and sophisticated geometry of the carpal bones, volume shrinkage and the ensuing loss of anatomical features during the smoothing procedure degrade the model accuracy massively. The conventional approaches integrated into, e.g., ITK-SNAP [11] or 3DSlicer [12] either simply stack the 2D images with scanning parameters, which results in the stair-step effect, or smooth the model by losing the bony structure dramatically (see Figure 1). By introducing a proper approach, the model surface could be smoothly refined while maintaining essential anatomical features.
Within this paper, we conduct a feasibility study to characterize the smoothing effect of different approaches on the carpal bones, aiming to conclude an optimal approach for carpal bone smoothing. We have made three contributions: (1) we detailed the commonly utilized smoothing algorithms; (2) we implemented the algorithms on our in vivo gathered human wrist MRI sets; (3) we then compared and explained the results mathematically of each algorithm and offered a fitted smoothing strategy for carpal bones with high quality and accuracy.

2. Materials and Methods

2.1. Data Acquisition and Preprocessing

The datasets involved in this study were adapted from our former research, which has been approved by the institutional review board (EK 171/10), and written informed consent requirements were obtained [13]. We randomly selected MRI scans and corresponding segmented ground truths from ten subjects. The reconstructed models were directly outputted through the ITK-SNAP without any further build-in smoothing procedures.

2.2. Laplacian Smoothing

Laplacian smoothing is a typical approach for polygonal mesh smoothing, which is also known as diffusion. The essential principle is that the vertices of a mesh are shifted in the Laplacian direction in steps. The smoothing equation is given in differential form as follows:
X t = λ L ( X ) ,
where X denotes the mesh vertices, L is the Laplacian operator, and λ is a positive coefficient that controls the diffusion speed.
More rigorously, consider that a mesh M with vertex set V = { 1 , ,   n } is given by a tuple ( K , p ) , where K 2 V is a simplicial complex and p : V 3 maps the vertex i n to its position p i . Laplacian smoothing can be discretely approximated as a repeated replacement of position p i of the vertex i by the umbrella operator U ( p i ) [14,15] to the following:
p i ( t + 1 ) = p i ( t ) + λ U ( p i ) ( t ) ,
U ( p i ) = 1 m ( j N 1 ( i ) q j ) p i ,
where N 1 ( i ) denotes the one-ring neighbors of the vertex   i and m is the number of neighbors of the p i (see Figure 2). The umbrella operator U can be seen as a low-pass filter.

2.3. Laplacian Smoothing with Pre-Dilation

As mentioned previously, Laplacian smoothing reduces the high-frequency signals and hence causes volume shrinkage. To avoid this volume loss, we propose a pre-dilation algorithm before the smoothing to compensate for such an impact.
Given a position p i = ( x i , y i , z i ) of the vertex i of a mesh M , the dilation is defined as follows:
{ x i = x i + α n x i y i = y i + α n y i z i = z i + α n z i   ,
where α is a positive coefficient and n x , n y , and n z represent the normal components of the corresponding point. Since the total complexity for volume preservation is linear, the dilatation is frequency-insensitive. When compared to previous scaling methods, our technique can maintain the absolute location.
The model volume reduces gradually throughout the Laplacian smoothing, and the process is terminated as (1) the smoothed surface contacts the boundary of the original surface or (2) the volume difference between the smoothed model and the original model reaches a certain threshold (e.g., 0.5% of the original volume). The Algorithm 1 is summarized underneath.
Algorithm 1: Laplacian smoothing with pre-dilation
Input: V t , p t , λ , α ,   t h r e s h o l d
Output: V t + 1 , p t + 1
1.Initialization: λ ,   α
2.Dilation using Equation (4)
3.while volume   difference > t h r e s h o l d  do
4.   p i ( t + 1 )   p i ( t ) + λ U ( p i ) ( t )
5.   volume   difference = volume of V t + 1 volume of V t
6.end while

2.4. Scale-Dependent Laplacian Smoothing

Typically, we utilize the umbrella operator to approximate the Laplacian operator. As expressed in Equation (2), the vertex is assumed to have edges with the same length, and all angles between neighboring edges around the vertex are equal. Since actual meshes have a variety of triangles of varying sizes, the scale-dependent umbrella operator is defined as follows [16,17]:
U ( p i ) = 2 E j N 1 ( i ) p j p i | e i j | ,
E = j N 1 ( i ) | e i j | ,
As illustrated on the left side of Figure 3, e i j is the edge connecting the vertices in positions p i and p j .

2.5. Curvature Flow

The smoothing approach based on curvature flow makes no use of the surface’s inherent features. It smooths the surface by moving along the surface normal n with a speed equal to the mean curvature κ ¯ [18]. Equation (1) can be rewritten as follows:
x i t = κ i ¯ n i ,
κ i ¯ = κ 1 + κ 2 2 .
The definition of the mean curvature around a vertex is defined as follows:
κ ¯ = div   n ,
where div ( ) is a vector operator in vector analysis that corresponds a vector field in a vector space to a scalar field [19].
We can use a differential geometry curvature as an approximation to the ( x , y , z ) coordinates of the vertex to the following:
κ ¯ n = A 2 A ,
where A is the area of a small region around the vertex and denotes the gradient. A vertex x j in its position p j and the area of all the triangles of the one-ring neighbors would be taken into consideration, while the area of the triangle uses the cross-products of adjacent edges.
The expression is reformed as follows:
κ ¯ n = 1 4 A j N 1 ( i ) ( cot α j + cot β j ) ( p j p i ) .
In the equation above, α j and β j are two angles opposite to the edge in the two triangles having the edge e i j , and A j α and A j β are the areas of the triangles, as shown in Figure 3.
Similar to previous approaches, we may reduce the non-linear formulation of the curvature normal method into the following linear system with an implicit integration known as the backward Euler method [17]:
( I λ   d t   K )   P n + 1 = P n .
Then, the equation can be normalized to be used in explicit integration for quick smoothing [17]:
( κ ¯ n ) n o r m a l i z e d = 1 Σ j ( cot α j l + cot α j r ) j ( cot α j l + cot α j r ) ( P i P j ) .

2.6. Inverse Distance

From Equations (3)–(5), it is obvious that the definition of the weights ω i in the umbrella operator varies the smoothing strategy, e.g., ω i = 1 m in Equation (3).
Another option of the weights is the inverse distances between   P and its neighbors Q i [20], as shown in Figure 2:
ω i = P Q i 1 .
The local update rule still follows Equation (2).

2.7. Validation

Since the real carpal bone surface geometry cannot be completely obtained in vivo and any smoothing process on the model surface causes unavoidable loss of anatomical information, we selected models directly outputted by the ITK-SNAP without any built-in processing as ground truths, where every convex ridge represents a real anatomical boundary on the selected carpal bone, and then compared them to smoothing results from the employed approaches to characterize the approach that offered the best compromise between smoothness and fidelity.
Therefore, we utilized various methods for the validation of the referred smoothing methods, which are described underneath. For convenience, we denote the Laplacian smoothing method as M1, the Laplacian method with pre-dilation as M2, the scale-dependent Laplacian method as M3, the curvature flow method as M4, and the inverse distance method as M5. We empirically applied a 5% dilatation on the origin model as input for M2. As M2 converges automatically, all other methods were manually set to terminate after 30 iterations.

2.7.1. Quantitative Metrics

We employed the Relative Volume Difference (RVD, %) and the Hausdorff Distance (HD, mm) as the surface distance measures. The VD and the HD are defined as follows:
RVD ( G , S ) = | V S | | V G | | V G | · 100   ,
HD ( G , S ) = max ( max x G d ( x , S ) , max y S d ( x , G ) ) .
where   G and S represent ground truth and segmentation, respectively; d ( a , b ) the nearest Euclidean distance between a surface point a and the surface b ; and | · | the number of corresponding surface voxels. A value of the RVD and the HD equal to zero means a perfect segmentation.
As the ridges on the ground truth model portray the real anatomical geometry, the HD implies how the involved approach maintains such information by measuring the maximum distance between two comparisons. The RVD measures the degree of the volume change. Since the RVD is given as a signed number, it reveals model expansion or shrinkage as well.

2.7.2. Qualitative Metrics

Following quantitative assessment, we further investigated how the employed smoothing approaches preserved the anatomical features, which can intuitively identify the discrepancies in smoothing outcomes. Specifically, we compared the morphological and morphometric features of the scaphoid and trapezium due to their highly complex spatial geometries [21,22].
Compson et al. outlined the morphological landmarks of the scaphoid as follows [21]: (1) the scaphoid has six facets, four of which are articular facets; (2) the lunate facet is semilunar in shape and faces medially and slightly into the palmar direction; (3) the capitate facet is larger and concave and faces medially and slightly distally; (4) the dorsal edge of the capitate facet is more concave than the palmar and can contain a notch; and (5) the position of the capitate facet varies in its relationship to the proximal end of the scaphoid, which leads to an associated variability in the width of the lunate facet (see Figure 4).
The morphological landmarks of the trapezium are as follows [23]: (1) the trapezium displays six facets, comprising four articular facets and two other non-articular palmar and dorsal facets; (2) the largest articular facet is the thumb metacarpal facet, which is saddle-shaped and faces distally and radially (see Figure 5D), being radioulnarly concave while palmardorsally convex; (3) the second largest of the articular facets is the trapezoid, which is elongated and concave and faces ulnarly as the most irregular surface (see Figure 5C); (4) the concave scaphoid facet articulates with the tubercle of the scaphoid, and it is rounded and the most proximal of all the articular surfaces; (5) the most prominent feature on the palmar facets is the trapezial ridge (see Figure 5C), which is a bony ridge that runs from proximal to distal, facing ulnarly; and (6) the dorsal facets displays two distinct tubercles (see Figure 5D).

3. Results

3.1. Quantitative Metrics

As listed in Table 1, M1 suppressed the volume the most. Compared to M1, M2 performed exceptionally well in terms of volume retention. M3, M4, and M5 all had a comparable effect on mitigating the volume shrinking effect during the smoothing process.
The mean HD and Root Mean Square (RMS) of the five methods on eight carpal bones are shown in Table 2. The HDs of M3, M4, and M5 have similar standard deviations and are all smaller than those of M1 and M2.
Figure 6, Figure 7, Figure 8 and Figure 9 visualize the HD distribution along the bone surface smoothed by the approaches employed on all of the eight carpal bones. Generally, M1 has the largest HD distribution and M3 has the smallest on all the bones. M2 performs better than M1; however, M2 does not work well at the surface with negative curvature (the scaphocapitate facet in Figure 6a). M3, M4, and M5 share a similar outcome, although M3 achieves less distortion on the edge (shown in Figure 6b).

3.2. Surface Quality

The surface quality for the used algorithms is shown in the following section. Figure 10 demonstrates the original model of a scaphoid bone and the results of M1 to M5.
The original model suffers from a stepwise surface due to the directly stacked segmentation slices. All the smoothing methods significantly improved the surface quality by reducing the stair-step effect in the original model. M1 and M2 offered the best result regarding surface smoothness. M3, M4, and M5 share similar results, where the majority of the stepped edges were eliminated while some of them remained. Additionally, compared to M3, M4 and M5 generated unnecessary local oscillatory ripples on the edges.

3.3. The Preservation of the Morphological and Morphometric Features

Figure 11 and Figure 12 illustrate the morphological characteristics of the scaphoid and their preservation status. The comparison between M1, M2, M3, M4, and M5 clearly illustrates the damage of the different smoothing strategies regarding morphological and morphometric features. As shown in those figures, both M1 and M2 have a considerable negative effect regarding the form of the models, resulting in a significant deterioration of the anatomical features. In Figure 13, we also notice the unnecessary expansion on the scaphocapitate concave facet.
The preservation of the morphological characteristics of the trapezium is displayed in Figure 14 and Figure 15. As a result of the smaller bone volume compared to the scaphoid, the morphological features on the trapezium were generally preserved. In Figure 14, unlike the results from M3–M5, both M1 and M2 have a remarkable negative effect on the preservation of the thumb metacarpal facet. Figure 15 shows the preservation of the trapezial ridge. All approaches preserve the trapezial ridge, though the results in M3–M5 are better compared to M1 and M2.

4. Discussion

While M1 effectively improves the model’s surface quality, according to Equations (2) and (3), M1 suppresses vertices on the surface at each iteration, resulting in a significant volume reduction, which is incompatible with objects with limited volume and considerable curvatures such as the carpal bones. Meanwhile, since each step on the original model represents a real bony contour, M1 loses anatomical features the most.
Such volume shrinkage can be relieved by implementing dilatation before Laplacian operation, as in M2. Nevertheless, the expansion of M2 is rather empirical, which is individual-dependent and thus hardly practical for routine processing. Furthermore, the processing might damage the crucial surface morphological and morphometric properties as M2 shares the same smoothing strategy as M1. Figure 13 shows that the model processed by M2 expands on the scaphocapitate facet, and the articular concavity moves slightly centripetally, which decreases the scaphocapitate distance, resulting in a potential interference on inter-bone kinematic characters or even a cartilage modeling failure in terms of a more detailed wrist model. Such a drawback is explained through Equation (4), which enlarges the model homogeneously by setting the normal direction of individual voxels outwards generally. As a result, the sections of the model surface with positive curvature and negative curvature are equally unduly extended. Thus, the scaphocapitate facet curvature varies when no compensation through the following Laplacian operation is performed.
M3, M4, and M5 smooth the models in a similar manner, as all of them are variations of the traditional Laplacian method. M4 and M5 perform admirably in terms of volume preservation and morphological and morphometric feature retention as they do not change the model shape at the facet that is flat. Therefore, fewer vertices are to be handled, leading to fewer differences between the smoothed and original models and a smaller HD listed in Table 2. However, in Figure 6, the methods do not converge at locations with small curvature during the smoothing, which causes oscillatory ripples on the surface. It is reported that according to Equations (13) and (14), the nonlinear evolutions of M4 and M5 under an unstable flow or in a finite time interval exhibit unstable behavior [24,25].
M3 offers the premier smoothing results regarding the carpal bones among all the comparisons. As expressed in Equation (6), by adapting the edges of the umbrella operator depending on each vertex, M3 avoids an indistinguishable high-frequency filtration along the surface, which limits the volume shrinkage compared to M1. Although the length of the edges drives the operator to become nonlinear, it varies within a certain level. Desbrun et al. reported that the operator of M3 remains constant during numerical implementation [17] and could therefore avoid oscillation.
Indeed, we noticed the limitations of this work. Due to the principle of MRI, the discrete acquisition offers limited anatomical features of carpal bones. The segmentations and the resultant generated ground truth models can hardly completely mimic the real scenario. Meanwhile, based on the project demands, we mainly focused on the implicit approaches derived from Laplacian smoothing. An explicit Euler scheme-based approach or other embedded kernel function-based approaches, such as Gaussian kernel, remain promising research topics. Furthermore, the application can also be extended to other joints, e.g., tarsus or vertebra, which have similar surface features.

5. Conclusions

In this work, the performance of various smoothing methods on the carpal bones has been investigated for the first time. We pointed out the best solution for smoothing the medical objects with large curvature and undersampled by MRI. Specifically, we first expressed five commonly employed smoothing methods mathematically, i.e., Laplacian smoothing (M1), Laplacian smoothing with pre-dilation (M2), scale-dependent Laplacian smoothing (M3), curvature flowing smoothing (M4), and inverse distance smoothing (M5). We then implemented the methods on our in-house gathered in vivo MR carpus image sets. The results were quantitatively—i.e., through Relative Volume Difference and Hausdorff Distance—and qualitatively—i.e., through morphological and morphometric features—evaluated. We then discussed the outcomes and the main drawbacks of the methods mathematically.
Generally, Laplacian smoothing is appropriate when the model processes a considerable volume, and the assessment criterion is loose regarding local feature preservation. The dilation algorithm can be utilized in conjunction with the Laplacian smoothing algorithm to achieve the desired volume preservation. The curvature flowing smoothing and inverse distance smoothing methods showed a great performance to shape. However, optimization is still needed to solve the problem of surface oscillation.
We recommend employing scale-dependent Laplacian smoothing for large curvature, small volume, and undersampled models since it can optimize the surface quality to an acceptable level while maintaining the model volume and the anatomical details demanded.

Author Contributions

Conceptualization, C.J., J.L., M.P., B.R., F.H. and J.E.; methodology, C.J., J.L., M.P., B.R., F.H. and J.E.; validation, C.J., J.L., M.P., B.R., F.H. and J.E.; resources, C.J., J.L., M.P., B.R., F.H. and J.E.; data curation, C.J. and J.L.; writing—review and editing, C.J., J.L., M.P., B.R., F.H. and J.E.; visualization, C.J. and J.L.; supervision, J.E.; project administration, J.L. and J.E.; funding acquisition, J.E. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation), grant numbers ES 442/1-1 and RA 2187/4-1.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Walker-Bone, K.; Palmer, K.T.; Reading, I.; Coggon, D.; Cooper, C. Prevalence and impact of musculoskeletal disorders of the upper limb in the general population. Arthritis Rheum. 2004, 51, 642–651. [Google Scholar] [CrossRef] [PubMed]
  2. Jordan, K.P.; Kadam, U.T.; Hayward, R.; Porcheret, M.; Young, C.; Croft, P. Annual consultation prevalence of regional musculoskeletal problems in primary care: An observational study. BMC Musculoskelet. Disord. 2010, 11, 144. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Hoey, E.T.D.; Shahid, M.; Watkin, R.W. Computed tomography and magnetic resonance imaging evaluation of pericardial disease. Quant. Imaging Med. Surg. 2016, 6, 274–284. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Esposito, F.; Mamone, R.; Di Serafino, M.; Mercogliano, C.; Vitale, V.; Vallone, G.; Oresta, P. Diagnostic imaging features of necrotizing enterocolitis: A narrative review. Quant. Imaging Med. Surg. 2017, 7, 336–344. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  5. Shiode, R.; Kabashima, M.; Hiasa, Y.; Oka, K.; Murase, T.; Sato, Y.; Otake, Y. 2D-3D reconstruction of distal forearm bone from actual X-ray images of the wrist using convolutional neural networks. Sci. Rep. 2021, 11, 15249. [Google Scholar] [CrossRef]
  6. Mavrogenis, A.F.; Savvidou, O.D.; Mimidis, G.; Papanastasiou, J.; Koulalis, D.; Demertzis, N.; Papagelopoulos, P.J. Computer-assisted navigation in orthopedic surgery. Orthopedics 2013, 36, 631–642. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  7. Götestrand, S.; Björkman, A.; Björkman-Burtscher, I.M.; Kristiansson, I.; Aksyuk, E.; Szaro, P.; Markenroth Bloch, K.; Geijer, M. Visualization of wrist anatomy-a comparison between 7T and 3T MRI. Eur. Radiol. 2021, 32, 1362–1370. [Google Scholar] [CrossRef] [PubMed]
  8. Eschweiler, J.; Stromps, J.-P.; Fischer, M.; Schick, F.; Rath, B.; Pallua, N.; Radermacher, K. Development of a biomechanical model of the wrist joint for patient-specific model guided surgical therapy planning: Part 1. Proc. Inst. Mech. Eng. H 2016, 230, 310–325. [Google Scholar] [CrossRef] [PubMed]
  9. Eschweiler, J.; Stromps, J.-P.; Fischer, M.; Schick, F.; Rath, B.; Pallua, N.; Radermacher, K. A biomechanical model of the wrist joint for patient-specific model guided surgical therapy: Part 2. Proc. Inst. Mech. Eng. H 2016, 230, 326–334. [Google Scholar] [CrossRef] [PubMed]
  10. Crisco, J.J.; Coburn, J.C.; Moore, D.C.; Upal, M.A. Carpal bone size and scaling in men versus in women. J. Hand Surg. Am. 2005, 30, 35–42. [Google Scholar] [CrossRef] [PubMed]
  11. Yushkevich, P.A.; Piven, J.; Hazlett, H.C.; Smith, R.G.; Ho, S.; Gee, J.C.; Gerig, G. User-guided 3D active contour segmentation of anatomical structures: Significantly improved efficiency and reliability. Neuroimage 2006, 31, 1116–1128. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  12. Fedorov, A.; Beichel, R.; Kalpathy-Cramer, J.; Finet, J.; Fillion-Robin, J.-C.; Pujol, S.; Bauer, C.; Jennings, D.; Fennessy, F.; Sonka, M.; et al. 3D Slicer as an image computing platform for the Quantitative Imaging Network. Magn. Reson. Imaging 2012, 30, 1323–1341. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. Li, J.; Nebelung, S.; Schock, J.; Rath, B.; Tingart, M.; Liu, Y.; Siroros, N.; Eschweiler, J. A Novel Combined Level Set Model for Carpus Segmentation from Magnetic Resonance Images with Prior Knowledge aligned in Polar Coordinate System. Comput. Methods Programs Biomed. 2021, 208, 106245. [Google Scholar] [CrossRef]
  14. Kobbelt, L.; Campagna, S.; Vorsatz, J.; Seidel, H.-P. Interactive multi-resolution modeling on arbitrary meshes. In Proceedings of the 25th Annual Conference on Computer Graphics and Interactive Techniques, Orlando, FL, USA, 19–24 July 1998; Cunningham, S., Bransford, W., Cohen, M.F., Eds.; ACM Press: New York, NY, USA, 1998; pp. 105–114, ISBN 0897919998. [Google Scholar]
  15. Taubin, G. A signal processing approach to fair surface design. In Proceedings of the 22nd Annual Conference on Computer Graphics and Interactive Techniques, Los Angeles, CA, USA, 6–11 August 1995; Mair, S.G., Cook, R., Eds.; ACM Press: New York, New York, USA, 1995; pp. 351–358, ISBN 0897917014. [Google Scholar]
  16. Fujiwara, K. Eigenvalues of Laplacians on a closed Riemannian manifold and its nets. Proc. Am. Math. Soc. 1995, 123, 2585–2594. [Google Scholar] [CrossRef]
  17. Desbrun, M.; Meyer, M.; Schröder, P.; Barr, A.H. Implicit fairing of irregular meshes using diffusion and curvature flow. In Proceedings of the 26th Annual Conference on Computer Graphics and interactive Techniques, Los Angeles, CA, USA, 8–13 August 1999; Waggenspack, W., Ed.; ACM Press: New York, New York, USA, 1999; pp. 317–324, ISBN 0201485605. [Google Scholar]
  18. Belyaev, A. Mesh Smoothing and Enhancing. Curvature Estimation. Mpi-Inf. Mpg. De. 2006, 1–2. [Google Scholar]
  19. Kochin, N.E. Vector Calculus and the Beginnings of Tensor Calculus; USSR Academy of Sciences: Moscow, Russia, 1961; p. 427. [Google Scholar]
  20. Witteveen, J.; Bijl, H. Explicit Mesh Deformation Using Inverse Distance Weighting Interpolation. In Proceedings of the 19th AIAA Computational Fluid Dynamics, San Antonio, TX, USA, 22–25 June 2009; American Institute of Aeronautics and Astronautics: Reston, VA, USA, 2009. ISBN 978-1-62410-137-3. [Google Scholar]
  21. Compson, J.P.; Waterman, J.K.; Heatley, F.W. The Radiological Anatomy of the Scaphoid. J. Hand Surg. Br. 1994, 19, 183–187. [Google Scholar] [CrossRef]
  22. Ceri, N.; Korman, E.; Gunal, I.; Tetik, S. The morphological and morphometric features of the scaphoid. J. Hand Surg. Br. 2004, 29, 393–398. [Google Scholar] [CrossRef] [PubMed]
  23. Humes, D.; Jähnich, H.; Rehm, A.; Compson, J.P. The osteology of the trapezium. J. Hand Surg. Br. 2004, 29, 42–45. [Google Scholar] [CrossRef] [PubMed]
  24. Crane, K.; Pinkall, U.; Schröder, P. Robust fairing via conformal curvature flow. ACM Trans. Graph. 2013, 32, 1–10. [Google Scholar] [CrossRef]
  25. Mantegazza, C. Lecture Notes on mean Curvature Flow; Birkhäuser: Basel, Switzerland, 2011; ISBN 978-3-0348-0145-4. [Google Scholar]
Figure 1. Anatomical information loss. Left: Carpal bones shown in the ITK-SNAP in a voxel representation. Right: Same bones smoothed by the build-in smoothing function in the ITK-SNAP. Dashed boxes with the same color highlight the anatomical features.
Figure 1. Anatomical information loss. Left: Carpal bones shown in the ITK-SNAP in a voxel representation. Right: Same bones smoothed by the build-in smoothing function in the ITK-SNAP. Dashed boxes with the same color highlight the anatomical features.
Life 12 00770 g001
Figure 2. The umbrella operator approximating the Laplacian smoothing on a mesh. q 1 to q m are the points on the one-ring neighbor of the vertex p i .
Figure 2. The umbrella operator approximating the Laplacian smoothing on a mesh. q 1 to q m are the points on the one-ring neighbor of the vertex p i .
Life 12 00770 g002
Figure 3. Calculation of the mean curvature around a vertex. e i j is the edge connecting p i to p j .
Figure 3. Calculation of the mean curvature around a vertex. e i j is the edge connecting p i to p j .
Life 12 00770 g003
Figure 4. (A) Palmar, (B) dorsal, (C) radial, and (D) ulnar views of a left scaphoid. D.A. = Dorsal apex of the ridge. L.A. = Lateral apex of the ridge. TUB = Tubercle. S.C. = Scapho-capitate joint. S.L. = Scapho-lunate joint. S.R. = Scapho-radial joint. S.T.T. = Scapho-trapezium-trapezoid joint.
Figure 4. (A) Palmar, (B) dorsal, (C) radial, and (D) ulnar views of a left scaphoid. D.A. = Dorsal apex of the ridge. L.A. = Lateral apex of the ridge. TUB = Tubercle. S.C. = Scapho-capitate joint. S.L. = Scapho-lunate joint. S.R. = Scapho-radial joint. S.T.T. = Scapho-trapezium-trapezoid joint.
Life 12 00770 g004
Figure 5. (A) Thumb metacarpal, (B) proximal, (C) palmar, and (D) dorsal views of a trapezium. DR.TUB. = Dorso-radial tubercle. T.Facet. = Thumb metacarpal facet. T.Fossa. = Thumb metacarpal fossa. DU.TUB. = Dorso-ulnar tubercle.
Figure 5. (A) Thumb metacarpal, (B) proximal, (C) palmar, and (D) dorsal views of a trapezium. DR.TUB. = Dorso-radial tubercle. T.Facet. = Thumb metacarpal facet. T.Fossa. = Thumb metacarpal fossa. DU.TUB. = Dorso-ulnar tubercle.
Life 12 00770 g005
Figure 6. Heat map of the HD between the original model and the model after processing of the scaphoid (a) and the lunate (b).
Figure 6. Heat map of the HD between the original model and the model after processing of the scaphoid (a) and the lunate (b).
Life 12 00770 g006
Figure 7. Heat map of the HD between the original model and the model after processing of the triquetrum (a) and the pisiform (b).
Figure 7. Heat map of the HD between the original model and the model after processing of the triquetrum (a) and the pisiform (b).
Life 12 00770 g007
Figure 8. Heat map of the HD between the original model and the model after processing of the trapezium (a) and the trapezoid (b).
Figure 8. Heat map of the HD between the original model and the model after processing of the trapezium (a) and the trapezoid (b).
Life 12 00770 g008
Figure 9. Heat map of the HD between the original model and the model after processing of the capitate (a) and the hamate (b).
Figure 9. Heat map of the HD between the original model and the model after processing of the capitate (a) and the hamate (b).
Life 12 00770 g009
Figure 10. Smoothing quality of models smoothed by different approaches. Red dashed boxes: Oscillatory ripples on the surface.
Figure 10. Smoothing quality of models smoothed by different approaches. Red dashed boxes: Oscillatory ripples on the surface.
Life 12 00770 g010
Figure 11. The preservation of the morphological features on the distal side of the scaphoid. All models are presented in the same orientation. Black dashed boxes: Loss of anatomical features.
Figure 11. The preservation of the morphological features on the distal side of the scaphoid. All models are presented in the same orientation. Black dashed boxes: Loss of anatomical features.
Life 12 00770 g011
Figure 12. The preservation of the dorsal sulcus and dorsal ridge of the scaphoid. All models are presented in the same orientation. Black dashed boxes: Loss of features. Red dashed lines: Features on the bone surface.
Figure 12. The preservation of the dorsal sulcus and dorsal ridge of the scaphoid. All models are presented in the same orientation. Black dashed boxes: Loss of features. Red dashed lines: Features on the bone surface.
Life 12 00770 g012
Figure 13. Comparison of scaphoid model overlap. Pink: Original model obtained by segmentation; Blue: M1; Green: M2; Plum: M3; Yellow: M4; Purple: M5.
Figure 13. Comparison of scaphoid model overlap. Pink: Original model obtained by segmentation; Blue: M1; Green: M2; Plum: M3; Yellow: M4; Purple: M5.
Life 12 00770 g013
Figure 14. The preservation of the thumb metacarpal facet of the trapezium. All models are presented in the same orientation. Black dashed boxes: Loss of features.
Figure 14. The preservation of the thumb metacarpal facet of the trapezium. All models are presented in the same orientation. Black dashed boxes: Loss of features.
Life 12 00770 g014
Figure 15. The preservation of the trapezial ridge of the trapezium. All models are presented in the same orientation. Red and green dashed lines: Loss of features.
Figure 15. The preservation of the trapezial ridge of the trapezium. All models are presented in the same orientation. Red and green dashed lines: Loss of features.
Life 12 00770 g015
Table 1. RVD (in %) of five methods on eight carpal bones.
Table 1. RVD (in %) of five methods on eight carpal bones.
MethodScaphoidLunateTriquetrumPisiformTrapeziumTrapezoidCapitateHamate
M1−7.139−7.625−9.1−12.59−7.292−8.755−5.589−6.379
M20.31330.4360.1810.33280.48720.44250.35480.3525
M3−1.526−1.667−1.925−2.723−1.653−2.217−1.114−1.453
M4−1.373−1.479−1.755−2.414−1.456−1.82−1.043−1.298
M5−1.445−1.554−1.842−2.527−0.01525−0.01883−0.01097−0.01361
Table 2. HD (in mm) of five methods on eight carpal bones.
Table 2. HD (in mm) of five methods on eight carpal bones.
MethodScaphoidLunateTriquetrumPisiformTrapeziumTrapezoidCapitateHamate
M10.176 ± 0.2170.188 ± 0.2260.198 ± 0.2420.205 ± 0.2440.180 ± 0.2270.193 ± 0.2410.170 ± 0.2140.199 ± 0.245
M20.118 ± 0.1450.115 ± 0.1440.121 ± 0.14720.096 ± 0.1170.121 ± 0.1510.129 ± 0.1600.124 ± 0.1530.146 ± 0.182
M30.075 ± 0.0960.074 ± 0.0950.079 ± 0.1010.083 ± 0.1020.082 ± 0.1040.079 ± 0.1030.073 ± 0.0960.075 ± 0.098
M40.073 ± 0.0930.072 ± 0.0930.076 ± 0.0970.077 ± 0.0990.079 ± 0.1010.077 ± 0.1000.070 ± 0.0930.075 ± 0.098
M50.074 ± 0.0940.074 ± 0.0950.077 ± 0.0980.081 ± 0.0990.081 ± 0.1030.079 ± 0.1020.072 ± 0.0950.077 ± 0.101
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Ji, C.; Li, J.; Praster, M.; Rath, B.; Hildebrand, F.; Eschweiler, J. Smoothing the Undersampled Carpal Bone Model with Small Volume and Large Curvature: A Feasibility Study. Life 2022, 12, 770. https://0-doi-org.brum.beds.ac.uk/10.3390/life12050770

AMA Style

Ji C, Li J, Praster M, Rath B, Hildebrand F, Eschweiler J. Smoothing the Undersampled Carpal Bone Model with Small Volume and Large Curvature: A Feasibility Study. Life. 2022; 12(5):770. https://0-doi-org.brum.beds.ac.uk/10.3390/life12050770

Chicago/Turabian Style

Ji, Chengcheng, Jianzhang Li, Maximilian Praster, Björn Rath, Frank Hildebrand, and Jörg Eschweiler. 2022. "Smoothing the Undersampled Carpal Bone Model with Small Volume and Large Curvature: A Feasibility Study" Life 12, no. 5: 770. https://0-doi-org.brum.beds.ac.uk/10.3390/life12050770

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop