|
a |
|
b/man/calculate_DSC.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/calculate_DSC.R |
|
|
3 |
\name{calculate_DSC} |
|
|
4 |
\alias{calculate_DSC} |
|
|
5 |
\title{Dice Similarity Coefficient Calculation} |
|
|
6 |
\usage{ |
|
|
7 |
calculate_DSC(template0, template1, sides = c("right", "left")) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{template0}{Initial template mask. Right lung = 1, left lung = 2, non-lung = 0} |
|
|
11 |
|
|
|
12 |
\item{template1}{New template mask. Right lung = 1, left lung = 2, non-lung = 0} |
|
|
13 |
|
|
|
14 |
\item{sides}{Calculate DSC on right and/or left lungs. Overall DSC is given by default.} |
|
|
15 |
} |
|
|
16 |
\value{ |
|
|
17 |
DSC on whole lung, right lung and left lung. |
|
|
18 |
} |
|
|
19 |
\description{ |
|
|
20 |
Calculate the Dice similarity coefficient (DSC) for two iterations of lung templates |
|
|
21 |
} |