Skip to content

Latest commit

 

History

History
62 lines (53 loc) · 1.33 KB

README.md

File metadata and controls

62 lines (53 loc) · 1.33 KB

ysImageProcessing

A simple Image Processing library developed with Modern C++.

This project is not completed yet.

How to compile and run example

 cmake .
 cmake --build .
cd examples/
./ysImageProcessing_example

TODO

  • Color
    • CMYK
    • CMY
    • LAB
  • Effect
    • Glow
    • Noise
  • Convolution
  • Image Arithmetic
    • Addition
    • Subtraction
    • Multiplication
    • Division
    • Blending
    • Bitwise AND/NAND
    • Bitwise OR/NOR
    • Bitwise XOR/XNOR
    • Bitwise NOT
    • Bitwise left/right shift
  • Morphology
  • Image Transforms
    • Distance Transform
    • Fourier Transform
    • Hough Transform
  • Improve to performance (data structures and algorithms should be improved)
  • Test

License

This project is licensed under the MIT License. See the LICENSE file for details

Created by Yusuf Sezer