jamesavery / maxibone

SRμCT Bone tomography analysis
0 stars 0 forks source link

Fast implant segmentation #6

Open jamesavery opened 2 years ago

jamesavery commented 2 years ago

The implant segmentation is currently written in Python and is very slow. But in fact, it should be blazingly fast. So let's make that happen.

carljohnsen commented 2 months ago

Not really fast (relative to pure in-memory), but the #37 implementation provides the logic to do so, albeit currently using disk as a medium. This should be rewritten to be able to run in-memory, as the benefits of the out-of-core on-disk implementation should translate well.