I have a image that has the value of 716x716 double and size 716x716. However, I need to scale the image to a size of 128. Can I use the scale function to perform this or is there a different way scaling the image to a size of 128?
whatisit = double(Phantom_3_Defects(:,:,2))/255;
figure
imagesc(whatisit)
I have also attached the workspace file.

 Akzeptierte Antwort

KSSV
KSSV am 7 Jul. 2021

0 Stimmen

If I is your image:
I1 = imresize(I,[128 128]) ;

Weitere Antworten (0)

Kategorien

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

Produkte

Version

R2019b

Gefragt:

am 7 Jul. 2021

Kommentiert:

am 7 Jul. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by