Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Book.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The right place to learn everything you need to deploy and run a production Pyth
Project Source: https://github.com/makaimc/fullstackpython.github.com
Online Book Address: http://www.fullstackpython.com/

1. ThinkDSP
1. ThinkDSP
LaTeX source and Python code for Think DSP: Digital Signal Processing in Python, by Allen B. Downey.
Project Source: https://github.com/AllenDowney/ThinkDSP
Online Book Address: http://greenteapress.com/thinkdsp/
2 changes: 1 addition & 1 deletion Image.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ Image Processing SciKit
Project Source: https://github.com/scikit-image/scikit-image
Project Homepage: http://scikit-image.org/

1. imutils
1. imutils
A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
Project Source: https://github.com/jrosebr1/imutils