yogeshgajjar / image-processing-algorithms

This repository contains important image processing algorithms from scratch

Repository from Github https://github.comyogeshgajjar/image-processing-algorithmsRepository from Github https://github.comyogeshgajjar/image-processing-algorithms

Image Processing Algorithms

Important image processing algorithms from scratch in C++

The algorithms include,

  • Digital Half Toning

    • Dithering
    • Error diffusion
    • Color half-toning
  • Edge Detection

    • Sobel detector
    • Canny detector
  • Geometric Image Modification

    • Image warping
    • Image stitching
  • Morphological Processing

    • Defect detection
    • Morphological process
    • PCB analysis
    • Counting objects
  • Texture Classification & Segmentation

    • Texture classification
    • Texture segmentation
    • Advanced texture segmentation

About

This repository contains important image processing algorithms from scratch

License:GNU General Public License v3.0


Languages

Language:C++ 92.6%Language:Makefile 2.6%Language:MATLAB 2.4%Language:Shell 1.9%Language:Python 0.5%