powered by
Extract from header of CT scan image grayscale number of bits and pixel size
getImageInfo(hdr)
List with grayscale values, and pixel size
Header dataframe
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)
Run the code above in your browser using DataLab