Skip to content

Commit

Permalink
Cleaned up repo a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosebr1 committed Feb 1, 2015
1 parent c65c448 commit c818283
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
imutils/.DS_Store
.DS_Store
MANIFEST
dist
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 *(t<sub>x</sub>, t<sub>y</sub>)* to construct the translation matrix *M*:
Expand Down
Binary file removed imutils/.DS_Store
Binary file not shown.

0 comments on commit c818283

Please sign in to comment.