diff --git a/.gitignore b/.gitignore index e43b0f9..f1de5fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ +imutils/.DS_Store .DS_Store +MANIFEST +dist diff --git a/README.md b/README.md index f09871f..6862a68 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A series of convenience functions to make basic image processing functions such For more information, along with a detailed code review check out the following posts on the [PyImageSearch.com](http://www.pyimagesearch.com) blog: -- *Links to be added soon* +- [http://www.pyimagesearch.com/2015/02/02/just-open-sourced-personal-imutils-package-series-opencv-convenience-functions/](http://www.pyimagesearch.com/2015/02/02/just-open-sourced-personal-imutils-package-series-opencv-convenience-functions/) ## Translation Translation is the shifting of an image in either the *x* or *y* direction. To translate an image in OpenCV you would need to supply the *(x, y)*-shift, denoted as *(tx, ty)* to construct the translation matrix *M*: diff --git a/imutils/.DS_Store b/imutils/.DS_Store deleted file mode 100644 index 171f4b9..0000000 Binary files a/imutils/.DS_Store and /dev/null differ