Introduction

cvbase is a miscellaneous set of tools which maybe helpful for computer vision research. It comprises the following parts.

  • IO helpers
  • Image/Video operations
  • OpenCV wrappers for python2/3 and opencv 2/3
  • Timer
  • Progress visualization
  • Plotting tools
  • Object detection utils

Try and start with

pip install cvbase

See documentation for more features and usage.