Circular Hough Transform

I’ve been searching around and cannot find any tinyclr implementation of Hough Circle Transform.
Anyone found anything like that?

I’m using the video experimenter shield and transferring the monochrome image over to my fez panda II from arduino (using serial). All that works ok, the next task is to detect a circle in the image.
Ive found several .net / java implementations; but they have a lot of dependencies from other libraries so a straight port is a little cumbersome.

Thanks.

I googled “Circular Hough Transform c#” and found several implementations. You might have to tweak for MF.