BUNPC / psoct_vessel_graphing

Suite of tools for segmenting vessels from PS-OCT images and then converting the segments to a graph.
1 stars 6 forks source link

parallelize loop removal #30

Closed mjhyman closed 8 months ago

mjhyman commented 8 months ago

The code for loop removal is functional, but it currently removes each loop in series. This results in long processing times when a segmentation volume contains more than several hundred loops. These processing times can be more than 24 hours when there are several hundred or more loops.

The purpose of this ticket is to remove loops in parallel. This will expedite the loop removal code.