Calculate the Dice similarity coefficient (DSC) for two iterations of lung templates
calculate_DSC(template0, template1, sides = c("right", "left"))
| template0 | Initial template mask. Right lung = 1, left lung = 2, non-lung = 0 |
|---|---|
| template1 | New template mask. Right lung = 1, left lung = 2, non-lung = 0 |
| sides | Calculate DSC on right and/or left lungs. Overall DSC is given by default. |
DSC on whole lung, right lung and left lung.