Skip to main content

tools for image conversion

Project description

vision_stuff

Tools for image conversion, which seems to be useful, at least for me.

Info

Collection of functions for convertion images with python opencv. For now one useful function is shrink_image and its derivative shrink_and_store_images_dir. It let us to shrink image(s), to specified size. Useful, when we have a couple of different shape images and want all of them to be e.g. 640x640.

Install

.. code-block:: python

pip install vision_stuff

Usage from python

.. code-block:: python

from vision_stuff import shrink_image

# example
img = cv2.imread('image_to_be_shrinked.png', 1)
out = shrink_image(img, 400, 400)
cv2.imwrite('out.png', out)

.. code-block:: python

from vision_stuff import shrink_and_store_images_dir

directory = 'different_shape_images'
shrink_and_store_images_dir(directory, width=640, height=640, resize=True)
# it convert images and store them into new directory named (directory + "_converted")

Example of "shrink_image" function

.. image:: examples/shrink_example.png

Example of "roll_layers" function

.. image:: examples/roll_layers_example.jpg

Example of "gradient_image" function

.. image:: examples/gradient.png

Example of "margin" function

.. image:: examples/margin.png

Todo status

03.06.2020, todo:

- add command line tools

- add more useful function/classes

02.08.2020, info:

- shrink_image fixed (it was bug in previous version :))

- roll_layers function added

- gradient_image function added

- margin function added

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

vision_stuff-0.1.3-py2.py3-none-any.whl (6.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file vision_stuff-0.1.3-py2.py3-none-any.whl.

File metadata

  • Download URL: vision_stuff-0.1.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for vision_stuff-0.1.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2b772bb1ad269c1f73c1c3e9b41c6ff4b1f9028fb322c52dc375742cca460709
MD5 4453e665826de54ebe25536c981fe625
BLAKE2b-256 ac2c1c2702bbbce54819f090d8596398ca3cffe29f57cafd718fe36dd65ca993

See more details on using hashes here.

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