Hi all,
I'm hoping you could help me with a conundrum regarding reduction of size of dicom CT pixeldata.
I'm using the Cornerstone DICOM parser (https://github.com/cornerstonejs/dicomParser) to extract pixeldata from CT DICOM images which is working fine.
I need however, to reduce the dimensions of the obtained pixeldata; i.e. from 512*512 to 256*256 while maintaining as much image quality as possible. So I need to do some kind of interpolation algorithm that works on CT pixeldata (i.e. range from 0-approx4096) instead of just skipping pixels. After image size reduction CT window/level needs to be applied. Could anyone point me in the direction of an algorithm that works in regard to reduce the dimensions of pixeldata with HU values?
Sincerely