GithubHelp home page GithubHelp logo

mohsenmahmoodzadeh / image-processing-basic-methods Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 98.74 MB

A set of implementations of image processing and feature extraction algorithms with OpenCV

Jupyter Notebook 100.00%
image-processing digital-image-processing sift surf wavelet fourier fourier-transform spatial-filtering filters color feature-extraction computer-vision opencv

image-processing-basic-methods's Introduction

Fundamentals of Computer Vision

This project is developed in Python + OpenCV for implementing some techinques of image processing and feature extraction algorithms.

Outline

  • Geometric Transformations(e.g. rotation, image stitching)
  • Histogram Equalization
  • Interpolation
  • Image Adjusting
  • Histogram Equalization
  • Local Histogram Equalization(LHE)
  • Box Filter
  • Median Filter
  • Noises(e.g. salt-and-pepper, gaussian)
  • Sharpening, Blurring and Noise Removal
  • Edge Detection(first-order difference, robert, sobel)
  • Unsharp Masking
  • Discrete Fourier Transform(DFT)
  • Separable Filters
  • Filtering
  • Color Spaces(e.g. RGB, HSI)
  • Quantization
  • Clustering
  • Discrete Wavelet Transform(DWT)
  • Multi-level DWT
  • Approximation & Prediction Residual Pyramids
  • Denoising with Wavelet
  • Estimate Geometry
  • Corner Detection(with Harris algorithm)

Environment

  • Python: 3.9
  • OpenCV: 4.5
  • Numpy: 1.22
  • Pandas: 1.3
  • Matplotlib: 3.4
  • Scikit-image: 0.18
  • PyWavelets: 1.2

Setup Guide

  • Clone the repository:
git clone https://github.com/mohsenMahmoodzadeh/image-processing-basic-methods.git
  • Set up Git-LFS:
# install the package
apt-get install git-lfs

# initialize it on the project
git lfs install

# modify the git config not to download large files at first 
git config --global filter.lfs.smudge "git-lfs smudge --skip -- %f"
git config --global filter.lfs.process "git-lfs filter-process --skip"

# pull the large files into the project
git lfs pull
  • Create a virtual environment (to avoid conflicts):
virtualenv -p python3.9 fcv

# this may vary depending on your shell
. fcv/bin/activate

Install the dependencies:

pip install -r requirements.txt

If you want to work on jupyter notebook, you may need to set up a kernel on your virtual environment to make sure all your modules execute correctly.

python -m ipykernel install --name fcvkernel

# Now you get a kernel named `fcvkernel` in your jupyter notebook

Future Works

Contributing

Fixes and improvements are more than welcome, so raise an issue or send a PR!

image-processing-basic-methods's People

Contributors

mohsenmahmoodzadeh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.