imresize is creating negative numbers from a matrix?

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?

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 28 Jun. 2018

0 Stimmen

"Note: Bicubic interpolation can produce pixel values outside the original range."

Weitere Antworten (0)

Kategorien

Mehr zu Images finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by