Tag Archives: Contour Finding

Image Processing with OpenCV and Python

The following few posts are a fallout from the Kaggle Diabetic Retinopathy Detection competition. I have been learning image processing with OpenCV 2.4/C++/GPU, Python 2.7, scikit-image, PIL, etc. It was a lot of fun. Finding the Eye¶We have a dataset of over 35,000 fundus images and we need to do some processing on them. Seems… Read More »