calculate_DSC: Dice Similarity Coefficient Calculation

Description Usage Arguments Value

View source: R/calculate_DSC.R

Description

Calculate the Dice similarity coefficient (DSC) for two iterations of lung templates

Usage

1
calculate_DSC(template0, template1, sides = c("right", "left"))

Arguments

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.

Value

DSC on whole lung, right lung and left lung.


muschellij2/lungct documentation built on July 13, 2020, 2:17 p.m.