We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-02-27 19:04:25 +0200 |
Hey,
I want to create an Sailfish app for Jolla with C++ and openCV. I worked with openCV and standard computers, but I have no experience with openCV and mobile devices. How do I have to integrate the openCV libraries into the sailfishOS IDE?
If I integrate the standard libraries like in x64 / x86 programs:
INCLUDEPATH += /usr/include/opencv \ /usr/include/opencv2 \ LIBS += -lopencv_core
and include them with "#include <cv.h>" it is not posiible to use the opencv functions.
Has anybody experiences with openCV, the SailfishOS IDE and Jolla?
2 | No.2 Revision |
Hey,
I want to create an Sailfish app for Jolla with C++ and openCV. I worked with openCV and standard computers, but I have no experience with openCV and mobile devices. How do I have to integrate the openCV libraries into the sailfishOS IDE?
If I integrate the standard libraries like in x64 / x86 programs:
INCLUDEPATH += /usr/include/opencv \ /usr/include/opencv2 \ LIBS += -lopencv_core
and include them with "#include <cv.h>" it is not posiible to use the opencv functions.
Has anybody experiences with openCV, the SailfishOS IDE and Jolla?
3 | No.3 Revision |
Hey,
I want to create an Sailfish app for Jolla with C++ and openCV. I worked with openCV and standard computers, but I have no experience with openCV and mobile devices. How do I have to integrate the openCV libraries into the sailfishOS IDE?
If I integrate the standard libraries like in x64 / x86 programs:
INCLUDEPATH += /usr/include/opencv \
/usr/include/opencv2 \
LIBS += and include them with "#include <cv.h>" with:
#include <cv.h>
it is not posiible to use the opencv functions.
Has anybody experiences with openCV, the SailfishOS IDE and Jolla?
4 | retagged |
Hey,
I want to create an Sailfish app for Jolla with C++ and openCV. I worked with openCV and standard computers, but I have no experience with openCV and mobile devices. How do I have to integrate the openCV libraries into the sailfishOS IDE?
If I integrate the standard libraries like in x64 / x86 programs:
INCLUDEPATH += /usr/include/opencv \
/usr/include/opencv2 \
LIBS += -lopencv_core
and include them with:
#include <cv.h>
it is not posiible to use the opencv functions.
Has anybody experiences with openCV, the SailfishOS IDE and Jolla?