[3b2327]: / man / jacobian_lung.Rd

Download this file

35 lines (29 with data), 841 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/jacobian_lung.R
\name{jacobian_lung}
\alias{jacobian_lung}
\title{Calculate Jacobian Determinant Image for the Lungs}
\usage{
jacobian_lung(
right_transformation,
left_transformation,
mask,
doLog = TRUE,
geom = FALSE,
relative = TRUE
)
}
\arguments{
\item{right_transformation}{Transformations for the right lung}
\item{left_transformation}{Transformations for the left lung}
\item{mask}{Fixed mask (or standard lung template mask)}
\item{doLog}{Return the log Jacobian}
\item{geom}{Use the geometric Jacobian calculation}
\item{relative}{Returen the relative Jacobian (Jacobian divided by mean Jacobian)}
}
\value{
Jacobian Image
}
\description{
This function calculates the Jacobian determinant image for the left and right lungs separately.
}