Skip to content

My own computer vision library to make life easier

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

simbaTmotsi/eye-vision

Repository files navigation

Eye Vision

Downloads License: MIT Python 3 PyPI version Updates Code Climate Documentation
Eye Vision provides a simple but powerful python library for Computer Vision. It uses well know libraries like OpenCv and Matplotlib. Typical usage often looks like this:

import ziso
from ziso import read
from ziso import view

# to read the image in the rgb color scale
file = read.rgb("test.jpg")
# to view the image
view.im(file)

# to view the easter egg in the library
from ziso import zen

Speed

Your favourite libraries compressed:

  • OpenCV

  • Matplotlib

  • etc

Note:

Things to expect and know:

  1. Easy implementation

  2. Rapid Scalability

  3. Portability

Read the Docs:-> Urls are https://eye-vision.readthedocs.io
Eye-vision webpage:-> https://simbatmotsi.github.io/eye-vision/
Personal webpage:-> http://bit.ly/simbatmotsi

About

My own computer vision library to make life easier

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages