sottopoco-vscode


Namesottopoco-vscode JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummarySimple tools to practice with opencv on VScode in place of Jupyter Notebooks.
upload_time2023-08-27 19:00:16
maintainer
docs_urlNone
authortms1991
requires_python
license
keywords opencv vscode
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

<div style="text-align:center">
	<img src="https://raw.githubusercontent.com/tommasosansone91/sottopoco_vscode/main/images/sottopoco_vscode1.png" style="width:100%;" align="middle" alt="cover of sottopoco_vscode python package" >
</div>

<br>

The objects in this package 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.

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

The objects in this package are classified into different categories:

- loaders:       They load an image and directly apply some transformation (recoloring, resizing).<br>
- 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.   




            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sottopoco-vscode",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "opencv,vscode",
    "author": "tms1991",
    "author_email": "<youremail@email.com>",
    "download_url": "https://files.pythonhosted.org/packages/c6/f3/53ab994755327d7637f260e5851682bca1f69be59f13738d372943da3a5d/sottopoco_vscode-0.0.2.tar.gz",
    "platform": null,
    "description": "\n\n<div style=\"text-align:center\">\n\t<img src=\"https://raw.githubusercontent.com/tommasosansone91/sottopoco_vscode/main/images/sottopoco_vscode1.png\" style=\"width:100%;\" align=\"middle\" alt=\"cover of sottopoco_vscode python package\" >\n</div>\n\n<br>\n\nThe objects in this package are useful to practice with python opencv on VScode.\n\nGenerally, it is preferable to use Jupiter Notebook to practice with opencv.\nThis is because JN allows easy ways to manage and display images.\nBut in case one wants to do the practice with VScode instead of JN, here comes this package.\n\nPlease note that the function 'cyclical_drawing' might be very CPU and RAM consuming, and should be used only to display an image we want to 'real-time' draw on it.\n\nThe objects in this package are classified into different categories:\n\n- loaders:       They load an image and directly apply some transformation (recoloring, resizing).<br>\n- converters:    They convert an image from a format to another ( objects handled by matplotlib.pyplot.plot() into objects handled by cv2.imread() )\n- painters:      They allow to paint many images at once, save time in defining windows names, setting the conditions to close the windows, etc.   \n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simple tools to practice with opencv on VScode in place of Jupyter Notebooks.",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "opencv",
        "vscode"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efd2aecc3fcb12a6916146f1a4c0bf484294781f6b831dd61b5e81632e0d50d1",
                "md5": "3152c1e95b10186d47abd68957de7745",
                "sha256": "a78f4b35da0f6b91283e6af47974e024df55a4b56321f8fb5a8c3c76d5667ed8"
            },
            "downloads": -1,
            "filename": "sottopoco_vscode-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3152c1e95b10186d47abd68957de7745",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5731,
            "upload_time": "2023-08-27T19:00:15",
            "upload_time_iso_8601": "2023-08-27T19:00:15.012737Z",
            "url": "https://files.pythonhosted.org/packages/ef/d2/aecc3fcb12a6916146f1a4c0bf484294781f6b831dd61b5e81632e0d50d1/sottopoco_vscode-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6f353ab994755327d7637f260e5851682bca1f69be59f13738d372943da3a5d",
                "md5": "0242f10daf26dace8ada3d8d17aa99a1",
                "sha256": "36b436c38e122d4a9f871907b133c716340d20461c1724218501058befe5862e"
            },
            "downloads": -1,
            "filename": "sottopoco_vscode-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0242f10daf26dace8ada3d8d17aa99a1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4827,
            "upload_time": "2023-08-27T19:00:16",
            "upload_time_iso_8601": "2023-08-27T19:00:16.130612Z",
            "url": "https://files.pythonhosted.org/packages/c6/f3/53ab994755327d7637f260e5851682bca1f69be59f13738d372943da3a5d/sottopoco_vscode-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-27 19:00:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sottopoco-vscode"
}
        
Elapsed time: 0.10727s