Laex / Delphi-OpenCV-Class

Experimental Delphi binding for OpenCV 4.XX
Apache License 2.0
87 stars 26 forks source link

Dynamic path to OpenCVRootPath #3

Closed hafedh-trimeche closed 2 years ago

hafedh-trimeche commented 2 years ago

Hello,

Would OpenCVRootPath set to a dynamic path (MyLocation\sources) so to not modify the Git/SVN CVResource.pas?

Best regards.

Laex commented 2 years ago

Since it is not known where the unpacked OpenCV will be located, it is not known in advance what the path will be. This path is only needed to run the examples, it is not needed for your own projects.