i have a dicom image in .dcm format but matlab cant read that image using dicomread why?
What are errors that Matlab gives you when you are using dicomread function?
initially i used this X = dicomread('CT-MONO2-8-abdo.dcm');
matlab shows error as File "CT-MONO2-8-abdo.dcm" not found.
then i used this [X, map, alpha, overlays] = dicomread(CT-MONO2-8-abdo.dcm, varargin)
error was ??? Undefined function or variable 'CT'.
The first one should work
X = dicomread('CT-MONO2-8-abdo.dcm');
Are you sure your code is executed in the same folder as the DCM file? Otherwise, you have to pass the entire absolute path ('C:\\folder\\CT-MONO2-8-abdo.dcm') for instance.
Check also if your file extension is indeed .dcm
thank you sir it works good ,actually i have stored the matlab code in different location
if anybody having OT-MONO2-8-colon.dcm image please help me. i have this image without dcm extension
manually add the extension ".dcm" then make sure you are in the correct directory and execute it:
img = dicomread('filename'); imshow(img, [minAllowedPixValue maxAllowedPixValue]);%imshow(img,[0 255])
how radix 2 algorithm works and how to compute transform matrix
10 November 2015 4,411 0 View
i want to take power for complex no using modular arithmetic ex base=18+j313 exp=495 and mod value=8191. if anybody knows please help me
10 November 2015 9,084 0 View
anyone please explain radix 2 with ex problem
10 November 2015 9,568 0 View
After immunohistochemistry of previously fixed in PFA and EtOH and then frozen 20 μm sections of zebrafish brain, DAPI staining is very weak (right) compared to the same sections stained without...
05 August 2024 9,637 2 View
Hi everyone I need a file with a dirty and clean potato image
04 August 2024 7,199 4 View
I fabricated Ti3C2Tx using concentrated HF 40%, I plot an XRD as attached image below.. please let to know if I obtained it or not.
02 August 2024 6,789 4 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 969 0 View
Dear researchers. I tried using the IHC PROFILER in image j to quantify nuclear DAB staining. I followed the instructions in the original article by "Varghese F, Bukhari AB, Malhotra R, De A...
29 July 2024 2,229 0 View
My question pertaining to the DAB staining in cytoplasm of human oral squamous cell carcinoma tissue. When quantifying the epithelial cancer cells do we have to crop remove the stromal tissue?...
29 July 2024 2,682 6 View
In my molecule there is Chloro group at 2-position of phenyl ring, but in 2D image it appears as methyl showing no interaction.
28 July 2024 734 0 View
Please, what is the memory consumption of the Matlab function quad tree decomposition procedure [S = qtdecomp(I)] with respect to the input set I?
27 July 2024 5,455 2 View
Hello, I am a research scholar currently working on a project involving image segmentation, and I am interested in using differential evolution for this purpose . I would greatly appreciate it if...
25 July 2024 9,926 1 View
Hello!!! I want to implement the Swerling characteristics functions (CF) directly in MATLAB without using its Fourier integral pairs...the Swerling CFs are actually Laplace Transform of the signal...
23 July 2024 4,925 1 View