/image-processing-package

A module of digital image processing algorithms in python

Primary LanguagePython

pack-dip

A package of digital image processing algorithms in python, created to modularize the algorithms used in the discipline of digital image processing, taken in the second semester of 2021, at UNIVALI.

Installation

Use the package manager pip to install package_name

pip install pack_dip

Usage

from package_name.module1_name import file1_name
file1_name.my_function()

Author

My_name

License

MIT