Skip to content

Kachow2323/digital-image-processing-sudoku-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Feature Detection Practice: Image Derivatives and Pixel Gradients

Explore how image derivatives measure pixel intensity changes to identify features using OpenCV. Covers both first-order (Sobel) and second-order (Laplacian) derivative edge detection methods.

Highlights

  • Sobel Operator - Calculate maximum magnitude of the image gradient in the X and Y directions to find horizontal and vertical edges.
  • Laplacian Operator - Finds zero_crossing points to detect edges.

About

Explore how image derivatives measure pixel intensity changes to identify features using OpenCV. Covers both first-order (Sobel) and second-order (Laplacian) derivative edge detection methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors