From d56c7f629c9ae1ce3010dec5a453e7bd6710705d Mon Sep 17 00:00:00 2001 From: Dayvid Victor Date: Tue, 1 Jul 2014 15:35:11 -0300 Subject: [PATCH] added scikit-image and scikit-video --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e1b0c2c..cd4c5530 100644 --- a/README.md +++ b/README.md @@ -538,6 +538,8 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [PyDy](https://pydy.org/) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion based around NumPy, SciPy, IPython, and matplotlib. * [SymPy](https://github.com/sympy/sympy) - A Python library for symbolic mathematics. * [statsmodels](https://github.com/statsmodels/statsmodels) - Statistical modeling and econometrics in Python. +* [scikit-image](http://scikit-image.org/) - A collection of algorithms for image processing. +* [scikit-video](https://github.com/aizvorski/scikit-video) - Video processing routines for SciPy. ## Data Visualization