Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiagopradi/pool-finder

Finding pools in a map with OpenCV.
https://github.com/thiagopradi/pool-finder

Last synced: 11 days ago
JSON representation

Finding pools in a map with OpenCV.

Awesome Lists containing this project

README

        

# 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.