From 1585741ddebf74f3828cd8ded360433716692909 Mon Sep 17 00:00:00 2001 From: Adrian Rosebrock Date: Sun, 11 Jan 2015 15:05:40 -0500 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f3b9e2 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# imutils +A series of convenience functions to make basic image processing functions such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.