Skip to main content

ORIGINAL RESEARCH article

Front. Bioeng. Biotechnol., 31 October 2023
Sec. Biomechanics

Automatic anatomical foot and ankle coordinate toolbox

  • 1Department of Orthopaedics, University of Utah, Salt Lake City, UT, United States
  • 2Department of Biomedical Engineering, Marquette University, Milwaukee, WI, United States
  • 3Motion Analysis Center, Shriners Children’s, Chicago, IL, United States
  • 4Department of Biomedical Engineering, University of Utah, Salt Lake City, UT, United States

Accurate analysis of bone position and orientation in foot and ankle studies relies on anatomical coordinate systems (ACS). Reliable ACSs are necessary for many biomechanical and clinical studies, especially those including weightbearing computed tomography and biplane fluoroscopy. Existing ACS approaches suffer from limitations such as manual input, oversimplifications, or non-physiological methods. To address these shortcomings, we introduce the Automatic Anatomical Foot and Ankle Coordinate Toolbox (AAFACT), a MATLAB-based toolbox that automates the calculation of ACSs for the major fourteen foot and ankle bones. In this manuscript, we present the development and evaluation of AAFACT, aiming to provide a standardized coordinate system toolbox for foot and ankle studies. The AAFACT was evaluated using a dataset of fifty-six models from seven pathological groups: asymptomatic, osteoarthritis, pilon fracture, progressive collapsing foot deformity, clubfoot, Charcot Marie Tooth, and cavovarus. Three analyses were conducted to assess the reliability of AAFACT. Firstly, ACSs were compared between automatically and manually segmented bone models to assess consistency. Secondly, ACSs were compared between individual bones and group mean bones to assess within-population precision. Lastly, ACSs were compared between the overall mean bone and group mean bones to assess the overall accuracy of anatomical representation. Statistical analyses, including statistical shape modeling, were performed to evaluate the reliability, accuracy, and precision of AAFACT. The comparison between automatically and manually segmented bone models showed consistency between the calculated ACSs. Additionally, the comparison between individual bones and group mean bones, as well as the comparison between the overall mean bone and group mean bones, revealed accurate and precise ACSs calculations. The AAFACT offers a practical and reliable solution for foot and ankle studies in clinical and engineering settings. It accommodates various foot and ankle pathologies while accounting for bone morphology and orientation. The automated calculation of ACSs eliminates the limitations associated with manual input and non-physiological methods. The evaluation results demonstrate the robustness and consistency of AAFACT, making it a valuable tool for researchers and clinicians. The standardized coordinate system provided by AAFACT enhances comparability between studies and facilitates advancements in foot and ankle research.

1 Introduction

Anatomical coordinate systems (ACS) play a critical role in analyzing bone position and orientation during various static and dynamic movements. These coordinate systems are utilized for measuring changes in ankle joint angles during gait (Canton et al., 2020), comparing the kinematics of healthy individuals to those with malformed foot and ankle bones (Lenz et al., 2020; Lenz et al., 2022), and assessing the success of surgical procedures when correcting different pathological deformities (Taniguchi et al., 2021). It is essential to define an accurate ACS that captures the unique morphology and alignment of the bones, as it ensures precise measurement of joint angles and assessment of deformity correction. Additionally, to appropriately compare findings between studies, a widely accepted definition for individual bones is needed (Wu et al., 2002). Currently, there are many foot and ankle coordinate system approaches. Some methods involve manually identifying bony landmarks (Liu et al., 2007; Yamaguchi et al., 2009; Ito et al., 2015; Claassen et al., 2019) or fitting surfaces to geometric primitives (de Asla et al., 2006; Yamaguchi et al., 2009; Green et al., 2011), while others apply the coordinate system of one bone for all subsequent bones (Wang et al., 2015; Roach et al., 2016), or rely on kinematic mathematical methods (Grood and Suntay, 1983; Woltring et al., 1994; Ledoux et al., 2006). These various approaches have their limitations, such as manual input, oversimplifications, or reliance on non-physiological mathematical methods. Therefore, a pressing need exists for an automatic and reliable coordinate system toolbox that can overcome these limitations and provide accurate coordinates for individual bones in the foot and ankle (Knutson et al., 2023).

In this study, we present an open-source toolbox developed to calculate the ACSs automatically for each of the fourteen foot and ankle bones. This toolbox will be referred to as Automatic Anatomical Foot and Ankle Coordinate Toolbox, or AAFACT. We tested the toolbox on fifty-six models, eight individuals in seven different pathological categories: asymptomatic, osteoarthritis (OA), pilon fracture, progressive collapsing foot deformity (PCFD), clubfoot, Charcot-Marie-Tooth (CMT), and cavovarus. To assess the dependability of the toolbox, we conducted three analyses: comparing ACSs from automated vs manual bone segmentations, individual vs group mean bone ACSs, and overall vs group mean bone ACSs. These analyses were performed to assess the toolbox’s effectiveness in various populations exhibiting a range of deformities.

This manuscript aims to report the development of our AAFACT definition for each of the fourteen foot and ankle bones and to evaluate the consistency of the coordinate definitions across different segmentation processes and populations with various deformities. We aim to develop a practical and reliable coordinate system toolbox that can be easily used in clinical or engineering settings and account for various spectrums of foot and ankle pathologies, regardless of bone morphology or orientation.

2 Materials and methods

2.1 Image acquisition and processing

Fifty-six participants were retrospectively used for this study. Individuals who received a weightbearing computed tomography (WBCT) scan with a full field of view were included. A full field of view was achieved if the twelve bones distal to the tibia and fibula were fully present in the scan. These bones included the talus, calcaneus, navicular, cuboid, medial cuneiform, intermediate cuneiform, lateral cuneiform, and all five metatarsals. Only a distal field of view for the tibia and fibula bones were included. Of the fifty-six participants, pathologically, eight were asymptomatic (CurveBeam PedCAT; 0.37 mm³ voxel size), eight had end-stage tibiotalar and subtalar OA (CurveBeam PedCAT; 0.37 mm³ voxel size), eight were recovering from a pilon fracture reconstruction (CurveBeam PedCAT; 0.37 mm³ voxel size), eight were diagnosed with PCFD (Planmed Verify, Planmed Oy; 0.4 mm³ voxel size), eight were diagnosed with clubfoot (CurveBeam PedCAT; 0.37 mm³ voxel size), eight were diagnosed with CMT (CurveBeam PedCAT; 0.37 mm³ voxel size), and eight were diagnosed with cavovarus feet (CurveBeam PedCAT; 0.37 mm³ voxel size and Siemens Healthineers Multitom Rax; 0.35 mm³ voxel size). The fifty-six patients were a population of convenience with equal sample size per pathology. Within a population, patients were selected at random to not include selection bias or only severe cases within the pathology. The selected populations were chosen to represent both mild and severe pathologies. Severity here relates to bony anatomy that has either exhibited shape change with respect to healthy bone shape or in a clinical case where patients have pain and limited function. There were no other inclusion criteria for this study. Each WBCT scan was automatically segmented using DISIOR (DISIOR Bonelogic Ortho Foot and Ankle 2.1.1, Helsinki, Finland) and manually cleaned up by a single segmenter with over 1,000 h of experience in foot and ankle segmentations using Mimics (Mimics 24.0; Materialise) to prepare the bone models for analysis. These manually cleaned up bone models will be the gold-standard models for each analysis in this study.

2.2 Toolbox development

2.2.1 Toolbox overview

The open-source AAFACT, https://github.com/Lenz-Lab/AAFACT (Peterson, 2023), was developed in MATLAB (R2022b, MathWorks, Natick, MA, United States) to automate the process of assigning coordinates to each of the 14 bones that make up the foot and ankle (Figure 1). The toolbox provides a user-friendly interface, allowing users to load any bone model from the 14 bones in any position and orientation, as long as 3D reconstructions are generated from a comparable native image resolution. Baseline knowledge of foot and ankle anatomy is required for users to generate 3D bone reconstructions from image data within our noted acquisition resolution. The toolbox interface prompts the user to select the folder containing all bones that the user desires to have an ACS applied to. Currently supported file types are: .stl, .k, .particles, .vtk, and .ply. Based on the file name or user input, it automatically determines the bone and laterality, mirroring rights to become left. Due to field of view differences in clinical scanning systems, the AAFACT accommodates full length and partial length tibias, fibulas, and metatarsals (Figure 2). For some bones, such as the calcaneus and talus, the toolbox prompts users to select which anatomical coordinate systems (ACS) they want to define, such as talonavicular, tibiotalar (de Asla et al., 2006; Yamaguchi et al., 2009; Stolle et al., 2022), subtalar (Conconi et al., 2021), or calcaneocuboid. Additionally, the toolbox prompts the user to specify the origin of the ACS, which can be located at the center of the bone or a joint surface (Tuszynski, 2023) (Figure 3).

FIGURE 1
www.frontiersin.org

FIGURE 1. ACSs for fourteen major bones individually shown in isometric views as well as along each orthogonal axes. ML axis shown in red, AP axis shown in green, and SI axis shown in blue.

FIGURE 2
www.frontiersin.org

FIGURE 2. ACSs shown on fourteen major bones together highlighting the functionality on both partial and full tibias, fibulas, and metatarsals. ML axis shown in red, AP axis shown in green, and SI axis shown in blue.

