Ask Your Question

Revision history [back]

List of applications made with OpenCV

I am getting started with learning OpenCV. Having studied Digital Image Processing in my previous semester, I implemented filters (Gaussian, Sobel, Prewitt, Laplacian), edge detectors (Canny, Marr Hildreth), morphological operators (Covex hulling, Erosion, Dilation), object detection (Generalized Hough transform, simple convolution). However, I implemented all these in Python from scratch and made no use of the OpenCV library.

Next month I will be applying for GSoC and I want to contribute as much as I can. However, due to the limited time period, I am finding it difficult where to start. My guess is I should find a popular application made with OpenCV and start contributing to it.

I found a question on Stackoverflow stating there is currently no compiled list of OpenCV project, so I was hoping someone here could help me out with this.