Tag Archives for C++

Canny edge detector

I uploaded one of my student projects to GitHub: Canny algrithm implementation. This is popular method of finding edges in the image invented in 80’s: http://en.wikipedia.org/wiki/Canny_edge_detector. What you will find here is extremely naive approach, possibly with bugs and certainly … Continue reading

24. December 2012 by resset
Categories: Software | Tags: , , , , | Leave a comment