Skip to content

Image processing is analysis and manipulation of a digitised image, in order to improve its quality using mathematical operations by using any form of signal processing for which input is an image, such as photograph or video frame; the output of image processing may be either an image or set of characteristics or parameters related to the image…

Notifications You must be signed in to change notification settings

Gulam-Kibria-GK/Image-Processing

Repository files navigation

Thresholding

The simplest thresholding methods replace each pixel in an image with a black pixel if the image intensity {\displaystyle I_{i,j}}I_{{i,j}} is less than some fixed constant T (that is, {\displaystyle I_{i,j}<T}I_{{i,j}}<T), or a white pixel if the image intensity is greater than that constant. In the example image on the right, this results in the dark tree becoming completely black, and the white snow becoming completely white

Otsu thresholding

Otsu's method is used to perform automatic image thresholding.In the simplest form, the algorithm returns a single intensity threshold that separate pixels into two classes, foreground and background.

Niblack thresholding

This is an implementation of a traditional Niblack local image thresholding with an integral image method, which guarantees constant computation time regardless of the neighborhood size.

Sauvola thresholding

The implemented Sauvola method uses integral images for fast computation of the threshold function.

Clean Image adding Noise(image)

images

Clean Image

Noise

Clean image adding Noise(image)

Image_Crop_and_Reconstructed

images

full Image

part(crop) image

Reconstructed image

===============================================
Gulam Kibria Chowdhury
CSE Graduate || Competitive Programmer
Sylhet, Bangladesh
Gmail: gkchowdhury101@gmail.com
===============================================

About

Image processing is analysis and manipulation of a digitised image, in order to improve its quality using mathematical operations by using any form of signal processing for which input is an image, such as photograph or video frame; the output of image processing may be either an image or set of characteristics or parameters related to the image…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages