Skip to content

lixx21/Image_Processing_HighPassFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Image_Processing_HighPassFilter

High Pass Filter take the high frequency and ignore the low frequency

High Pass Filter can be use to sharpening an image, or make a edge detection.

Characteristic of High Pass Filter is, the elements of the kernel matrix are negative, zero , and positive. Sum of all the elements are 0 (zero).

Original Image

Screenshot 2021-12-27 131308

Convert to Gray Scale Image

Screenshot 2021-12-27 131246

Apply High Pass Filter to Image

Screenshot 2021-12-27 131319

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages