Can I use OpenCV ?

I’m searching for a good IDE to develop a app using OpenCV (image recognition, etc).
Fuse is suitable for it?

Thanks!
Kennedy Aureliano

A quick google search reveals that there are both gradle (android) and cocoapods (ios) libraries for OpenCV, so in theory you should be able to use those with Fuse. That will of course involve writing some Foreign code to make a wrapper on top of those libraries.

You can see how other such wrappers have been made on Fuse compound.