imresize is creating negative numbers from a matrix?

6 次查看(过去 30 天)
I'm doing something like:
image = imread(img);
image = rgb2gray(image);
image = im2double(image);
image = imresize(image);
Throughout the code, except for the last line, every element in the image matrix remains > 0. So why is imresize throwing in negative numbers?

采纳的回答

Walter Roberson
Walter Roberson 2018-6-28
"Note: Bicubic interpolation can produce pixel values outside the original range."

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by