Jump to content
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×