Tiedosto:BicubicInterpolationExample.png

Wikipediasta
Siirry navigaatioon Siirry hakuun

Alkuperäinen tiedosto(1 976 × 1 540 kuvapistettä, 65 KiB, MIME-tyyppi: image/png)

Yhteenveto

Kuvaus Illustration of en:Bicubic interpolation on a dataset. Compare with Image:Nearest2DInterpolExample.png and Image:BilinearInterpolExample.png, they share the dataset.
Päiväys Tuntematon päiväys
Unknown date
Lähde self-made in en:Matlab
Tekijä Berland

Matlab code

[Xcoarse, Ycoarse] = meshgrid([0 1 2 3], [0 1 2 3]);
[Xfine, Yfine] = meshgrid(linspace(0,3,3000), linspace(0,3,3000));
DataCoarse = [ 1 2 4 1; ...
               6 3 5 2; ...
               4 2 1 5; ...
               5 4 2 3];
DataBicubicFine  = interp2(Xcoarse, Ycoarse, DataCoarse, Xfine, Yfine, 'bicubic');
figure
surf(Xfine, Yfine, DataBicubicFine); shading flat; colormap(jet); view(0, 90)
hold on; plot3(Xcoarse, Ycoarse, 10*ones(size(Xcoarse)), 'k.', 'MarkerSize', 20)
colorbar
print -dpng -r300 BicubicInterpolationExample.png 

The files have been cropped in gimp to remove the empty Matlab border.

NOTE: Bicubic interpolation has the feature that it does not necessarily respect the initial data-interval. In this example:

>> max(max(DataBicubicFine))
ans =
    6.0701
>> min(min(DataBicubicFine)) 
ans =
    0.6882

whereas the input data has minimum 1 and maximum 6.

Lisenssi

Public domain Tämän teoksen tekijä, I, Berland, on julkaissut sen public domainiin. Tämä on voimassa maailmanlaajuisesti.
Joissain maissa laki ei mahdollista tätä. Mikäli näin on:
I, Berland myöntää kaikille oikeuden käyttää tätä teosta mihin tahansa tarkoitukseen ilman minkäänlaisia ehtoja, ellei laki vaadi ehtojen asettamista.

Kuvatekstit

Lisää yhden rivin pituinen kuvaus tästä tiedostosta

Kohteet, joita tässä tiedostossa esitetään

esittää

image/png

526919bf5dd5b46bd16c4dfc964923e5655d3d6b

67 053 tavu

1 540 pikseli

1 976 pikseli

Tiedoston historia

Päiväystä napsauttamalla näet, millainen tiedosto oli kyseisellä hetkellä.

PäiväysPienoiskuvaKokoKäyttäjäKommentti
nykyinen3. kesäkuuta 2010 kello 20.46Pienoiskuva 3. kesäkuuta 2010 kello 20.46 tallennetusta versiosta1 976 × 1 540 (65 KiB)AiyizoLoslessly converted to 98 color mode.
17. kesäkuuta 2008 kello 11.30Pienoiskuva 17. kesäkuuta 2008 kello 11.30 tallennetusta versiosta1 976 × 1 540 (119 KiB)Berlandsame picture with finer details
16. kesäkuuta 2008 kello 12.34Pienoiskuva 16. kesäkuuta 2008 kello 12.34 tallennetusta versiosta1 322 × 1 042 (33 KiB)Berland
9. kesäkuuta 2008 kello 13.56Pienoiskuva 9. kesäkuuta 2008 kello 13.56 tallennetusta versiosta1 308 × 1 042 (33 KiB)BerlandReverted to version as of 10:47, 21 June 2007. Mismatch between text and image
9. kesäkuuta 2008 kello 11.09Pienoiskuva 9. kesäkuuta 2008 kello 11.09 tallennetusta versiosta1 024 × 1 024 (211 KiB)Ti chrisBicubic image stretch of a 4x4 pixel grid Category:Image processing Category:Image processing
21. kesäkuuta 2007 kello 13.47Pienoiskuva 21. kesäkuuta 2007 kello 13.47 tallennetusta versiosta1 308 × 1 042 (33 KiB)Berland== Summary == {{Information |Description=Illustration of en:Bicubic interpolation on a dataset. Compare with Image:Nearest2DInterpolExample.png and Image:BilinearInterpolExample.png, they share the dataset. |Source=self-made in [[:en:Matlab
20. kesäkuuta 2007 kello 00.27Pienoiskuva 20. kesäkuuta 2007 kello 00.27 tallennetusta versiosta1 032 × 889 (19 KiB)Berland == Summary == {{Information |Description=Illustration of en:Bicubic interpolation on a dataset. Compare with Nearest2DInterpolExample.png and BicubicInterpolationExample.png, they share the dataset.. |Source=self-made in en:Matlab |Date

Tätä tiedostoa ei käytetä millään sivulla.

Tiedoston järjestelmänlaajuinen käyttö

Seuraavat muut wikit käyttävät tätä tiedostoa: