Skip to main content

Machine Learning utilities to make your Project Development Life easier

Project description

Welcome to Computer Vision Pip Package Docs

For full documentation visit mkdocs.org.

Modules

  • 'loadImage'
    as_bgr() # Loads Imge as CV2 BGR format (numpy array as of OpenCV 4)
    as_rgb() # Loads Image as RGB format using pillow
  • 'loadVideo'
    fromCamera # Loads from camera from an external source
    fromVideo # Loads from a video path into the camera
    fromPiCamera # Loads the video source from Pi Camera

Project layout

src/
    loadImage.py    # Contains modules for Loading Images in differnet formats
    loadVideo.py    # Contains modules for Loading Video using different sources
    utils.py        # Contains modules for off the hand utilities such as Euclidean Distance, etc.
    networkRequests.py  # Contains modules for handling network requests such as GET, POST

mkdocs.yml    # The configuration file.
docs/
    .. index.md  # The documentation homepage.

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

computer-vision-0.0.6.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

computer_vision-0.0.6-py3-none-any.whl (5.1 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