FIGURE 3
www.frontiersin.org

FIGURE 3. Multiple ACSs shown on the talus and calcaneus highlighting that ACSs can be joint specific and placed directly on the joint. ML axis shown in red, AP axis shown in green, and SI axis shown in blue.

2.2.2 ACS assignment

Once the bone is loaded and the necessary information is provided, the AAFACT employs an iterative closest point approximation technique to temporarily align the user’s bone to a template bone (Wilm, 2023). The individual template bones for alignment are each overall mean shape developed from a statistical shape model that included all of the deformities in this study encompassing variations in deformity from cavovarus to planovalgus. The templates are pre-oriented with the medial region in the positive x direction, the anterior region in the positive y direction, and the superior direction in the positive z direction. This alignment process ensures consistency in coordinate calculations. For bones that have multiple ACSs, such as the talus and calcaneus, the template bones have slightly different orientations to appropriately target the joints of interest.

The coordinate calculation details vary slightly for each bone. Generally, the bones are divided into regions in all three planes. The talus, cuneiforms, metatarsals, tibia, and fibula are split into three volumetric regions per plane, the navicular and cuboid into five volumetric regions per plane, and the calcaneus into ten volumetric regions per plane. By defining the centroids of specific regions depending on the bone, the primary axis is formed. The most medial and lateral regions are used for the navicular and tibiotalar talus ACS, and the most superior and inferior regions are used for the tibia and fibula. All other bones use the most anterior and posterior regions for their primary axis. Additionally, a third point is defined as a centroid in a specific region, which varies depending on the bone. The tibia and fibula use the most lateral region, while for all other bones, it is the superior region. An orthogonal line is formed between the third point and the primary axis, forming the secondary axis. Finally, the cross-product between the primary and secondary axes forms the tertiary axis. The three calculated axes correspond to the medial-lateral (ML), anterior-posterior (AP), and superior-inferior (SI) axes. (Figure 4).

FIGURE 4
www.frontiersin.org

FIGURE 4. Simplified visualization of steps taken in the AAFACT when assigning an ACS to a calcaneus.

2.2.3 Toolbox outputs

The AAFACT provides two primary outputs. First, it generates a visual representation of the ACS overlaid on the bone model. This visual aid helps users visualize and assess the coordinate system (Johnson, 2023). And second, the toolbox produces a spreadsheet that contains the three vectors defining the ACS in both the bone’s original coordinate space and the temporarily aligned space with a local origin applied.

2.3 Statistical analysis

2.3.1 Statistical shape model

Three different approaches were taken to statistically determine the toolbox’s consistency, accuracy, and precision. A statistical shape model (SSM) was also performed on each set of bones using an open-source software (ShapeWorks v6.3.2, University of Utah; www.shapeworks.sci.utah.edu). SSM is a population-based mathematical approach to quantify morphological variation. While there are many uses for SSM, the two used for this study are calculating mean bone shapes and their associated correspondence particles. Fourteen SSMs were performed (one for each bone), and each bone was associated with one of the seven groups within a single bone optimized model. The overall mean shape of each bone was exported along with the group mean shape (Figure 5). In addition to the mean surfaces, the associated correspondence particles were exported. Correspondence particles are automatically placed using an entropy-based optimization scheme (Cates et al., 2017). Each particle is in the same relative location on the overall mean shape, for each of the group’s mean shapes and on the individual’s shapes.

FIGURE 5
www.frontiersin.org

FIGURE 5. Overall mean shape and the mean shapes of all the groups for the calcaneus to represent anatomical variation.

2.3.2 Automatic vs manual

The first statistical analysis aimed to assess the consistency of the assigned ACSs when using different segmentation approaches. For each bone model, we assigned an ACS after automatic segmentation using DISIOR and after manual segmentation using Mimics. We will refer to these models as the Disior models and Mimics models, respectively. To quantify the variations between the ACSs obtained from the two segmentation approaches, we calculated the differences in angles on all three axes between the Disior model ACS and the Mimics model ACS (Figure 6). These differences in angles provide a measure of the disparity between the ACSs derived from the two segmentation methods. To determine the statistical significance of these differences across populations, a single-factor ANOVA analysis with a Tukey’s post hoc was performed on the angle difference data.

FIGURE 6
www.frontiersin.org

FIGURE 6. Visual representation of the angle difference calculation. The dark blue axes correlate to the dark blue bone and the light blue axes correlate to the light blue bone. The theta (θ) shown is the angle between the dark blue and light blue SI axes. The angle is also calculated between the dark blue and light blue ML and AP axes.

2.3.3 Group mean vs individual

