This is an algorithm to detect wind turbines with help of the openCV library. The algorihm makes use of the Hough transform.
OpenCV (using 4.5.0-dev at moment of writing this) Cmake 3.13 or higher
- mkdir build && cd build
- cmake ..
- make
- ./main
This is an algorithm to detect wind turbines with help of the openCV library. The algorihm makes use of the Hough transform.
OpenCV (using 4.5.0-dev at moment of writing this) Cmake 3.13 or higher