I read dicom file in Matlab and image is ok blacj and white but numbers of pixels are almost the same. Why?

1 visualización (últimos 30 días)
I want to finf the position of the ballbearing in the dicom file. In image I see the place were ball is visualized. However, the numbers of pixels are almost the same - in file Ursynow.dcm. There is no values that represent the ball. In ImageJ program everything is ok. Profile across the ball is visible very well. What is wrong.
%% Read and DICOM data
clc
dcmfile = dicomread('Ursynow.dcm');
%% Show Original DICOM(.dcm) Image
%figure ()
imshow(dcmfile,[]);

Respuestas (2)

Image Analyst
Image Analyst el 14 de Mzo. de 2023
Well for one thing, all you did was to read in and display the image. You did no image analysis at all!
It's a generic, general purpose demo of how to threshold an image to find blobs, and then measure things about the blobs, and extract certain blobs based on their areas or diameters.
If you have any more questions, then attach your data (zipped up DCM file) and code to read it in with the paperclip icon after you read this:

Pawel
Pawel el 15 de Mzo. de 2023
I tried to analyse the data. What struct me was the difference between ImageJ and Matlab. I will use your advice and I hope it will go well. Once again. Thank you very much.
  1 comentario
Image Analyst
Image Analyst el 15 de Mzo. de 2023
There should be no difference. Since you have not shared what you did in either ImageJ or MATLAB we cannot guess what any difference you are seeing is due to.

Iniciar sesión para comentar.

Categorías

Más información sobre DICOM Format en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by