Hough Transform

Hey, just wanted to find out if it was possible to do hough transforms with the openmv cam?

On a side note, is it possible to convert any opencv script to a MicroPython script.

Love your cam! :slight_smile:

Thanks.

Yes actually, I just started implementing HT, it’s not in the firmware yet I’m still working on it, here’s the initial result detecting lines of a rectangle:

As for the OpenCV scripts, no, we implemented our own image processing library, it doesn’t map to OpenCV or have all of its features.

Made some progress with Canny/Hough transform, here’s an example run:

The code will be available in the next release.

1 Like