Line 2: Line 2:
 
<center>[[User:Green26|(alec green)]]</center>
 
<center>[[User:Green26|(alec green)]]</center>
  
Images implicitly demonstrating how humans vision system perceives different ways of interlacing two distinct images.  Note that 'complete' images are likely aliased due to your internet browser, so I posted a zoomed in version of each that hopefully isn't aliased too bad.  You can observe this alias on the 'complete' images by zooming in and out with your browser (usually ctrl+mouse_scroll).  OpenCV was used to access images at pixel level.
+
Images below implicitly demonstrate how humans vision system perceives different ways of blending two distinct images.  OpenCV was used to access images at pixel level.
 +
 
 +
Note that 'complete' images are likely aliased due to your internet browser, so I posted a zoomed in version for each form of image blending in the hopes that you see what kind of blending method was used.  You can observe this alias on the 'complete' images by zooming in and out with your browser (usually ctrl+mouse_scroll).
  
 
----
 
----

Revision as of 14:10, 13 February 2013

Image Blending

(alec green)

Images below implicitly demonstrate how humans vision system perceives different ways of blending two distinct images. OpenCV was used to access images at pixel level.

Note that 'complete' images are likely aliased due to your internet browser, so I posted a zoomed in version for each form of image blending in the hopes that you see what kind of blending method was used. You can observe this alias on the 'complete' images by zooming in and out with your browser (usually ctrl+mouse_scroll).


[1] :: Alternating Pixels, with Aligned Columns

Alternating columns.PNG

Alternating columns zoom.PNG


[2] :: Alternating Pixels, with Misaligned Columns

Alternating pixels.PNG

Alternating pixels zoom.PNG


[3] :: Alpha Blending

Alpha blending.PNG

Alpha blending zoom.PNG

Alumni Liaison

To all math majors: "Mathematics is a wonderfully rich subject."

Dr. Paul Garrett