PlusToolkit / PlusLib

Software library for data acquisition, pre-processing, and calibration for navigated image-guided interventions.
http://www.plustoolkit.org
Other
136 stars 103 forks source link

Make PlusLib reusable from other applications #119

Open Sunderlandkyl opened 7 years ago

Sunderlandkyl commented 7 years ago

Goal: Algorithms implemented in Plus should be reusable from Slicer modules or other external applications.

Approach: Modify PlusLib so it is usable alone. Compile PlusLib without hardware support.

Tasks:

Migrated from https://app.assembla.com/spaces/plus/tickets/943/details

adamrankin commented 5 years ago

See https://github.com/IGSIO/IGSIO

Sunderlandkyl commented 5 years ago

@adamrankin Just FYI, I've already started migrating the updated TrackedFrameList from Plus to IGSIO. I'll make pull requests once it's been migrated and the tests are passing.