フィルターのクリア

how we can amplify an image with nearest neighbour interpolation

1 回表示 (過去 30 日間)
aswathy
aswathy 2014 年 9 月 30 日
コメント済み: Mohammad Abouali 2014 年 10 月 3 日
how we can amplify an image with nearest neighbour interpolation

採用された回答

Mohammad Abouali
Mohammad Abouali 2014 年 9 月 30 日
Amplify?? you mean resize? if that's what you mean here is the code
IResized= imresize(I,scale,'nearest');
  6 件のコメント
Image Analyst
Image Analyst 2014 年 10 月 2 日
OK, that's fine. I agree with everything you said. I've never heard of "C0 Interpolation" but if that's standard terminology in some sub-field of image processing, that's fine.
Mohammad Abouali
Mohammad Abouali 2014 年 10 月 3 日
Actually I made a mistake it is C-1. It is one order lower than the polynomial being used. It means continuity. C0 means the curves touches at the boundary( Which in nearest neighbor clearly doesn't). C1 means the first derivative is also continuous and so on.
Go down to parametric continuity.

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by