Skip to content

Commit 3b2ca3d

Browse files
authored
Update README.md
1 parent b3d4d8b commit 3b2ca3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,12 @@ Embeddings - [GloVe](https://nlp.stanford.edu/projects/glove/) ([[1](https://www
205205
[Search Engine Correlation](https://arxiv.org/pdf/1107.2691.pdf)
206206

207207
#### Image Processing
208+
[Talk](https://www.youtube.com/watch?v=Y5GJmnIhvFk)
208209
[cv2](https://github.com/skvark/opencv-python) - OpenCV, classical algorithms: [Gaussian Filter](https://docs.opencv.org/3.1.0/d4/d13/tutorial_py_filtering.html), [Morphological Transformations](https://docs.opencv.org/3.0-beta/doc/py_tutorials/py_imgproc/py_morphological_ops/py_morphological_ops.html).
209210
[scikit-image](https://github.com/scikit-image/scikit-image) - Image processing.
210211
[mahotas](http://luispedro.org/software/mahotas/) - Image processing (Bioinformatics), [example](https://github.com/luispedro/python-image-tutorial/blob/master/Segmenting%20cell%20images%20(fluorescent%20microscopy).ipynb).
211212
[imagepy](https://github.com/Image-Py/imagepy) - Software package for bioimage analysis.
213+
[CellProfiler](https://github.com/CellProfiler/CellProfiler) - Biological image analysis.
212214

213215
#### Neural Networks
214216

0 commit comments

Comments
 (0)