How does the imresize function work?
显示 更早的评论
Hi, I was wondering if the resize function changes the size of the pixel? Is the resize function same as CCD binning? I like to change the size of my image but not change the ratio. My original image has a pixelsize of 5,5 um.
J = imresize(I, 0.5);
I tried to see if resizing changed the result (the size of my object and the integrated intensity) and it does comes out differently than if I would calculate with my orginial image which takes a long time (with convolution of my image and my mask aperture which is considerably smaller image than my orginial image). Try to figure out why it coems out differently.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!