photo

Dingbang Liang


Last seen: mehr als 3 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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: ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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'...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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?

etwa 6 Jahre vor | 0