معرفی شرکت ها


ease-image-processing-0.0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A wrapper of scikit image for ease of use
ویژگی مقدار
سیستم عامل -
نام فایل ease-image-processing-0.0.4
نام ease-image-processing
نسخه کتابخانه 0.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده =?utf-8?q?V=C3=ADtor_Pereira?=
ایمیل نویسنده vitorpereira3115@gmail.com
آدرس صفحه اصلی https://github.com/VitorBSP/ease-image-processing
آدرس اینترنتی https://pypi.org/project/ease-image-processing/
مجوز -
# ease-image-processing ## Description. The package ease-image-processing is used to wrapper some functions of scikit image for ease of use, so the package features are: - Structure: - Histogram matching - Structural similarity - Resize image - Drawing the image - Utils: - Read image - Save image - Plot image But the main goal of this project is to learn the main structures of a python package. ## Installation Use the package manager [pip](https://pip.pypa.io/en/stable/) to install ease-image-processing ```bash pip install ease-image-processing ``` ## Usage ```python #Import libs and images: from easeimage.structure import combination, transformation from easeimage.utils import io, graphics barca = io.read_image('image/barcelona.png') real = io.read_image('image/real.png') inter = io.read_image('image/inter.jpg') # Combining Barcelona and Real Madrid symbols: real_barca = combination.transfer_histogram(real, barca) # Showing the combined symbol: graphics.plot_image(real_barca) graphics.plot_result(real, barca, real_barca) graphics.plot_histogram(real_barca) # Drawing Real symbol: draw_inter = transformation.image_to_draw(inter) graphics.plot_image(draw_inter) ``` ## Add content - [Setuptools documentation](https://setuptools.readthedocs.io/en/latest/setuptools.html) - [Automated tests](https://docs.pytest.org/en/latest/goodpractices.html) - [Use of Tox](https://tox.readthedocs.io/en/latest/) Tox is for use automated tests in differents versions of Python. ## Author Vitor Pereira ## License [MIT](https://choosealicense.com/licenses/mit/)


نیازمندی

مقدار نام
- matplotlib
- seaborn
- numpy
>=0.16.1 scikit-image


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl ease-image-processing-0.0.4:

    pip install ease-image-processing-0.0.4.whl


نصب پکیج tar.gz ease-image-processing-0.0.4:

    pip install ease-image-processing-0.0.4.tar.gz