Page 1 of 1

Use OpenCv in LiveCode/Usar OpenCv en LiveCode

Posted: Wed May 16, 2018 2:20 pm
by jgayoso
Can you work with OpenCV libraries in LiveCode?
If someone has an OpenCv installation manual with LiveCode and how to use it?

Thank you very much

Greetings from the southern end of the world

Jorge Gayoso

-----------------------------------------------

¿Se puede trabajar con las librerias de OpenCV en LiveCode?
¿Si alguien tiene un manual de instalación de OpenCv con LiveCode y forma de usarlo?

Desde ya se agradece

Saludos desde el fin sur del mundo

Jorge Gayoso

Re: Use OpenCv in LiveCode/Usar OpenCv en LiveCode

Posted: Wed May 16, 2018 4:49 pm
by MaxV
OpenCv is C and C++, so the simplest way to use it is to create an executable from C and use livecode as a graphical interface.
The hardest way is to use livecode builder language to create OpenCV functions and objects to adopt in livecode.