필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
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,[]);

답변 (2개)

Image Analyst
Image Analyst 2023년 3월 14일
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 2023년 3월 15일
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
Image Analyst
Image Analyst 2023년 3월 15일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 DICOM Format에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by