87
Views
5
Comments
Connect OpenCV with Outsystems 

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.

2020-08-24 05-59-49
Gemi Ablaza
Champion

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. 

UserImage.jpg
steve707

Gemi Ablaza wrote:

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. 

 Thanks for the answer, I ll try it

 

UserImage.jpg
Aimen Fathima

Hi Steve,

Were you able to make this work?

2025-08-22 10-19-44
Pramod Jain
 
MVP

Hi Steve,

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-

UserImage.jpg
steve707

Pramod Jain wrote:

Hi Steve,

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-

 Thanks for the answer, I ll try it. I wanna try many method to see the difference.. thank you

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.