getImageInfo | R Documentation |
Extract from header of CT scan image grayscale number of bits and pixel size
getImageInfo(hdr)
hdr |
Header dataframe |
List with grayscale values, and pixel size
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.