Community Profile

photo

faisal aziz


Active since 2016

Statistics

  • First Review

View badges

Content Feed

View by

Question


i have a code that stack the 2d images into 3d array and save in volume.fib and its output is good but when i'm trying to put into function it show some error ?
numberOfSlices=186; image = zeros(215,256,numberOfSlices); for slice = 1 : numberOfSlices dir_name='E:\BTN-7\final ...

mer än 7 år ago | 0 answers | 1

0

answers

Question


i have 186 brain mri 2d slices (256*215) i want to stack them into 3d array (256*215*186) ?
my code has an error at this line image(:,:,slice) = thisSlice; dimension mismatch help me to solve this problem numberOfSl...

mer än 7 år ago | 1 answer | 0

1

answer

Question


I have 180 segmented images from brain MRI. How would I combine these slices together to create a 3D model?
i have 180 segmented brain mri images i want the code to read 180 slices and combine together and make 3d image

mer än 7 år ago | 1 answer | 0

1

answer

Question


how can i reconstruct a 3 D image from Brain MRI segmented slices?
there are multiple segmented slices example <</matlabcentral/answers/uploaded_files/57770/output_slice_110.png>> there ar...

mer än 7 år ago | 2 answers | 0

2

answers