The second statistical analysis was used to determine how precise the assigned ACSs were within a group. We used the same ACS for the previously defined Mimics models and assigned ACSs to the group mean shape for each bone in each group. We then calculated the angled differences between the Mimics model ACSs and the group mean ACSs for each bone on all three axes (Figure 6). A single factor ANOVA analysis with a Tukey’s post hoc was performed on the angle difference data comparing across populations.

2.3.4 Group mean vs overall mean

The final statistical analysis was used to determine how accurate the assigned ACSs were across the seven population groups. For this study, accuracy is defined as the proportion of correct predictions among the total number of cases examined (i.e., the overall mean) assuming a Gaussian distribution (Allouche et al., 2006). In other words, accuracy is determined by how an examined individual groups falls relative to the Gaussian distribution of the entire population. First, the ACS of the overall mean shape, the average of all the groups combined, for each bone was calculated. For each axis, a point was projected along the axis to the surface of the bone. Using a nearest neighbor algorithm, the correspondence particle closest to the projected point was saved, and the Euclidean distance between the correspondence particle and the projected point was calculated. Then, the same process was performed on each of the group means, except the same correspondence particle number was used each time, and the Euclidean distance between the correspondence particle and the projected point was calculated (Figure 7). A single factor ANOVA analysis was performed on the distance difference data comparing across populations.

FIGURE 7
www.frontiersin.org

FIGURE 7. Visual representation of the distance difference calculation. The distance (d) reported is calculated between the identified correspondence particle (purple sphere) and the point where the axis intersects with the surface (green asterisk). The distance is also calculated in the same manner for the other axes.

3 Results

Using AAFACT, the time taken to calculate a single ACS for a single bone is about 20 seconds, which includes the visual representation of the ACS overlaid on the bone model and a spreadsheet that contains the vectors of the ACS.

3.1 Automatic vs manual

Angle differences were calculated between the Disior model ACS and Mimics model ACS for each bone on all three axes. An average of 2.55° ± 1.94° was the angle difference for all bones, population groups, and axes. Specifically, the average asymptomatic angle difference was 2.01° ± 1.08°, the average OA angle difference was 2.77° ± 3.26°, the average pilon angle difference was 2.61° ± 1.77°, the average PCFD angle difference was 2.92° ± 2.14°, the average clubfoot angle difference was 2.45° ± 1.68°, the average CMT angle difference was 2.36° ± 1.49°, the average cavovarus angle difference was 2.71° ± 2.14°. There were no statistically significant differences between any of the groups. The overall mean values and the average values for each bone within each group is shown in Table 1.

TABLE 1
www.frontiersin.org

TABLE 1. Angle differences ± standard deviation (SD) between the Disior model ACS and Mimics model ACS for each bone. An asterisk would indicate significant differences between groups, but no significant differences between groups were noted.

3.2 Group mean vs individual

Angle differences were calculated between the group mean ACS and individual Mimics model ACS for each bone on all three axes. An average of 2.72° ± 1.70° was the angle difference for all bones, population groups, and axes. Specifically, the average asymptomatic angle difference was 2.27° ± 1.31°, the average OA angle difference was 2.93° ± 1.83°, the average pilon angle difference was 2.96° ± 2.07°, the average PCFD angle difference was 2.52° ± 1.41°, the average clubfoot angle difference was 2.87° ± 2.09°, the average CMT angle difference was 2.91° ± 1.67°, the average cavovarus angle difference was 2.56° ± 1.55°. There were no statistically significant differences between any of the groups. The overall mean values and the average values for each bone within each group is shown in Table 2.

TABLE 2
www.frontiersin.org

TABLE 2. Angle differences ± standard deviation (SD) between the group mean ACS and individual Mimics model ACS for each bone. An asterisk would indicate significant differences between groups, but no significant differences between groups were noted.

3.3 Group mean vs overall mean

Distances were calculated between the identified correspondence particle and the projected point for each group on each bone and all three axes. An average of 0.21 mm ± 0.20 mm was the distance difference for all bones, population groups, and axes. Specifically, the average asymptomatic distance difference was 0.20 mm ± 0.15 mm, the average OA distance difference was 0.24 mm ± 0.27 mm, the average pilon distance difference was 0.15 mm ± 0.11 mm, the average PCFD distance difference was 0.25 mm ± 0.25 mm, the average clubfoot distance difference was 0.33 mm ± 0.36 mm, the average CMT distance difference was 0.16 mm ± 0.12 mm, the average cavovarus distance difference was 0.18 mm ± 0.18 mm. There were no statistically significant differences between any of the groups. The overall mean values and the average values for each bone within each group is shown in Table 3.

TABLE 3
www.frontiersin.org

TABLE 3. Distances ±standard deviation (SD) between the identified correspondence particle and the projected point for each group on each bone. An asterisk would indicate significant differences between groups, but no significant differences between groups were noted.

4 Discussion

In this study, we have presented a method and toolbox that allows for the automatic assignment of bone-specific and patient-specific ACSs for the 14 bones in the foot and ankle across seven different patient populations representing various deformities. Importantly, none of the coordinate systems generated by our toolbox are dependent on another bone. This means that researchers and practitioners have the flexibility to use the toolbox to analyze all bones together or focus on a single bone in isolation, without compromising the accuracy or reliability of the results. To assess the consistency, precision, and accuracy of the AAFACT across populations, we conducted three statistical analyses. Firstly, when evaluating the consistency of the toolbox, we compared the angle differences between the Disior model ACS and the Mimics model ACS, and our results revealed no significant differences between populations. Secondly, in assessing the precision of the toolbox, we compared the angle differences between the group mean ACS and the individual’s ACS, and again, no significant differences were observed across populations. Finally, to evaluate the accuracy of the toolbox, we calculated the distances between axes and the identified correspondence particle, and once more, no significant differences were found between populations.

These findings lead to several important conclusions. First, regarding the comparison between ACSs calculated from automatically segmented bones and manually segmented bones, the average angle differences were found to be less than 3°. However, even such slight variations may lead to subsequent kinematic errors (Long et al., 2008). Therefore, while the automatic segmentation processes are improving, it may still be beneficial to perform manual cleanup of segmentations to ensure higher accuracy to anatomically include bony features missed with automatic segmentation. It is important to note that manual segmentation can help mitigate potential errors that may arise from the current limitations of automatic segmentation methods. Nonetheless, when little to no manual segmentation is required, the automatically generated surfaces are sufficient for assigning an accurate ACS.

Second, in assessing the precision of the AAFACT, we observed larger variations between the group mean ACS and the individual ACS in cases of more severe pathologies such as the OA, pilon, and CMT groups. However, these variations were not statistically different from those observed in less severe pathologies. Therefore, the precision of the AAFACT was not significantly affected by the included morphological variations. This suggests that the toolbox can reliably capture a wide range of foot and ankle pathologies, regardless of their severity. Furthermore, the AAFACT demonstrated minimal variation between the mean ACSs of different pathological groups and the overall mean ACS. This indicates that the toolbox can precisely determine coordinates irrespective of the specific pathology. It effectively captures the unique morphology and alignment of individual bones, providing consistent and reliable ACS definitions.

It is worth noting that while techniques like Principal Component Analysis (PCA) can provide general representations of bone shapes, previous studies have shown that they do not consistently capture the varying morphological characteristics associated with different pathologies (Gutekunst et al., 2013; Lamm et al., 2016; Brown et al., 2020; Knutson et al., 2023). Additionally, approaches relying on landmark identification and geometric primitives may introduce human error during the manual selection process (Brown et al., 2020). The field currently lacks a widely accepted foot and ankle ACS standard based on modern imaging techniques and anatomical inconsistencies, leading to inconsistencies in comparing results across studies (Wu et al., 2002; Lenz et al., 2021). The AAFACT overcomes these limitations by automating the process and generating reliable, accurate, and precise ACSs that account for individual bone morphology and alignment.

When using ACSs, it is essential to consider the distinct functional roles and articulations of these bones within the foot and ankle complex. The foot and ankle consist of multiple joints that work together to enable complex movements and weightbearing functions. For instance, the talus is a key component in tibiotalar dorsiflexion and plantarflexion, while the subtalar joint is partially responsible for pronation and supination movements (Jastifer and Gustafson, 2014). By defining separate joint coordinate systems for these specific bones, the AAFACT aims to capture the unique kinematics and functional contributions of each joint, allowing for a comprehensive analysis of foot and ankle dynamics in future work.

Additionally, the AAFACT has been designed to accommodate partial and full-length bones, thereby increasing its versatility for analyzing data from various WBCT devices. In this study, we focused on including both partial tibias and fibulas and full-length metatarsals obtained from multiple different WBCT scans with varying cropped fields of view. This design allows us to address scenarios where only partial bone models are available, which can arise from using WBCT scans acquired with different imaging protocols or devices featuring smaller field of view capabilities. By incorporating these partial bone models, the AAFACT demonstrates its adaptability to varying imaging setups, enhancing its applicability across WBCT modalities and devices. Built in capability also provides a warning if cropped bones are too limited which would contribute to excessive errors in the ACS identification (Muhlrad et al., 2022).

This study has limitations. First, there is a limited number of studies to compare, further emphasizing the need for ACSs to be vetted across multiple pathologies. Second, because the analysis used high resolution scans to determine reliability, there is no guarantee that low resolution scans will have the same level reliability. Additionally, these ACS should be analyzed via dynamic movement trials to evaluate planar kinematics to have complete confidence that the AAFACT is minimizing kinematic crosstalk in joint angle calculations. Future work includes utilizing the toolbox to study dynamic data, analyzing joint angle variations, and determining if the ACS presents any crosstalk during dynamic activities.

