Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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(...

2 years ago | 2 answers | 0

2

answers

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Answered
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...

2 years ago | 0

Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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 ...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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 ...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 0 answers | 0

0

answers

Question


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? ...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 0 answers | 0

0

answers

Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 0 answers | 0

0

answers

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


How to calculate the area in table and certain coordinate
Area Centroid ____ ________________ 9 147.67 109.11 27 146.81 108.52 ...

2 years ago | 1 answer | 0

1

answer

Question


How to calculate sum area of a particular coordinate?
Hi all, If I have table below here, Area Centroid ____ ________________ 9 147.67 109.1...

2 years ago | 2 answers | 0

2

answers

Question


How to calculate sphere area in subplot.
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. But only ...

2 years ago | 2 answers | 0

2

answers

Question


How to change patient name?
Hi all, I have 263 images dicom. But I want to change the patient name every images. I wrote this code but failed. P = zeros...

2 years ago | 1 answer | 0

1

answer

Load more