/Pool-Finder

Finding pools in a map with OpenCV.

Primary LanguageC++

Pool Finder - Finding pools with OpenCV

This is a experiment algorithm to find pools on a picture.

Dependencies

To use this project, you will need OpenCV and CvBlob

Compile:

    g++ `pkg-config opencv cvblob --cflags --libs` pool_finder.cpp

Copyright

Copyright (c) 2011 Thiago Pradi, released under the MIT license.