You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for your amazing work, Good Job !
As I tested for a long time, this program is not able to seperate some lung lobes if fissureness is thin or irregular , 'correctly' ; there are colour overflows in segment > lobes section.
How can I improve this, in which '.m or .c' file(s) part , I need to upgrade ?
The text was updated successfully, but these errors were encountered:
The lobe segmentation can go wrong for several reasons.
The fisureness is only used in the final step to refine the "initial lobar approximation" which is generated by some of the earlier steps in the algorithm. If the initial lobar approximation result is poor then you may need to fix that first.
One common reason it goes wrong is the automatic airway labelling may get it wrong This airway labelling is used to generate the initial lobar approximation. If the labelling is wrong then the intial approximation will be poor, which will usually lead to a poor final result. The airway labelling can be visualised and corrected on the GUI
I've added a wiki page which explains the steps of the algorithm, and tells you which plugin file runs each step. This gives some brief details on how to correct the airway labelling.
If you do want to modify the fissureness filter, the plugin that computes this is PTKFissureness.m - it has a slightly complex code path but the actual filter computation is in PTKComputeFissurenessFromHessianeigenvalues.m.
First of all, thank you for your amazing work, Good Job !
As I tested for a long time, this program is not able to seperate some lung lobes if fissureness is thin or irregular , 'correctly' ; there are colour overflows in segment > lobes section.
How can I improve this, in which '.m or .c' file(s) part , I need to upgrade ?
The text was updated successfully, but these errors were encountered: