Skip to content

Implementation of various image processing techniques using python.

Notifications You must be signed in to change notification settings

aman-garg0001/Digital-Image-Processing

Repository files navigation

Digital-Image-Processing

Implementation of various image processing techniques using python.

AM and GM Filters

Implementation of Arithmetic Mean and Geometric Mean filters and then convolving those filters with the image for smoothing it.

Graham's Scan Algorithm

Implementation of graham's scan algorithm for finding convex hull of finite set of points with time complexity of O(nlog(n)).

OSTU's Thresholding

Implementation of OSTU's thresholding algorithm to find a threshold value for thresholding an image.

DIP Implementations

Contains implementation of Contrast Stretching, Histogram Equalization, Low pass and High pass filters, Bit Plane Slicing, Laplacian, Sobel, Prewitt Filters.

About

Implementation of various image processing techniques using python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published