imresize is creating negative numbers from a matrix?

6 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by