Computer Vision Notes

Home

❯

computer vision

❯

ComputerVision101_Week1_Thresholding

ComputerVision101_Week1_Thresholding

Apr 02, 20261 min read

  • university
  • computervision
  • week1
  • theory

university computervision week1 theory

Thresholding

Source:

  • CV101_LectureNotes1b

Thresholding turns a grayscale image into a binary image:

g=[f>thresh]

So each output pixel is:

  • 1 if its input value is above the threshold
  • 0 otherwise

This is a basic segmentation method.


Graph View

Backlinks

  • ComputerVision101_Theory_Week1
  • ComputerVision101_Week1_LocalOperators

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community