fancybbox


Namefancybbox JSON
Version 0.0.12 PyPI version JSON
download
home_pagehttps://github.com/Vprashant/fancybbox
SummaryFancy Bounding Box - Rectangle for Object Detection
upload_time2023-04-29 04:31:18
maintainer
docs_urlNone
authorPrashant Verma
requires_python
license
keywords python image processing bbox bbox regtangle fancy rectangle bounding box
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Fancybbox
[![PyPi version](https://img.shields.io/pypi/v/fancybbox)](https://pypi.org/project/fancybbox/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A package that allows to build Lib is a package that enables users to create visually appealing bounding boxes for object detection in image processing deep learning projects.  
With a current version of 0.0.10, the package is constantly being updated and improved. The package offers a variety of features, including the ability to customize the appearance of bounding boxes with different colors, line widths, and styles. 
Additionally, it provides users with the flexibility to adjust the size and shape of the bounding boxes to meet their specific needs.'


Developed by Prashant Verma (c) 2023

This project still very much experimental and may change significantly. 

## Install
Install with all dependencies:

```bash
pip install fancybbox
```

## Examples of How To Use (Alpha Version)

Creating A Sample detection function

```python
import cv2
from fancy_bbox import FancyBox

# Load an image
image = cv2.imread("images/img_1.jpg")

# Detect an object and get its bounding box coordinates
x, y, w, h = [100, 100, 200, 200]

# Create a FancyBox object and draw it on the image
fancy_box = FancyBox(x, y, w, h, border_thickness=1, border_color=(0, 255, 0))
image_with_box = fancy_box.target_angle_bbox(image)


# Display the image with the box
cv2.imshow("Fancy Box Example", image_with_box)
cv2.waitKey(0)
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Vprashant/fancybbox",
    "name": "fancybbox",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,image processing,bbox,bbox regtangle,fancy rectangle,bounding box",
    "author": "Prashant Verma",
    "author_email": "prashant27050@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d0/57/7d08d168e3e053e35859d68e5e681bd73cef3144ebfb62cd092e57a52816/fancybbox-0.0.12.tar.gz",
    "platform": null,
    "description": "# Fancybbox\n[![PyPi version](https://img.shields.io/pypi/v/fancybbox)](https://pypi.org/project/fancybbox/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nA package that allows to build Lib is a package that enables users to create visually appealing bounding boxes for object detection in image processing deep learning projects.  \nWith a current version of 0.0.10, the package is constantly being updated and improved. The package offers a variety of features, including the ability to customize the appearance of bounding boxes with different colors, line widths, and styles. \nAdditionally, it provides users with the flexibility to adjust the size and shape of the bounding boxes to meet their specific needs.'\n\n\nDeveloped by Prashant Verma (c) 2023\n\nThis project still very much experimental and may change significantly. \n\n## Install\nInstall with all dependencies:\n\n```bash\npip install fancybbox\n```\n\n## Examples of How To Use (Alpha Version)\n\nCreating A Sample detection function\n\n```python\nimport cv2\nfrom fancy_bbox import FancyBox\n\n# Load an image\nimage = cv2.imread(\"images/img_1.jpg\")\n\n# Detect an object and get its bounding box coordinates\nx, y, w, h = [100, 100, 200, 200]\n\n# Create a FancyBox object and draw it on the image\nfancy_box = FancyBox(x, y, w, h, border_thickness=1, border_color=(0, 255, 0))\nimage_with_box = fancy_box.target_angle_bbox(image)\n\n\n# Display the image with the box\ncv2.imshow(\"Fancy Box Example\", image_with_box)\ncv2.waitKey(0)\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Fancy Bounding Box - Rectangle for Object Detection",
    "version": "0.0.12",
    "project_urls": {
        "Homepage": "https://github.com/Vprashant/fancybbox"
    },
    "split_keywords": [
        "python",
        "image processing",
        "bbox",
        "bbox regtangle",
        "fancy rectangle",
        "bounding box"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19bd0046f25cfd77400b91f1d14be624709d6b915c1e70f3263d33b7435ee55a",
                "md5": "b0a855dcfb1cb4733718219636e42fd6",
                "sha256": "3f527d0b79f765e603408191011eb96cd8d953caa7db844ed2b0a0177dd1b2d3"
            },
            "downloads": -1,
            "filename": "fancybbox-0.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0a855dcfb1cb4733718219636e42fd6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4634,
            "upload_time": "2023-04-29T04:31:16",
            "upload_time_iso_8601": "2023-04-29T04:31:16.529253Z",
            "url": "https://files.pythonhosted.org/packages/19/bd/0046f25cfd77400b91f1d14be624709d6b915c1e70f3263d33b7435ee55a/fancybbox-0.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0577d08d168e3e053e35859d68e5e681bd73cef3144ebfb62cd092e57a52816",
                "md5": "5d61427e0e0a5f34cd77522960bf87a4",
                "sha256": "ce55565b028ae93ecaaa0fab1ebb02385d25a774c9f95957014fdfaf6e50be16"
            },
            "downloads": -1,
            "filename": "fancybbox-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "5d61427e0e0a5f34cd77522960bf87a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4359,
            "upload_time": "2023-04-29T04:31:18",
            "upload_time_iso_8601": "2023-04-29T04:31:18.618473Z",
            "url": "https://files.pythonhosted.org/packages/d0/57/7d08d168e3e053e35859d68e5e681bd73cef3144ebfb62cd092e57a52816/fancybbox-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-29 04:31:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Vprashant",
    "github_project": "fancybbox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fancybbox"
}
        
Elapsed time: 0.06256s