Hi all, I'm just doing research about image detection. I'm using openCV. Any idea to connect openCV with Outsystems ? I couldn't get the steps. Need your help ! Thanks.
Hi Steve,
I think OpenCV has .net libraries you can build upon.
You can build extensions through the OutSystems Integration Studio and wrap these actions for consumption in OutSystems.
Gemi Ablaza wrote:
Thanks for the answer, I ll try it
Were you able to make this work?
You need to use EmguCV, it is a cross platform .NET wrapper to the OpenCV image processing library. It allows one to call OpenCV functions into the .NET languages such as C#, VB, VC++. The wrapper can be compiled in Mono and run on Windows, Linux, Mac OS X, iPhone, iPad and Android devices.
Also as Gemi suggested you can create a extension using the above wrapper and can start using it.
Regards,
-PJ-
Pramod Jain wrote:
Thanks for the answer, I ll try it. I wanna try many method to see the difference.. thank you