Skip to content

AndyTsangChun/cvplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVPlus

Python Computer Vision Util

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

All dependency listed here

pip install -r requirements.txt

Key dependency version:
numpy>=1.14.2 py_util >= 0.0.0
opencv-python >= 3.4.1.15
opencv-contrib-python >= 3.4.1.15
imutils >= 0.4.5

Installing

python setup.py install

Usages

Example:

from cvplus import normalize

Built With

  • Opencv - Open Source Computer Vision Library

Change Log

Please check from here

Known Issue

N/A

Authors

License

Apache License 2.0

Acknowledgments

  • imutils - A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages