Matlab 3D image process

Hi, I have got the 3d matrix of 200 slices, name: original , value: 948*946*200 uint16. Now I am going to process it, for example, median filtering, binarize, and segment and so on. What should I do next? Thank you in advance!

3 Comments

XF
XF on 15 Apr 2019
I'm trying to apply the adapthisteq function to a 3D image(948*946*200 uint16), but it can't.
Are there any equalization functions in the Image Processing toolbox or elsewhere that process 3D images? Thanks
Rik
Rik on 15 Apr 2019
What do you want to do? What is your end goal?
Should the equalization be based upon all of the values together, or should it be slice by slice?
When you do the filtering, are you going to do that slice by slice, or in 3 dimensions?

Sign in to comment.

Answers (0)

Asked:

XF
on 15 Apr 2019

Commented:

on 15 Apr 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!