computer-vision

Machine Learning utilities to make your Project Development Life easier


License
MIT
Install
pip install computer-vision==0.0.6

Documentation

Welcome to Computer Vision Pip Package Docs

Installation

  • pip install computer-vision

For full documentation visit https://github.com/nishgaba-ai/computer-vision/blob/master/docs/index.md.

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.