Friday, March 31, 2017
Different kind of Image Medical Datasets
References:
[1] Neuromorph https://datamed.org/repository_list.php
[2] http://neuroangio.org/anatomy-and-variants/anterior-cerebral-artery/
Thursday, March 23, 2017
Wednesday, March 15, 2017
OpenCV 2.4 Fix cvCreateGLCM()
Changes for cvCreateGLCM(), see [1] for more details, and [2] has code ready for recompile.
Resources/References:
[1] http://intercontineo.com/article/723743881/
[2] https://drive.google.com/open?id=0B8teK-3L4sK2Tll1Y2FyWmNCc3M
Monday, March 13, 2017
Tuesday, March 07, 2017
Saturday, March 04, 2017
Machine Learning Resources
SVM References code
[1] https://www.youtube.com/watch?v=HtdhnGp-m74
Code
[1] iris and others
http://archive.ics.uci.edu/ml/datasets.html
[2] Tutorial code for SVM/NN and DecisionTree
http://breckon.eu/toby/teaching/ml/examples/c++/handwritten_ex/
[3] Adaboost source code
https://github.com/huneng
People
[1] Sift author https://scholar.google.fr/citations?hl=en&user=PXm1lPAAAAAJ
[1] https://www.youtube.com/watch?v=HtdhnGp-m74
Code
[1] iris and others
http://archive.ics.uci.edu/ml/datasets.html
[2] Tutorial code for SVM/NN and DecisionTree
http://breckon.eu/toby/teaching/ml/examples/c++/handwritten_ex/
[3] Adaboost source code
https://github.com/huneng
People
[1] Sift author https://scholar.google.fr/citations?hl=en&user=PXm1lPAAAAAJ
Subscribe to:
Posts (Atom)
-
Resources: [1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html
-
mas plugins http://devsnippets.com/reviews/using-jquery-to-style-design-elements-20-impressive-plugins.html http://www.extjs.com/deploy/dev/...
-
Episodios: Épisode 1 : La Libertina de calidad (Le Libertin de qualité) Épisode 2 : La Apuesta de las tres cotillas (La Gageure des tr...
Python3 version alternatives and virtual environments
Solving multiple python installation: sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...