提问


Image fusing one image SPECT with 72 images CT
Hi all, please help me. i have one image SPECT (dicom data) and 72 image CT(dicom data). I want to fuse it. Below is my trying ...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
how to create equation x y z using matlab
Because my theori is When x is increase, y should increase. But I have to consider z. Because some time is when x is increa...

5 years 前 | 0

提问


how to create equation x y z using matlab
hi all, anyone can help me how to create equation using data x,y,z?? Please help me let say below is my data x = [...

5 years 前 | 2 个回答 | 0

2

个回答

提问


what is the different between otsu method, multithreshold method, graythreshold method
Hi all, May i know, what is the different between otsu method, multithreshold method, and graythreshold method? is it all the...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to calculate mean and standard deviation
Hi everyone, want to ask. If I have set of data let say X = [23,43, 45,90,15,41,71,29,45,52,32]; How to calculate the ...

6 years 前 | 2 个回答 | 1

2

个回答

提问


how to determine voxel volume
Hi every one..anyone can help me? This is my dicominfo form my image SPECT. My question is how to calculate the 1) vol...

6 years 前 | 0 个回答 | 1

0

个回答

提问


how to extract pixel value?
Hi Every one..anyone can help me? How to extract the pixel value? i have try this code, but the result not show the pixel ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


AREA UNDER the CURVE
Hi every one.. How to calculate area under curve? i used this code surf(X(59:69,71:85)) the curve picture like below. ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


how to extract list image using point (reatangle) means four points
Hi Everyone if i want list of pixel value that i have some point (ractangle) let say i want list of pixel value from 58:71 58...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to count image binary
Hi all if i have binary image, how to calculate the white pixel, and black pixel?

6 years 前 | 1 个回答 | 0

1

个回答

提问


change data type to double
Dear all i want to know, what is the purpose we change data type to double? like below Image_name = 'your_image.dcm'; %...

6 years 前 | 1 个回答 | 0

1

个回答

提问


FUSE IMAGE (42 SLICES STORED IN ONE FILE)
Sorry all, another question i have but i wrote at this space. please help me Dear all, this is my code to view CT image by sli...

6 years 前 | 0 个回答 | 0

0

个回答

已回答
How to extract row, column, slice for image spect
Sorry all, another question i have but i wrote at this space. please help me Dear all, this is my code to view CT image by...

6 years 前 | 0

提问


how to fuse image
Dear all, this is my code to view CT image by slice P = zeros(256, 256, 72); for K = 1 : 72 petname = sprintf('I4%03...

6 years 前 | 2 个回答 | 0

2

个回答

提问


looping code for ct slice
Dear All, I have 75 ct slice (the hame file start with ct10, ct 20, ct30...........ct75), how could i write the code for loopin...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to extract row, column, slice for image spect
Hi all, i have one image SPECT. When i read the information in dicominfo, it state that there is 130 rows, 130 colums, and 42 s...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Rescale Slope image petct
Hai.. Can everyone help me. I have 47 slice PET image (Positron Emission Tomography). So i done extract value from all sl...

7 years 前 | 0 个回答 | 0

0

个回答

已回答
extract rescale slope value
Hi Walter I Have This Code P = zeros(256, 256, 47); for K = 20 : 31 petname = sprintf('PETWB001_PT%03d....

7 years 前 | 0

提问


how to fix the rescale slope with own pixel
Anybody please help me This is code for get the x, y, z(slice number), and pixel value. Then the second one below is my code ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


how Crop Image Dicom
Dear all, I have image dicom, then i want to crop some region, then i want to save the crop image to format dicom also. Can e...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Problem 3D SPECT images
Dear All, I have Spect images 3D. I want to open it using Matlab. Can anybody please help? For planar image Spect, i can ope...

7 years 前 | 0 个回答 | 0

0

个回答

提问


pixel intensity value definition.
Dear all, Let say, i injected F-18 (5 mCi) into phantom, then i scan with PET_CT. I analyze the image using matlab, then i g...

7 years 前 | 0 个回答 | 0

0

个回答

已回答
How can I get pixel spacing value from DICOM images?
let say your image is "image.dcm" info=dicominfo('image.dcm'); spacing=info.PixelSpacing; spacing=

7 years 前 | 1

提问


image processing for specct
Hi all I have image slice of spect ct. Can i get count value for each pixel in image?

7 years 前 | 0 个回答 | 0

0

个回答

提问


image contrast brightness adjust
Hi all i want try open multiple images using implay. but want to change contrast first. Below is my code, but still error. an...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
How to convert unsigned integer 16 bit to decimal number
hi all, i have image dicom 16 bit. Like below my image: >>P=dicomread('PET_I1001_PT135.dcm'); >> whos P Name ...

7 years 前 | 0

提问


convert 16 bit to 32 bit
hi all, i have image dicom 16 bit. my problem is, 16 bit image can stored pixel value till 32767 only. now i want change it t...

7 years 前 | 2 个回答 | 0

2

个回答

已回答
What are the benefits of 64-bit MATLAB versus 32-bit MATLAB?
hi all, i have image dicom 16 bit. my problem is, 16 bit image can stored pixel value till 32767 only. now i want change it t...

7 years 前 | 0

提问


extract rescale slope value
Hi all, I want to extract the RescaleSlope value from dicominfo for each slice. But I have 135 slice images. This is my code ...

7 years 前 | 2 个回答 | 0

2

个回答

已回答
Slice thickness information lost when using dicomwrite()
Hi all, I want to extract the RescaleSlope value from dicominfo for each slice. But i have 135 slice images. This is my code ...

7 years 前 | 0

加载更多