Skip to main content

Simple tools to practice with opencv on VScode in place of Jupyter Notebooks.

Project description

cover of sottopoco_vscode python package

sottopoco is a simple python package containing objects which are useful to practice with python opencv on VScode.

Generally, it is preferable to use Jupiter Notebook to practice with opencv. This is because JN allows easy ways to manage and display images. But in case one wants to do the practice with VScode instead of JN, here comes this package.

The objects in this package are grouped into different categories:

  • loaders: They load an image and directly apply some transformation (recoloring, resizing).
  • converters: They convert an image from a format to another ( objects handled by matplotlib.pyplot.plot() into objects handled by cv2.imread() )
  • painters: They allow to paint many images at once, save time in defining windows names, setting the conditions to close the windows, etc.

Please note that the function 'cyclical_drawing' might be very CPU and RAM consuming, and should be used only to display images we want to 'real-time' draw on.

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

sottopoco_vscode-0.0.3.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

sottopoco_vscode-0.0.3-py3-none-any.whl (5.8 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