Computer Vision Notes

Home

❯

computer vision

❯

ComputerVision101_Week1_AlphaBlending

ComputerVision101_Week1_AlphaBlending

Apr 02, 20261 min read

  • university
  • computervision
  • week1
  • theory

university computervision week1 theory

Alpha Blending

Source:

  • CV101_LectureNotes1b

Alpha blending computes a weighted average of two images:

hα​=(1−α)f+αg

Interpretation:

  • \alpha = 0 gives only f
  • \alpha = 1 gives only g
  • values in between smoothly mix the two images

Graph View

Backlinks

  • ComputerVision101_Theory_Week1
  • ComputerVision101_Week1_LocalOperators

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community