-
This repo attempts to implement Towards automatic power line detection for a UAV surveillance system using pulse coupled neural filter and an improved Hough transforma
-
Here's a summary of the paper I wrote a few weeks back. Summary
-
The first thing to do is to implement a filter based on (a simplified version of) Pulse Coupled Neural Network. For the same, I am building upon the C++ core of https://github.com/annoviko/pyclustering.(which btw seems like an awesome new library)
-
To be precise, the first commit is a direct copy of
pcnn.h, pcnn.cpp, network.h, network.cpp
from https://github.com/annoviko/pyclustering/tree/master/ccore/ccore -
To compile, do
mkdir build
cd build
cmake ..
make