Kwabena W Agyeman
Kwabena W Agyeman
Hi queezythegreat, Do you plan to finish Arduino 1.5 support ever? I've integrated Arduino CMake as the backend of a new tool I've been developing to make programming microcontrollers easier....
Since it looks like this feature is never going to get added I'll tackle it - I'll model it after my propeller cmake build system here: https://github.com/omniacreator/propeller-cmake. Since I need...
This is more or less what we need to support images. The data type we'd use would be a float. Since users have often asked to do weird things with...
We have a buffer protocol for the image object already. There is no need to duplicate it. So bailing makes sense.
@v923z Would you like to get on our slack? Email [email protected]
You need to email me since you hide all contact info on your public profile.
@dpgeorge @robert-hh We need to add this feature to the STM32 and MIMXRT so that can port our interface libraries to the machine module. I am willing to do the...
@v923z - I'd like to support you to get SVD support added for ulab along with everything necessary to implement a homography. E.g. https://medium.com/analytics-vidhya/using-homography-for-pose-estimation-in-opencv-a7215f260fdd While I can easily implement a...
I'm wouldn't add anything to ulab that needs performance. Pretty much anything for image processing needs to go into SIMD land if you really want to push the speed. I'd...
Argument parsing would be different with a different interface as it would specific for a different situation. Avoiding having two copies of the base library would be great.