Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghaiszaher/image-processing-lab

Histogram Equalization - Dilation - Erosion - Opening - Closing - Fourier Transform & Filters - Edge Detection using Laplace Operator - Hough Lines - Discrete Tomography
https://github.com/ghaiszaher/image-processing-lab

Last synced: 27 days ago
JSON representation

Histogram Equalization - Dilation - Erosion - Opening - Closing - Fourier Transform & Filters - Edge Detection using Laplace Operator - Hough Lines - Discrete Tomography

Awesome Lists containing this project

README

        

# Image Processing Lab
Contains the implementations of:
* Histogram Equalization
* Dilation, Erosion, Opening and Closing
* Fourier Transform & Filters
* Edge Detection using Laplace Operator
* Hough Lines using Cartesian line equation (y=mx+b)
* Hough Lines using Polar coordinates (rho, theta)
* N-Queens problem: Backtracking solution
* Discrete Tomography: Reconstructing an image from its horizontal and vertical projections using a Backtracking algorithm

## Requirements
* Python3
* Jupyter Notebook
* Opencv2 & Numpy
* Matplotlib