GitXplorerGitXplorer
l

imgprocalgs

public
20 stars
9 forks
6 issues

Commits

List of commits on branch master.
Verified
8bb0350bd58bdb38e7716eade8a58a8898f38e48

Merge pull request #16 from L3str4nge/dependabot/pip/pillow-9.3.0

ll3str4nge committed 2 years ago
Verified
31accd8f10317e5e33aeabbee824a73ea6afcfc3

Bump pillow from 9.0.1 to 9.3.0

ddependabot[bot] committed 2 years ago
Verified
b4b25744dfc708c2c372b022874a7837e7a15717

Merge pull request #14 from s39674/master

ll3str4nge committed 2 years ago
Unverified
62b780ee62b577f7bf1f61ce8ec05118e6e1e0c0

New algorithms: Template_matching and GeneralContours

ss39674 committed 3 years ago
Verified
6ac49a4beb6a1ea7e5c59c4ff7f9b7153cd9b7d1

Merge pull request #13 from yassinebebba/master

ll3str4nge committed 3 years ago
Unverified
d115c470c9ea28a6498f6a65c96a13ae6db983c9

fix(tilt_shift.py): --sharpen_area_size accept list values; closes #12

yyassinebebba committed 3 years ago

README

The README file for this repository.

ImageProcessingAlgorithms

Collection of common image processing algorithms. This project aims to learn digital image processing algorithms by coding them from scratch in Python >= 3.6. Small Flask application is used to generate output in website to see algorithm result.

Travis-CI is used for CI/CD environment.

Implemented so far:

Installation
git clone https://github.com/mateuszz0000/imgprocalgs
pip install -U imgprocalgs/
Usage

Different entry point is prepared for each type of algorithm:

imgprocalgs-sepia <OPTIONS>
imgprocalgs-tiltshift <OPTIONS>
imgprocalgs-dithering <OPTIONS>
imgprocalgs-negative <OPTIONS>
imgprocalgs-color-accent <OPTIONS>
Example

Contribution

Read our Contribution Guidelines before you contribute.