Line 1: | Line 1: | ||
+ | ==<center>Image Blending</center>== | ||
+ | <center>[[User:Green26|(alec green)]]</center> | ||
+ | |||
+ | Images implicitly demonstrating how humans vision system perceives different ways of interlacing two distinct images. Pictures are displayed at full resolution here to avoid aliasing effects due to internet browser. OpenCV used to access images at pixel level. | ||
+ | |||
+ | ---- | ||
+ | ==[1] :: Alternating Pixels, with Aligned Columns== | ||
+ | |||
[[image:Alternating_columns.PNG]] | [[image:Alternating_columns.PNG]] | ||
+ | |||
[[image:Alternating_columns_zoom.PNG]] | [[image:Alternating_columns_zoom.PNG]] | ||
+ | ---- | ||
+ | ==[2] :: Alternating Pixels, with Misaligned Columns== | ||
[[image:Alternating_pixels.PNG]] | [[image:Alternating_pixels.PNG]] | ||
+ | |||
[[image:Alternating_pixels_zoom.PNG]] | [[image:Alternating_pixels_zoom.PNG]] | ||
+ | ---- | ||
+ | ==[3] :: Alpha Blending== | ||
[[image:Alpha_blending.PNG]] | [[image:Alpha_blending.PNG]] | ||
+ | |||
[[image:Alpha_blending_zoom.PNG]] | [[image:Alpha_blending_zoom.PNG]] |
Revision as of 13:04, 13 February 2013
Contents
Image Blending
Images implicitly demonstrating how humans vision system perceives different ways of interlacing two distinct images. Pictures are displayed at full resolution here to avoid aliasing effects due to internet browser. OpenCV used to access images at pixel level.