Hi there,
The DICOM WSI has a change of orientation compared to the Slide coordinate, so X orientation in slide coordinate is in the image rows direction and Y slide coordinate is in column image direction.
With Sebastien we have a difference of understanding for the imagedVolumeWidth and imagedVolumeHeight meaning.
Those tags are giving the physical size of the slide.
Is these value related to the physical width/height following the orientation of the generated image or the width/height following the orientation of the slide ?
We want in the viewer compute the physical size of a pixel, so
- If those tag are based on the resulting image the physical size the pixel size calculation will be :
x spacing = imagedVolumeWidth / number of columns
y spacing = imagedVolumeHeight / number of rows
- If those tag are related to the slide orientation the computation will be
x spacing = imagedVolumeWidth / number of rows
y spacing = imagedVolumeHeight / number of columns
Thanks for you help !
Salim