photo

Dingbang Liang


Last seen: mer än 3 år ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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

ungefär 6 år ago | 1 answer | 0

1

answer

Question


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

ungefär 6 år ago | 1 answer | 0

1

answer

Question


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

ungefär 6 år ago | 1 answer | 0

1

answer

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

ungefär 6 år ago | 0