Skip to main content

A wrapper of scikit image for ease of use

Project description

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 to install ease-image-processing

pip install ease-image-processing

Usage

#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

Tox is for use automated tests in differents versions of Python.

Author

Vitor Pereira

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ease-image-processing-0.0.4.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

ease_image_processing-0.0.4-py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page