How do I change image scale?
2 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!