提问


How to convert 3D to 4D images
Hi all I have image dicom as 3D as (attached). How to combine it all the slice to 4D? anyone can help me?

3 years 前 | 2 个回答 | 0

2

个回答

提问


how to open the image extension .dat
Hi all, I was Download the Zubal phantom from this site: http://noodle.med.yale.edu/phantom/getzubdata.htm I attached the file...

3 years 前 | 2 个回答 | 0

2

个回答

提问


How to Open the images extension .hdr and img
Hi Everyone, These two file is output from my Monte Carlo simulation. as attached. which is reconstruct the data to an Interfi...

3 years 前 | 0 个回答 | 0

0

个回答

提问


How to open extension .a00 and .sin image Using Matlab
Hi all, I have generate image from GEANT4 Monte Carlo simulation. the file extension is .sin (as attached zip file: YourProjec...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to open .int image Using Matlab?
Hi all, I have generate image from Monte Carlo simulation. the file extension is .int Anyone know how to open it using matl...

3 years 前 | 2 个回答 | 0

2

个回答

提问


how to validate data trainned
Hi all, Anyone know how to validate the data trainned? Because before this, I just trainned what I labelled using groundTrut...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to know the smallest number after 0
Hi all, I have set images 3D (256x256x90 uint16), let say P. Anyone know how to know the smallest number after 0? >> min(min(...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Resize image but dicom info missing
Hi all, I have 4D images, >>spect130 = dicomread('khadijahkalai.dcm'); >>size(spect130) ans = 130 130 1 90 ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to calculate the volume and sum counts
Hi all, I have code below. Then the 3D view as below also. I also attached the workspace as matlab1 for this code (can get this...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
How to segment image with location wanted.
I used this one, settled sir. TQ very much T = adaptthresh(spect, 0.000000001); %change grey to binary BW = imbinarize(spec...

4 years 前 | 0

提问


How to segment image with location wanted.
Hi Everyone. I Have Code below. But the image look like unwanted segmentation. Because I just want the volume that in red circle...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How to calculate the summation pixel counts seperately.
Hi all, I have 146 slices images. That is dicom images. every pixel have their own counts (index number) like picture below. I u...

4 years 前 | 2 个回答 | 0

2

个回答

提问


how to calculate the area binary if some images have different pattern
Hi all I have 4 images that all images have 4 area(like circle) as below. Then, I used this coding below to get the area for ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


HOW TO CALCULATE THE DICE SIMILARITY OF THE IMAGES SUBPLOT.
Hi all, I have 2 data set logical images(binary images). EACH DATA SET HAVE 23 IMAGES. I want to check the dice similarity. Bel...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How to combine all the segmented binary images in one figure
Hi all, I have code below. Anyone know how to combine all the segmented images in one figure? clc clear all [spect map]=dico...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to combine all the segmented images in one figure
Hi all, I have code below. Anyone know how to combine all the segmented images in one figure? clc clear all [spect map...

4 years 前 | 1 个回答 | 0

1

个回答

提问


HOW TO CALCULATE THE DICE SIMILARITY OF THE IMAGES SUBPLOT.
Hi all, I have 2 data set logical images(binary images). EACH DATA SET HAVE 23 IMAGES. I want to check the dice similarity. Bel...

4 years 前 | 1 个回答 | 0

1

个回答

提问


HOW TO REVERSE THE BINARY IMAGES
Hi all, First, I have 23 images labelled that I labelled foreground as 1 and background as 0 used groundTruthLabeler. Then I wan...

4 years 前 | 1 个回答 | 0

1

个回答

提问


HOW TO CALCULATED THE DICE SIMILARITY
Hi all, I want to calculate the Dice Similarity Coefficient between the origional images and binary images. this below is orig...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to calculated the total area in binary
Hi all, I have one set data below. Anyone know how to calculate the total area of particular coordinate? let say I want to ca...

4 years 前 | 2 个回答 | 0

2

个回答

提问


how to calculated the total volume
Hi all, I have code below, to put the rectangle on the circle of binary images. %% TO GET THE VOLUME SEGMENTATION AFTER DEEP ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


how to place the rectangle for all the blob
Hi all, I have 7 binary images. anyone know how to place the rectangle for all the blob in the subplot binary images? I used...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How to store count pixel in 3D viewing
Hi all, I have one set of 3D images Dicom. below is one of the slices. ok, lets look the the 3D image dicom here, the locatio...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to paste the coordinate value 1 binary images into 3D images.
hi all, I have code below. Anyone know how to insert the 3D arrays of binary images which have value 1 into my 3D images dicom? ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to paste the coordinate of value 1 binary image into the 3D dicom.
Hi all, I have one set of 3D images (dicom format). Then after did the some method segmentation, it became binary but in 2D ima...

4 years 前 | 2 个回答 | 0

2

个回答

提问


how to develop 2D images into 3D viewing.
hi all, I have code below. Anyone know how to develop it into viewing as 3D, let say I want add thickness of that images 2.332mm...

4 years 前 | 2 个回答 | 0

2

个回答

提问


HOW TO CONVERT 2D IMAGE TO 3D IMAGES.
Hi All, I have 41 slice images in png format. Anyone know how to convert it into 3D images. So that the images converted have...

4 years 前 | 0 个回答 | 0

0

个回答

提问


HOW TO CHANGE BINARY IMAGES TO 3D ARRAY (CONVERT TO 3D DIMENSION)
Hi all, I have 41 binary images. Anyone know how convert it into 3D? I means now my binary images just have dimension(let sa...

4 years 前 | 2 个回答 | 0

2

个回答

提问


HOW TO VIEW 4D FROM BINARY IMAGES
Hi all, I have set data of 3D images dicom (41 slices). I also have 41 images binary images from it after segmentation. So any...

4 years 前 | 0 个回答 | 0

0

个回答

提问


HOW TO SAVE IMAGES FROM SUBPLOT TO PNG?
Hi all, I have 41 images. when I binarize it, then I plot 41 images in one figure as shown below. My coding as below. How to ex...

4 years 前 | 1 个回答 | 0

1

个回答

加载更多