You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenCV 4.xx (starting with 3.xx) uses C++ classes, which makes it impossible to use directly in Object Pascal (Delphi). It is necessary to develop a wrapper (intermediate layer) around C++ classes (use intermediate code to organize interaction). There are several ways to organize such layers. One of the options (in my opinion, the most subtle) began to be implemented in https://github.com/Laex/Delphi-OpenCV-Class, but still requires a lot of work to form intermediate classes in Object Pascal. This method will allow you to use all the capabilities of OpenCV in Delphi. The work is progressing slowly, as it requires a lot of time. I am looking for ways to speed up and automate the process of creating intermediate code (SWIG for OpenCV for Delphi), I have ideas, but not enough time.
Good morning!
Can I download and use it with the OPENCV 4.11 version (https://github.com/opencv/opencv/releases/tag/4.11.0)
The text was updated successfully, but these errors were encountered: