MATLAB: Which segmentation methods are preferable

Image Processing Toolboxradiographic imagessegmentation

Hi friends!I am writing a paper on segmentation methods.I need to apply the segmentation technique to a radiographic image. The size of the image is too large(5000*7000). Can you suggest me some methods so that I can get the result fastly?

Best Answer

imresize() will make the image smaller, if that's what you want.