User talk:Sedgewix
Appearance
Canny Edge Detector
[edit]The code is long lost now, but it shouldn't take too much effort to rewrite it. I'll do that in my spare time in the coming days. I'm not quite sure how long it will take. --Simpsons contributor (talk) 16:33, 24 February 2013 (UTC)
- There is another implementation here if you're interested: http://www.tomgibara.com/computer-vision/CannyEdgeDetector.java
- Here is a version built around the original design: https://www.box.com/s/ln1huie3e67i6wma309n. The Canny class is abstract so you can change the edge detection algorithm if you like, I've included a CannySobel class which uses some algorithm or another - the Robert's Cross I think. I hope this helps. --Simpsons contributor (talk) 13:49, 25 February 2013 (UTC)
- Have you got the new version of the edge detector? Is it what you where hoping for and has it been useful? --Simpsons contributor (talk) 20:30, 26 February 2013 (UTC)