Replies: 1 comment 2 replies
-
@v923z - OpenMV maintains a library of image-processing functions. I don't have any interest in methods outside of this. I can implement and export homogrphy support into our code base directly. However, I thought it would make more sense to have it in ulab. That said, homography is a computer vision like function... so, maybe it doesn't belong in ulab anyway? It's matrix math, though. If svd support is exported in ulab then I can add it to openmv firmware directly. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Taking ideas from #363, this discussion should explore, what kind of image processing methods could be useful in the context of a microcontroller. A good first candidate could be openmv's projective transforms, as well as blob searching.
@kwagyeman
@teuler
Beta Was this translation helpful? Give feedback.
All reactions