checkXrayLungOrientation: Check x-ray lung orientation.

View source: R/chexnet.R

checkXrayLungOrientationR Documentation

Check x-ray lung orientation.

Description

Check the correctness of image orientation, i.e., flipped left-right, up-down, or both. If True, attempts to correct before returning corrected image. Otherwise it returns NULL.

Usage

checkXrayLungOrientation(image, verbose = FALSE)

Arguments

image

input 3-D lung image.

verbose

print progress.

Value

segmentation and probability images

Author(s)

Tustison NJ

Examples

## Not run: 
library( ANTsRNet )

## End(Not run)

ANTsX/ANTsRNet documentation built on Nov. 21, 2024, 4:07 a.m.