getImageInfo {CTRing} | R Documentation |
Extract from header of CT scan image grayscale number of bits and pixel size
Description
Extract from header of CT scan image grayscale number of bits and pixel size
Usage
getImageInfo(hdr)
Arguments
hdr |
Header dataframe |
Value
List with grayscale values, and pixel size
Examples
library(oro.dicom)
file_path <- system.file("extdata", "disk.dcm", package = "CTRing")
dcm <- readDICOM(file_path)
hdr_df <- dcm$hdr[[1]]
getImageInfo(hdr = hdr_df)
[Package CTRing version 0.1.0 Index]