Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 3 años hace | 0

Pregunta


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

alrededor de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to stack 3D images from 2D images after semantic function.
Hi all, I have 2D images. then I used semantic program that have network build from U-Net deep learning. after I segment the vo...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to calculate the three sphere.
Hi all, I have the image 20 images in subplot figure. then the image have three sphere. Anyone can help me to calculate al...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to view jpeg image like can scroll
Hi all, If I have 10 images jpeg format, how can i view my image like can scroll. Not in subplot.

más de 3 años hace | 3 respuestas | 0

3

respuestas

Cargar más