Search found 18 matches

by thevinn
2012-08-09T18:39:07-07:00
Forum: Developers
Topic: Fast, Exact Euclidean Distance Transform, Linear Complexity
Replies: 2
Views: 6787

Re: Fast, Exact Euclidean Distance Transform, Linear Complex

The original link turned out to be bunk. I found another paper that reviews the latest exact distance transform methods, here's that paper: 2D Euclidean Distance Transform Algorithms, A Comparative Survey Based on the work in the paper, I chose the algorithm described by Meijster, Roerdink, and Hess...
by thevinn
2012-07-31T16:46:10-07:00
Forum: Consulting
Topic: Where can I solicit contracting / programming work?
Replies: 8
Views: 27432

Where can I solicit contracting / programming work?

I need to implement fast grayscale dilate / erode with flat circular structuring elements, and fast anti-aliased calculation of the signed Euclidean distance transform. ImageMagick has some useful stuff but it is too large of a library and too complicated to bring in just the parts that I need. My o...