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