- /
-
Ankle from DICOM image data
on 22 Oct 2022
- 5
- 22
- 0
- 0
- 102
I = dicomread('CT-MONO2-16-ankle.dcm');
x = max(I(:));
y= min(I(:));
I1= I;
I1(I1 == x) = y;
figure
imshow(I1,[])