i think it will be useful if we add links of informative websites related to OpenCV here.
Lets create a list together.
计划花费1个星期左右时间,将其中标红的而且能够开打的网站进行初步研究,写出调查结果。
C ++
- http://codecapsule.com/category/compu...
- OpenCV simplified for beginners by the use of examples
- http://www.learnopencv.com/
- http://web.archive.org/web/2015031423...
- MoreThanTechnical
- notes on different topics of computer vision by Jürgen Brauer
- http://www.bogotobogo.com
- http://www.shervinemami.info/openCV.html
- https://github.com/MasteringOpenCV/code
- Some good patterns to be followed in C++ API
- https://gilscvblog.wordpress.com/
- http://harismoonamkunnu.blogspot.in/
- http://study.marearts.com/p/contents-...
- http://www.jayrambhia.com
- http://computer-vision-talks.com/tags...
- http://aishack.in/tutorials/
- http://eric-yuan.me/
- http://ramsrigoutham.com/
- http://www.nithinrajs.in/category/ima...
- http://nghiaho.com/ (Where boredom, free time, and curiosity meet together)
- Using OpenCV's Test Framework (With CMake)
- http://opencv-srf.blogspot.com.tr/p/o...
- http://bytefish.de/tag/opencv/
- http://felix.abecassis.me/category/op...
PYTHON
- Nullege is a search engine for Python source code.
- Abid Rahman K's blog , maybe same content at opencv-python-tutroals
- http://www.pyimagesearch.com/
- http://www.got-blogger.com/opencvpython/
- http://opencvpython.blogspot.dk/
- http://hanzratech.in/categories/opencv/
- http://scikit-learn.org/stable/auto_e...
JAVA
ANDROID
YOUTUBE
- https://www.youtube.com/channel/UClOg... : A complete course of Computer Vision.
COMPUTER VISION
- http://www.computervisionblog.com
- Awesome Computer Vision
- Andrej Karpathy
- Reproducible Research in Computational Science
- https://msopentech.com/blog/tag/opencv/
- http://vision.ucsd.edu/~pdollar/resea...
- http://arxiv.org/list/cs.CV/recent
- https://github.com/kjw0612/awesome-de... ( thank to @berak)
- https://www.reddit.com/r/computervision/
- http://web.media.mit.edu/~roys/
- http://www.cs.berkeley.edu/~rbg/
- http://www.haralick.org/
- http://davidstutz.de/tag/computer-vis...
- VLFeat -- Vision Lab Features Library
- cvlibs.net
Other Related & Non-English Resources
- http://opencv.jp/
- http://acodigo.blogspot.com.es/p/tuto...
- http://www.aprendiendoando.com/opencv
- http://turing.iimas.unam.mx/~ivanvlad...
- http://visionlabs.cl/blog/?cat=5
- http://disparity.wikidot.com/
- http://www.tutorialspoint.com/compute...
- http://hanzratech.in/categories/opencv/
- https://github.com/isocpp/CppCoreGuid...
- http://rodrigob.github.io/
- http://www.codeproject.com/search.asp...
- Open Source Landmarking Library
- Learning, Recognition, and Surveillance
- Something More for Research - Hemprasad Badgujar
Academic Web Pages
- Computer Vision Group at RWTH Aachen University
- IPOL Journal · Image Processing On Line-Very useful journal with access to sourcecode & paper.
- Berkeley University Computer Vision page
- University of Central Florida
- Computer Vision Foundation open access
- Computer Vision Group
- Middlebury Stereo Vision - Stereo Based
- Larry S. Davis
- William Robson Schwartz
- Zhang Ming's github repo contains academic papers about Computer Vision
- http://www.cvpapers.com/
- Active Vision Laboratory - University of Oxford
- Torr Vision Group
- Philipp Krähenbühl
- James Hays
DATABASE
实现了非常棒的人脸变化的结果,但是不开源。相关资料(他引用的技术)值得进一步研究
同时,他提到使用了grabcut实现这样的效果。我们下一步将在android平台上实现这些技术。
这个网站就是比较杂了,属于专门做教程的网站,应该说我也是从它上面获得了很多教益。和所有做这个方面工作的人一样,大家都将未来的主要方向转向了大数据、机器识别这个方面。
《Mastering OpenCV with Practical Computer Vision Projects》这本书里面是有相关资料的,如果下一步做人脸识别是应该来做相关参考的。
之前看过它的相关资料,应该说很久不更新了。
Some C++ good practices from the OpenCV source code
这篇文章是非常少见的分析OpenCV自己代码的文章,非常有价值。
只有一些比较旧的资料了,而且我一直不觉得使用高级语言来写OpenCV程序是一个好主意。
基于人脸实现了emotion、age、gender,应该说还是很实用,之前做了比较多的特征点方面的研究。
之前好像介绍过,这里实现的这个CloudCV也是下一步需要继续研究的东西,当然可能还有其它的实现方法。
非常值得注意的是,这个网站提供了很不错的学习资料。
最后,这几个例子的价值是非常高的。
这个网站之前也是学习过的,应该说是比较注重理论的。
这个网站中实现了比较完整的barcode的例子,应该说是做了比较系统的基础工作的。
提供了一些比较老的文章,但是他提供的东西基本是OpenCV官方认可的了。
这个网站光是提供的这个例子就值得好好研究。