A precise and reliable ACS is crucial for gaining a comprehensive understanding of bone position and orientation in the foot and ankle across diverse populations. By accurately defining ACSs, clinicians and engineers can obtain precise measurements and assessments of bone morphology, alignment, and joint kinematics. This information is invaluable for clinical decision-making, surgical planning, implant design, and biomechanical analysis.

The automatic calculation of ACSs through the AAFACT offers significant advantages for both clinicians and engineers. Clinicians can benefit from a standardized and objective method for assessing foot and ankle pathologies, enabling more accurate diagnoses and personalized treatment strategies. Engineers can utilize precise ACS data to develop and refine biomechanical models, simulate joint movements, and optimize orthopedic devices. The AAFACT bridges the gap between clinical practice and engineering applications, providing a practical and efficient tool for multidisciplinary collaboration.

In conclusion, the development of the open-source AAFACT and the automatic assignment of ACSs contribute significantly to the field of foot and ankle research by for a standardized and widely accepted anatomical coordinate system. By accurately defining and analyzing ACSs, this toolbox empowers clinicians and engineers with a tool for studying foot and ankle pathologies, improving treatment outcomes, and advancing our understanding of the complex biomechanics of the lower extremities.

Data availability statement

The original contributions presented in the study are included in the article/Supplementary Material, further inquiries can be directed to the corresponding author.

Author contributions

AP: Conceptualization, Formal Analysis, Investigation, Methodology, Validation, Visualization, Writing–original draft, Writing–review and editing. KK: Conceptualization, Funding acquisition, Writing–review and editing. AL: Conceptualization, Data curation, Funding acquisition, Investigation, Resources, Software, Supervision, Writing–review and editing.

Funding

