calculate_DSC: Dice Similarity Coefficient Calculation

View source: R/calculate_DSC.R

calculate_DSCR Documentation

Dice Similarity Coefficient Calculation

Description

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

Usage

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.


neuroconductor-devel/lungct documentation built on June 15, 2025, 3:30 a.m.