説明なし

quarrying c8dc639ce5 add imread and imwrite utils 3 年 前
khandy c8dc639ce5 add imread and imwrite utils 3 年 前
.gitignore 94f2e6f723 initial commit 4 年 前
README.md 001ce4270f use khandy instead of KHandy somewhere 3 年 前
requirements.txt 92f9cb6b85 add draw_text and draw_bounding_boxes 3 年 前
setup.py c8dc639ce5 add imread and imwrite utils 3 年 前

README.md

Overview

Handy Utilities for Computer Vision

Installation

git clone https://github.com/quarrying/khandy.git
cd khandy
pip install -e .

Dependencies

  • Python 3.5+
  • NumPy 1.11+
  • OpenCV 2.0+
  • Pillow