The author(s) declare financial support was received for the research, authorship, and/or publication of this article. The National Institutes of Health supported this work under grant numbers NIAMS-K01AR080221 and NIAMS- R01AR083490. Funding was also provided by Shriners Hospitals for Children (#79146). The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.

Acknowledgments

The authors thank David Williams (Cardiff University, Wales) and Anthony Le (University of Utah, United States) for beta testing feedback of the toolbox. The authors also acknowledge and thank collaborators at the University of Basel, University of Iowa, and Ghent University for providing imaging datasets including PCFD, Clubfoot, and Cavovarus patient populations.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Allouche, O., Tsoar, A., and Kadmon, R. (2006). Assessing the accuracy of species distribution models: prevalence, kappa and the true skill statistic (TSS). J. Appl. Ecol. 43, 1223–1232. doi:10.1111/j.1365-2664.2006.01214.x

CrossRef Full Text | Google Scholar

Brown, J. A., Gale, T., and Anderst, W. (2020). An automated method for defining anatomic coordinate systems in the hindfoot. J. Biomech. 109, 109951. doi:10.1016/j.jbiomech.2020.109951

PubMed Abstract | CrossRef Full Text | Google Scholar

Canton, S., Anderst, W., and Hogan, M. V. (2020). In vivo ankle kinematics revealed through biplane radiography: current concepts, recent literature, and future directions. Curr. Rev. Musculoskelet. Med. 13, 77–85. doi:10.1007/s12178-020-09601-7

PubMed Abstract | CrossRef Full Text | Google Scholar

Cates, J. E., Elhabian, S. Y., and Whitaker, R. T. (2017). ShapeWorks: particle-based shape correspondence and visualization software. Berlin, Germany: Springer, 257–298.

CrossRef Full Text | Google Scholar

Claassen, L., Luedtke, P., Yao, D., Ettinger, S., Daniilidis, K., Nowakowski, A. M., et al. (2019). The geometrical axis of the talocrural joint-Suggestions for a new measurement of the talocrural joint axis. Foot Ankle Surg. 25, 371–377. doi:10.1016/j.fas.2018.02.003

PubMed Abstract | CrossRef Full Text | Google Scholar

Conconi, M., Pompili, A., Sancisi, N., Leardini, A., Durante, S., and Belvedere, C. (2021). New anatomical reference systems for the bones of the foot and ankle complex: definitions and exploitation on clinical conditions. J. Foot Ankle Res. 14, 66. doi:10.1186/s13047-021-00504-5

PubMed Abstract | CrossRef Full Text | Google Scholar

De Asla, R. J., Wan, L., Rubash, H. E., and Li, G. (2006). Six DOF in vivo kinematics of the ankle joint complex: application of a combined dual-orthogonal fluoroscopic and magnetic resonance imaging technique. J. Orthop. Res. 24, 1019–1027. doi:10.1002/jor.20142

PubMed Abstract | CrossRef Full Text | Google Scholar

Green, C., Fitzpatrick, C., Fitzpatrick, D., Stephens, M., Quinlan, W., and Flavin, R. (2011). Definition of coordinate system for three-dimensional data analysis in the foot and ankle. Foot Ankle Int. 32, 193–199. doi:10.3113/fai.2011.0193

PubMed Abstract | CrossRef Full Text | Google Scholar

Grood, E. S., and Suntay, W. J. (1983). A joint coordinate system for the clinical description of three-dimensional motions: application to the knee. J. Biomech. Eng. 105, 136–144. doi:10.1115/1.3138397

PubMed Abstract | CrossRef Full Text | Google Scholar

Gutekunst, D. J., Liu, L., Ju, T., Prior, F. W., and Sinacore, D. R. (2013). Reliability of clinically relevant 3D foot bone angles from quantitative computed tomography. J. Foot Ankle Res. 6, 38. doi:10.1186/1757-1146-6-38

PubMed Abstract | CrossRef Full Text | Google Scholar

Ito, K., Hosoda, K., Shimizu, M., Ikemoto, S., Kume, S., Nagura, T., et al. (2015). Direct assessment of 3D foot bone kinematics using biplanar X-ray fluoroscopy and an automatic model registration method. J. Foot Ankle Res. 8, 21. doi:10.1186/s13047-015-0079-4

PubMed Abstract | CrossRef Full Text | Google Scholar

Jastifer, J. R., and Gustafson, P. A. (2014). The subtalar joint: biomechanics and functional representations in the literature. Foot (Edinb) 24, 203–209. doi:10.1016/j.foot.2014.06.003

PubMed Abstract | CrossRef Full Text | Google Scholar

Johnson, E. (2023). Arrow. MATLAB central file exchange. Available at: https://www.mathworks.com/matlabcentral/fileexchange/278-arrow.

Google Scholar

Knutson, K., Leonard, T., Aragon, K. C., Muhlrad, E. P., Anderson, A. M., Eatough, Z. J., et al. (2023). Talar and calcaneal coordinate axes definitions across foot pathologies. Dallas, Texas: Orthopedic Research Society.

Google Scholar

Lamm, B. M., Stasko, P. A., Gesheff, M. G., and Bhave, A. (2016). Normal foot and ankle radiographic angles, measurements, and reference points. J. Foot Ankle Surg. 55, 991–998. doi:10.1053/j.jfas.2016.05.005

PubMed Abstract | CrossRef Full Text | Google Scholar

Ledoux, W. R., Rohr, E. S., Ching, R. P., and Sangeorzan, B. J. (2006). Effect of foot shape on the three-dimensional position of foot bones. J. Orthop. Res. 24, 2176–2186. doi:10.1002/jor.20262

PubMed Abstract | CrossRef Full Text | Google Scholar

Lenz, A. L., Lisonbee, R. J., Peterson, A. C., Roach, K. E., Foreman, K. B., Barg, A., et al. (2022). Total ankle replacement provides symmetrical postoperative kinematics: a biplane fluoroscopy imaging study. Foot Ankle Int. 43, 818–829. doi:10.1177/10711007221078001

PubMed Abstract | CrossRef Full Text | Google Scholar

Lenz, A. L., Nichols, J. A., Roach, K. E., Foreman, K. B., Barg, A., Saltzman, C. L., et al. (2020). Compensatory motion of the subtalar joint following tibiotalar arthrodesis: an in vivo dual-fluoroscopy imaging study. J. Bone Jt. Surg. Am. 102, 600–608. doi:10.2106/jbjs.19.01132

CrossRef Full Text | Google Scholar

Lenz, A. L., Strobel, M. A., Anderson, A. M., Fial, A. V., Macwilliams, B. A., Krzak, J. J., et al. (2021). Assignment of local coordinate systems and methods to calculate tibiotalar and subtalar kinematics: a systematic review. J. Biomech. 120, 110344. doi:10.1016/j.jbiomech.2021.110344

PubMed Abstract | CrossRef Full Text | Google Scholar

Liu, H., Sugamoto, K., Itohara, T., Tomita, T., Hashimoto, J., and Yoshikawa, H. (2007). In vivo three-dimensional skeletal alignment analysis of the hindfoot valgus deformity in patients with rheumatoid arthritis. J. Orthop. Res. 25, 330–339. doi:10.1002/jor.20297

PubMed Abstract | CrossRef Full Text | Google Scholar

Long, J. T., Wang, M., Winters, J. M., and Harris, G. F. (2008). A multisegmental foot model with bone-based referencing: sensitivity to radiographic input parameters. Annu. Int. Conf. IEEE Eng. Med. Biol. Soc. 2008, 879–882. doi:10.1109/IEMBS.2008.4649294

PubMed Abstract | CrossRef Full Text | Google Scholar

Muhlrad, E. P., Anderson, A. M., Aragon, K. C., Lisonbee, R. J., Kruger, K. M., and Lenz, A. L. (2022). Analysis of various tibial long Axis coordinate system definitions. Tampa, Florida: Orthopedic Research Society.

Google Scholar

Peterson, A. (2023). Automatic anatomical foot and ankle coordinate toolbox (AAFACT). Available at: https://github.com/Lenz-Lab/AAFACT. doi:10.5281/zenodo.8125679

CrossRef Full Text | Google Scholar

Roach, K. E., Wang, B., Kapron, A. L., Fiorentino, N. M., Saltzman, C. L., Bo Foreman, K., et al. (2016). In vivo kinematics of the tibiotalar and subtalar joints in asymptomatic subjects: a high-speed dual fluoroscopy study. J. Biomech. Eng. 138, 0910061–0910069. doi:10.1115/1.4034263

PubMed Abstract | CrossRef Full Text | Google Scholar

Stolle, J., Lintz, F., De Cesar Netto, C., Bernasconi, A., Rincon, M. R., Mathew, R., et al. (2022). Three-dimensional ankle, subtalar, and hindfoot alignment of the normal, weightbearing hindfoot, in bilateral posture. J. Orthop. Res. 40, 2430–2439. doi:10.1002/jor.25267

PubMed Abstract | CrossRef Full Text | Google Scholar

Taniguchi, A., Alejandro, S. F., Kane, J. M., Daoud, Y., Tanaka, Y., Ford, S. E., et al. (2021). Association of cavovarus foot alignment with peroneal tendon tears. Foot Ankle Int. 42, 750–756. doi:10.1177/1071100721990348

PubMed Abstract | CrossRef Full Text | Google Scholar

Tuszynski, J. (2023). Triangle/ray intersection. MATLAB central file exchange. Available at: https://www.mathworks.com/matlabcentral/fileexchange/33073-triangle-ray-intersection (Accessed July 6, 2023).

Google Scholar

Wang, B., Roach, K. E., Kapron, A. L., Fiorentino, N. M., Saltzman, C. L., Singer, M., et al. (2015). Accuracy and feasibility of high-speed dual fluoroscopy and model-based tracking to measure in vivo ankle arthrokinematics. Gait Posture 41, 888–893. doi:10.1016/j.gaitpost.2015.03.008

PubMed Abstract | CrossRef Full Text | Google Scholar

Wilm, J. (2023). Iterative closest point. MATLAB central file exchange. Available at: https://www.mathworks.com/matlabcentral/fileexchange/27804-iterative-closest-point.

Google Scholar

Woltring, H. J., Long, K., Osterbauer, P. J., and Fuhr, A. W. (1994). Instantaneous helical axis estimation from 3-D video data in neck kinematics for whiplash diagnostics. J. Biomech. 27, 1415–1432. doi:10.1016/0021-9290(94)90192-9

PubMed Abstract | CrossRef Full Text | Google Scholar

Wu, G., Siegler, S., Allard, P., Kirtley, C., Leardini, A., Rosenbaum, D., et al. (2002). ISB recommendation on definitions of joint coordinate system of various joints for the reporting of human joint motion—part I: ankle, hip, and spine. J. Biomech. 35, 543–548. doi:10.1016/s0021-9290(01)00222-6

PubMed Abstract | CrossRef Full Text | Google Scholar

Yamaguchi, S., Sasho, T., Kato, H., Kuroyanagi, Y., and Banks, S. A. (2009). Ankle and subtalar kinematics during dorsiflexion-plantarflexion activities. Foot Ankle Int. 30, 361–366. doi:10.3113/fai.2009.0361

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: automated toolbox, foot and ankle, coordinate system, anatomic, morphological variation, foot deformities

Citation: Peterson AC, Kruger KM and Lenz AL (2023) Automatic anatomical foot and ankle coordinate toolbox. Front. Bioeng. Biotechnol. 11:1255464. doi: 10.3389/fbioe.2023.1255464

Received: 08 July 2023; Accepted: 18 October 2023;
Published: 31 October 2023.

Edited by:

Seungbum Koo, Korea Advanced Institute of Science and Technology (KAIST), Republic of Korea

Reviewed by:

Dong Yeon Lee, Seoul National University, Republic of Korea
Michael J. Rainbow, Queen’s University, Canada

Copyright © 2023 Peterson, Kruger and Lenz. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Amy L. Lenz, amy.lenz@utah.edu

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.