Community Profile

photo

faisal aziz


自 2016 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Review

查看徽章

Feeds

排序方式:

提问


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

7 years 前 | 0 个回答 | 1

0

个回答

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 2 个回答 | 0

2

个回答