Anatomy IntersectionDistribution Analysis
- Intersection.m – computation of intersections between defect volume models, intersection thresholds
- Distribution.m – statistical evaluation and visualization (frequencies)
- intersectBox: Pre-filters points using a non-axis-aligned bounding box
- intersectPairs: Performs pairwise point-in-volume tests using inpolyhedron, returns index masks
- intersectCount: Builds frequency tables across pairings and filters by intersection thresholds
- 3D Mesh Intersection: Determine intersection regions of multiple triangulated surfaces or volumes
- Identify points that appear in multiple intersections (frequency analysis)
- Visualization: Explore mesh intersections in 2D slice views (axial/sagittal/coronal)
- Flexible: Works with any STL-based geometry
- Efficient: Uses index masks instead of large logical arrays
- Scalable Intersections: With pairwise intersections and the linked frequency tables, any intersection can be derived
- Evaluation: Supports multiple intersection types (alpha, refinedAlpha, inside, grid) and compares them
- Johannes Korsawe (2025). Minimal Bounding Box (https://www.mathworks.com/matlabcentral/fileexchange/18264-minimal-bounding-box), MATLAB Central File Exchange.
- Sven (2025). inpolyhedron - are points inside a triangulated volume? (https://www.mathworks.com/matlabcentral/fileexchange/37856-inpolyhedron-are-points-inside-a-triangulated-volume), MATLAB Central File Exchange.
引用
Carina Micheler (2025). Anatomy IntersectionDistribution Analysis (https://jp.mathworks.com/matlabcentral/fileexchange/181297-anatomy-intersectiondistribution-analysis), MATLAB Central File Exchange. に取得済み.
Micheler, Carina M., et al. “A Comprehensive Computational Workflow for Patient-Specific 3D Reconstruction and Quantitative Analysis of Acetabular Revision Defects.” IEEE Access, vol. 13, 2025, pp. 190238–58, https://doi.org/10.1109/access.2025.3626705.
MATLAB リリースの互換性
プラットフォームの互換性
Windows macOS Linuxタグ
謝辞
ヒントを得たファイル: inpolyhedron - are points inside a triangulated volume?, Minimal Bounding Box, Anatomy Defect Analysis
ヒントを与えたファイル: Anatomy Defect Analysis
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!