Re: [fpc-pascal] OpenCV

2020-02-14 Thread Sven Barth via fpc-pascal
Adriaan van Os schrieb am Fr., 14. Feb. 2020, 12:22: > > SWIG 4.0.1 did build out of the box on OSX, the Delphi version did not. > Porting the Delpi changes > > to a newer version of SWIG will take time too. Is there any special > reason why Delphi support is > > not accepted for the SWIG main

Re: [fpc-pascal] OpenCV

2020-02-14 Thread Henry Vermaak via fpc-pascal
On Thu, 13 Feb 2020 at 13:26, Adriaan van Os wrote: > > > I looked around on the web for OpenCV Pascal bindings. What I found, seems to > be based (mostly) on > the OpenCV C interfaces, which covers only part of OpenCV. > > Alternatives are: >8--- > 2. Hook into the Python wrapper/bindings

Re: [fpc-pascal] OpenCV

2020-02-14 Thread Adriaan van Os
SWIG 4.0.1 did build out of the box on OSX, the Delphi version did not. Porting the Delpi changes to a newer version of SWIG will take time too. Is there any special reason why Delphi support is not accepted for the SWIG main code tree ? I found

Re: [fpc-pascal] OpenCV

2020-02-14 Thread Adriaan van Os
Sven, You could try to use this modified version of Swig which is supposed to support Delphi:Â https://github.com/FMXExpress/swig-delphi I played a bit with SWIG, but my impression is that it will take considerable time to get OpenCV to compile. SWIG 4.0.1 did build out of the box on OSX,

Re: [fpc-pascal] OpenCV

2020-02-13 Thread Sven Barth via fpc-pascal
Adriaan van Os schrieb am Do., 13. Feb. 2020, 14:26: > > I looked around on the web for OpenCV Pascal bindings. What I found, seems > to be based (mostly) on > the OpenCV C interfaces, which covers only part of OpenCV. > > Alternatives are: > > 1. Write flat C++ wrappers by hand > > 2. Hook

Re: [fpc-pascal] OpenCV

2020-02-13 Thread Michael Van Canneyt
On Thu, 13 Feb 2020, Adriaan van Os wrote: I looked around on the web for OpenCV Pascal bindings. What I found, seems to be based (mostly) on the OpenCV C interfaces, which covers only part of OpenCV. Alternatives are: 1. Write flat C++ wrappers by hand 2. Hook into the Python

[fpc-pascal] OpenCV

2020-02-13 Thread Adriaan van Os
I looked around on the web for OpenCV Pascal bindings. What I found, seems to be based (mostly) on the OpenCV C interfaces, which covers only part of OpenCV. Alternatives are: 1. Write flat C++ wrappers by hand 2. Hook into the Python wrapper/bindings generator 3. Use JNI to