Community Profile

photo

Gulfam Saju


Last seen: 3 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


How to convert a uint8 image to complex double?
I want to convert a png file into a complex valued number. The current dimension and format of the png file is: 320x320x3 uint...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I only rotate the field of view of a complex valued MRI brain image?
I am trying to rotate only the field of view of a complex valued MR image? I tried the following code, but it rotates the whole ...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to resize an MRI image data keeping the original field of view?
I have few MRI datasets, where the dimension of the dataset is 320x640x16. First two dimensions are row and column and the last ...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I remove the background noise of this image from the mat file?
addpath(genpath('.\')) ReduceFactor=4; % Facter: R = 1 - 8 R=ReduceFactor; CoilNum = 16; inter_num_VP = 4;%6; inter_nu...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I create a binary mask?
I want to create a binary mask, where there will be random white dots in the area. But it will be more dense in the middle. For ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I add an extra dimension to make the array 2D to 3D?
clear all; for idx = 1:258 name = ''; if idx < 10 name = strcat('0',int2str(idx),'.mat'); ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I create a 1*1struct data, which has two fields?
I want to create a mat file, which contains 1*1 struct data with two fields. One is "label" and another is "train". Label conta...

casi 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Creating a mat file with binary mask
I want to create a 256*256 mask.mat file, where the middle 32 lines will be white (binary 1) and in there will be 30 lines of 1,...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I create a Hdf5 dataset file from several h5 files?
I want to create a Hdf5 dataset by compressing more than hundred h5 files. How can I do that?

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

1

respuesta

Pregunta


Error using imgaussfilt Expected A to be real.
%demo clear all; CoilNum = 12; load slice66.mat; for s = 1 : CoilNum Img(:,:,s) = ifft2(raw_data(:,:,s)); end image...

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

1

respuesta

Pregunta


Unrecognized field name "data".
%% This is a training code of Generic-ADMM-CSNet for a complex-valued MR training dataset by L-BFGS optimizing. %% If you use t...

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

1

respuesta

Pregunta


How to convert complex single Image data into complex double image?
image_data-xyz = 4-D complex single I want to change the image data into complex double. How can I do that?

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

2

respuestas

Pregunta


Index in position 1 exceeds array bounds. Index must not exceed 1.
While I am trying to convert H5 file to mat file I got this error. The code is below: close all; clear all; addpath(genpath('....

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

1

respuesta

Pregunta


How to change the size of a image, which is saved as a .mat file?
load e15802s13_P50176.7.h5.mat; I have this image. I want to change the size/dimension of the image from this mat file. How can...

alrededor de 2 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How to resolve this error of VideoWriter?
% Make an avi movie from a collection of PNG images in a folder. % Specify the folder. myFolder = 'G:\Brain Data\OCMR_data\car...

alrededor de 2 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How can I use a loop to save the output image of the program after each iteration?
for slice = 1:16 recon_img = senserecon(aliased_img, sen_map,reduc, fi_matrix); figure;imshow(abs(recon_img),[0 0.000005]); e...

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

3

respuestas

Pregunta


How can I save the output figure into an image file?
recon_img = senserecon(aliased_img, sen_map,reduc, fi_matrix); figure;imshow(abs(recon_img),[0 0.000005]);title('sense recon');...

alrededor de 2 años hace | 2 respuestas | 1

2

respuestas