nkorobkov / microglia-or

Scripts to segment microglia images and generate reports
https://nkorobkov.com/projects/microglia
0 stars 0 forks source link

Redundant info about noise components is stored #4

Open nkorobkov opened 6 years ago

nkorobkov commented 6 years ago

At some point during the algorithm we decide not to use some components (possible axons without host nucl around).
We still have info about those in markers and components index. It may be useful to discard it not to iterate over it during edges and sizes recalculations.

nkorobkov commented 6 years ago

Kinda fixed it by adding discard_not_attached_axons but would be nice to test it somehow.