Laex / Delphi-OpenCV

Project Delphi-OpenCV. Translation of OpenCV library header files in Delphi
500 stars 226 forks source link

Can We Update To Newer version ex to 3.0 or 4.0 ? #136

Closed miftakhulterang closed 3 years ago

miftakhulterang commented 3 years ago

this project on version 2.x, Can We Update To Newer version ex to 3.0 or 4.0 ?

HuguesDug commented 3 years ago

Hello.

Question asked in bugtracker #35

You cannot use the DLL from OpenCv 3.0 or 4.0 directly with this wrapper. C interface was discarded by OpenCV team. They use only C++, what is not "nativelly" compatible with Delphi.

Having tryed to overcome the problem, I saw numerous problems appearing, in particular the problem of the strings that have moved from ANSI to Unicode, it seams. Si read and write of files does not work.

Authors of this wonderfull wrapper said some month ago that will try to introduce the 3.0 version in the future, but they did not disclose timeline for that.

Last, if you see another lib that is compatible with 3.0 or 4.0, please, post a comment here.