mohd akmal masud
Followers: 0 Following: 0
Image Segmentation for SPECT and PET. Deep Learning Practitioner
MATLAB
Spoken Languages:
English
Statistica
RANK
12.712
of 294.421
REPUTAZIONE
4
CONTRIBUTI
228 Domande
8 Risposte
ACCETTAZIONE DELLE RISPOSTE
68.86%
VOTI RICEVUTI
3
RANK
13.956 of 20.110
REPUTAZIONE
17
VALUTAZIONE MEDIA
0.00
CONTRIBUTI
20 File
DOWNLOAD
24
ALL TIME DOWNLOAD
147
RANK
of 151.653
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to extract and open Json file in folder.
Dear All, I have Json file in folder as attached. But, I tried to extract and open, it failed. Some can help me?
19 giorni fa | 1 risposta | 0
1
rispostaDomanda
How to add Inception-Res block and Dense-Inception block in 3D U-Net Layers
Dear All, I have the coding below, lgraph = layerGraph(); tempLayers = [ image3dInputLayer([128 128 128 3],"Name","Ima...
26 giorni fa | 1 risposta | 0
1
rispostaDomanda
How to run phyton code using Matlab?
Dear All, I have phyton code as attached. Anyone know how to run it using matlab? Or any way to convert into matlab coding? ...
26 giorni fa | 2 risposte | 0
2
risposteDomanda
How to change the image of .bim file
Dear All, I have one fie as attached. Then I wrote the code like below, and the image like below. clc clear all close all ...
27 giorni fa | 0 risposte | 0
0
risposteDomanda
How to open and modify .dat file
Hello Everyone, Anyone can help me. I have one .dat file as attached. According to the manual, the description of my file is 3...
circa 2 mesi fa | 3 risposte | 0
3
risposteDomanda
how to plot the graph
Hello Everyone, I have some data as attached. Then I have the code to plot the graph. But I have to convert my file to excel ...
circa 2 mesi fa | 1 risposta | 0
1
rispostaDomanda
how to open .mhd file
DEAR ALL, Anyone know how to open this image as attached. the file format is .mhd
2 mesi fa | 1 risposta | 0
1
rispostaDomanda
how to open image .mhd
DEAR ALL, Anyone know how to open this image as attached.
3 mesi fa | 2 risposte | 0
2
risposteDomanda
How to change the graph of frequency domain
Dear all, I have coding to convert from spatial domain to frequency domain. Below is my coding. Z = zeros(99); % create square...
5 mesi fa | 1 risposta | 0
1
rispostaDomanda
How to make binary to gray scale
Dear All, I created the image. My coding as below. Z = zeros(99); % create square matrix of zeroes origin = [round((size(Z,...
5 mesi fa | 1 risposta | 0
1
rispostaDomanda
How to do the filtered back projection?
Dear all, I want to do the filtered back projection. Here is my code: First, I created the phantom: %create the phantom ...
5 mesi fa | 0 risposte | 0
0
risposteDomanda
How to wrote code for Ramp Filter and show the firgure?
Dear All, Please help me how to plot the Ramp filter as picture attached.
5 mesi fa | 2 risposte | 0
2
risposteInviato
Open .cdf file for sinogram from SIMIND simulation
Open .cdf file for sinogram from SIMIND simulation.
9 mesi fa | 3 download |
Domanda
How to open .cdf file
Hai Everyone, Anyone can help me how to open the .cdf file as attacheed. The .cdf file is their header file. Attached. I tri...
9 mesi fa | 1 risposta | 0
1
rispostaDomanda
what is the meaning of S , C, B in 3D U-Net Layer?
Dear All, Anyone know, what is the meaning of S , C, B represent as in the red box in picture below? This is 3D U-Net lay...
11 mesi fa | 1 risposta | 0
1
rispostaDomanda
how to write looping for certain area determine
Dear all, I wrote some script looping to determine the thresh value for certain Area (267). But I got error like below. The set...
11 mesi fa | 1 risposta | 0
1
rispostaDomanda
How to resolve the error of looping
Dear All, I wrote some script looping to determine the thresh value for certain volume (26.67). But I got error like below. T...
11 mesi fa | 1 risposta | 0
1
rispostaDomanda
How to plot the graph from the data table as attached.
Dear all, I have the data table as attached, Anyone can help me how to plot the graph from the data table as attached, ...
11 mesi fa | 1 risposta | 0
1
rispostaDomanda
how to convert gray images to rgb
Dear all, Anyone can help me how to convert my gray images to rgb. (as attached) I tried this below command but failed: %...
11 mesi fa | 1 risposta | 0
1
rispostaDomanda
PLEASE HELP TO TO CALCULATE UPPER LIMIT WINDOW LEVEL (ULWL)
Dear All, I want to calculate the upper limit window level (ULWL) on my set images (as attached). this is draft command I dev...
11 mesi fa | 1 risposta | 0
1
rispostaDomanda
how to calculate the shape factor?
Dear All, Anyone can help me how to calculate the shape factor for each blob on my image as attached.
11 mesi fa | 1 risposta | 0
1
rispostaDomanda
How to make close surface in dicom image
Hello All, Any one can help me how to apply close surface in my image dicom. So that my image can become smooth gradient. ...
12 mesi fa | 1 risposta | 0
1
rispostaDomanda
How to calculate the dice similarity coefficient
Dear All, Anyone know how to calculate the dice similarity my image data set as attached.
12 mesi fa | 1 risposta | 0
1
rispostaDomanda
how to define the factorial if data set is non-integer
dear all I have the data set as attached, and the formula as picture below. I want to calculat the probabilty certain poin...
circa un anno fa | 2 risposte | 0
2
risposteDomanda
How to apply Poisson in matrix image
Dear All, I have matrix image as attached. Anyone can help me how to apply Poisson distribution in that matrix? So that...
circa un anno fa | 0 risposte | 0
0
risposteDomanda
How to know the pixel size(width, length, height)
Dear All, I have the data as attached (data.mat), anyone know how to see the pixel size (length, width, height) my data? who...
circa un anno fa | 2 risposte | 0
2
risposteDomanda
How to open .img or .hdr image
Dear all, Anyone can help me to open either one of my image attached? the format is .img and the other one is .hdr. suppo...
circa un anno fa | 1 risposta | 0
1
rispostaDomanda
How to apply Poisson in matrix image
Dear all, I just fount in youtube, that he apply the Poisson in image matrix. But he apply using phyton script as picture below...
circa un anno fa | 1 risposta | 0
1
rispostaDomanda
How to open files .ict, .hct. a00, .h00
Dear all, I have four types of documents, as attached. Anyone can help e ho to open/view this files? all the file is ...
circa un anno fa | 2 risposte | 0
2
risposteInviato
Dice Similarity Coefficient
This code is for the calculation of dice similarity coefficient for 2D images.
circa un anno fa | 1 download |