We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2014-02-27 19:04:25 +0300

opencv - sailfishOS IDE

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?

opencv - sailfishOS IDE

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?

opencv - sailfishOS IDE

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

-lopencv_core

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?

opencv - sailfishOS IDE

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?