++ beneficial uses of computer vision in society
Cartucho
OpenCV is an open source image processing library extensively used in C++, Python, Java and more than 15 other languages. With the big variety of...
Anguelos
This is a proposal for extending and improving the OpenCV text module. In brief I propose implementing word-level classification with deep CNN for...
Jiri Horner
Stitching pipeline is a well established code in OpenCV. It provides good results for creating panoramas from camera captured images. Main limitation...
vludv
My previous GSoC project resulted in OpenCV DNN module. It was the first step towards deep neural network support in OpenCV. However, neural networks...
VladX
I was interested in the improvement of the current dense optical flow algorithm. My proposal is to implement parallel algorithm as the alternative to...
Yida Wang
Semantic saliency detection be implemented based on CNN module. Quantization method described in Pete's blog for quantization will be added into...
Tyan Vladimir
Deep Learning (DL) and especially Convolutional Neural Network (CNN) has drawn a lot of attention in last few years. At present day CNN has been...
Alexander Bokov
A very fast (up to 600Hz on 1 CPU core, excluding preprocessing) dense optical flow algorithm that outperforms the Farneback flow in terms of quality...
MYLS
Update OpenCV FileStorage OpenCV FileStorage is very convenient while using C++. I'll update it and also add more features. Aim is to add base64...
Ambroise Moreau
GSoc 2015 brought structured light to OpenCV and I would love to extend the module this year. Among all the available algorithms, phase-shifting...
Edgar Riba
Nowadays, deep learning is the hip topic inside the computer vision community. Many authors have demonstrated that using deep neural networks in...