မူရင်းဖိုင် (၁၀၀၂ × ၈၀၁ pixels, ဖိုင်အရွယ်အစား - ၂၇ KB, MIME အမျိုးအစား image/png)

အကျဉ်းချုပ်

Own work.

Illustrates bilinear interpolation on the unit square. The four corners have fixed values as indicated in the figure, and the values in between are interpolated, and the interpolated values are represented by the colour.

Done in Matlab, source code:

# Grid of known points:
>> [X, Y] = meshgrid(0:1)
# Grid for interpolated values:
>> [XI,YI] = meshgrid(0:0.001:1);
# Known values to interpolate from:
>> Z = [0 1; 1 0.5]
# Do bilinear interpolation
>> ZI = interp2(X,Y,Z,XI,YI);
# Visualize result:
>> surf(XI,YI,ZI, 'EdgeColor','none'); alpha(0.9)
>> view([0 90])
>> print -dpng Bilininterp.png

See also

လိုင်စင်သတ်မှတ်ခြင်း

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
အကျွန်ုပ်သည် ဤဖန်တီးမှုလက်ရာကို ဥပဒေအရလိုအပ်ခြင်းမရှိသည့် မည်သည့်အခြေအနေမျိုးတွက်မဆို၊ မည်သို့သော ရည်ရွယ်ချက်အတွက်မဆို ၎င်းကို မည်သူမဆို အသုံးပြုပိုင်ခွင့်အား ပေးအပ်သည်။

ပုံစာများ

ဤဖိုင်၏ဆိုလိုရင်းကို စာတစ်ကြောင်းရှင်းလင်းချက်ဖြင့် ထည့်သွင်းရန်

Items portrayed in this file

depicts အင်္ဂလိပ်

media type အင်္ဂလိပ်

image/png

checksum အင်္ဂလိပ်

6f32086b17f8bf437dad2f68a9540490d19937ef

determination method or standard အင်္ဂလိပ်: SHA-1

data size အင်္ဂလိပ်

၂၇၇၁၁ ဘိုက်

height အင်္ဂလိပ်

၈၀၁ pixel

width အင်္ဂလိပ်

၁၀၀၂ pixel

ဖိုင်မှတ်တမ်း

ဖိုင်ကို ယင်းနေ့စွဲ အတိုင်း မြင်နိုင်ရန် နေ့စွဲ/အချိန် တစ်ခုခုပေါ်တွင် ကလစ်နှိပ်ပါ။

နေ့စွဲ/အချိန်နမူနာပုံငယ်မှတ်တမ်း ဒိုင်မန်းရှင်းများအသုံးပြုသူမှတ်ချက်
ကာလပေါ် ၀၉:၁၂၊ ၃၀ ဇွန် ၂၀၂၃ ၀၉:၁၂၊ ၃၀ ဇွန် ၂၀၂၃ ရက်က မူအတွက် နမူနာပုံငယ်၁၀၀၂ × ၈၀၁ (၂၇ KB)PhreneticcReduced file weight with FileOptimizer in lossless compression mode.
၂၀:၁၈၊ ၂၁ မတ် ၂၀၀၇ ၂၀:၁၈၊ ၂၁ မတ် ၂၀၀၇ ရက်က မူအတွက် နမူနာပုံငယ်၁၀၀၂ × ၈၀၁ (၃၇ KB)BerlandOwn work. Illustrates bilinear interpolation on the unit square. The four corners have fixed values as indicated in the figure, and the values in between are interpolated, and the interpolated values are represented by the colour.

ဤဖိုင်ကို အသုံးပြုထားသော စာမျက်နှာများမရှိပါ။

ဂလိုဘယ် ဖိုင်သုံးစွဲမှု

အောက်ပါ အခြားဝီကီများတွင် ဤဖိုင်ကို အသုံးပြုထားသည်-