Distance transform .NET
Does anybody know where can I find a .NET library that compute开发者_运维百科s distance transform of an image with exact euclidean distances?
I think the Emgu library does that. The library is .NET version for OpenCV
You may also check out FreeImage. It's written in C, but it has a C# wrapper.
精彩评论