KitwareMedical / KitwareMedical/OsteotomyPlanner
Work in surgical metrics tab
Open
Nobody has claimed this yet.
Plan
stale
- Dominant language
- Python
- Stars
- 12
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Surgical metrics tab should compute the following metrics:
- Surface area per skull plate ( http://www.vtk.org/doc/nightly/html/classvtkMassProperties.html - GetSurfaceArea() )
- ICV inside the skull plates (iCSPlan - wrapper and http://www.vtk.org/doc/nightly/html/classvtkMassProperties.html - GetVolume() )
- Metrics between pre-surgical model and simulated-surgical (3D distances computed with ModeltoModelDistance and linear statistics computed with MeshStatistics)
- Metrics between pre-surgical model vs healthy brain and simulated-surgical vs healthy brain (3D distances computed with ModeltoModelDistance and linear statistics computed with MeshStatistics)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the surgical metrics tab and review how the extension currently represents the pre-surgical, simulated-surgical, and healthy-brain models. Read the referenced vtkMassProperties methods, iCSPlan, ModeltoModelDistance, and MeshStatistics components. Done means the tab computes and presents surface area, ICV, 3D distances, and linear statistics for all requested model comparisons.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization, desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100