Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thiagopradi/pool-finder
- Owner: thiagopradi
- Created: 2011-06-19T14:04:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-19T14:17:36.000Z (over 13 years ago)
- Last Synced: 2024-11-26T04:32:36.755Z (27 days ago)
- Language: C++
- Homepage: pool_finder
- Size: 875 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkdn
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.