xahacc / image-processing-from-scratch

This project contains some interesting image processing algorithms that were wrote in python from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image processing from scratch

All codes were wrote in python2.7 or c++

moudles you may need: python: numpy for matix calculation matplotlib for reading and showing images opencv2 for some image operations c++: opencv2

Have fun.

About

This project contains some interesting image processing algorithms that were wrote in python from scratch.

License:MIT License


Languages

Language:Python 82.2%Language:C++ 17.8%