photo

Dingbang Liang


Last seen: 3年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


Why I cant use the same for loop to interpolate the colomn? Only in row.
Lena_half = imread('lena_half.tif'); Row = 512; % interp1 along row [m,n,p] = size(Lena_half); Enlarge_lena = zeros...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How can i use interp1 to enlarge the photo 'lena'
I have a image which is lena_half, 256*256*3, how can I use interp1 to enlarge it? What I have done so far, but not working: ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to solve "Transpose on ND array is not defined. Use PERMUTE instead."
%% lena = double(imread('lena.tif')); figure(6); imshow(lena) %% y_LenaHalf = double(imread('lena_half.tif'...

約6年 前 | 1 件の回答 | 0

1

回答

回答済み
I am trying enlarge an image using interpolation without using MATLAB commands, but my image isn't resizing properly.
i tried this one, but it doesnt work. error is saying unusage of the first column "image", how to solve it?

約6年 前 | 0