Click here to Skip to main content
15,892,005 members
Articles / Mobile Apps

Flattening the Recursive Call in the Canny Edge Detector Algorithm

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
15 Sep 2016CPOL3 min read 9.7K  
This tutorial describes how to convert the recursive method call in said algorithm into a flat loop call, to save memory in restricted environments.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United Kingdom United Kingdom
This member doesn't quite have enough reputation to be able to display their biography and homepage.

Comments and Discussions