Jump to content
Registration disabled at the moment Read more... ×
gidesa

ANN: Opencv C++ API wrapper for Delphi

Recommended Posts

Hello all,

it's ready an initial version of my  wrapper around the C++ API of the famous Open Computer Vision library (Opencv)

 (not the old C API).

For now it apply to Opencv version 2.4.13, 32bit, Windows.

This library "flattened" the C++ classes to pure C functions, creating a DLL acting as a bridge between applications that "understand"

C functions (Delphi, but also C, and others) and Opencv DLL that expose C++ classes.

I hope soon to extend to 64 bit, and add some useful Delphi units to have a better OO interface over

the simple C functions (a wrapper over the wrapper... 🙂

In future could be a release interfacing with more recent Opencv versions (as the last stable 4.6).

Regards

 

Giando

 

https://github.com/gidesa/ocvWrapper24

 

  • Like 4
  • Thanks 3

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×