OpenCV compile under WinCE 6.0

asked 2014-01-10 02:25:14 -0600

Park gravatar image

Hi, I'm Park in South Korean developer.

I want to compile opencv under WinCE 6.0. But I have a problem.

I changed some settings and compile sample source (Display image). but, cvNamedWindow() and cvShowImage() is undeclared identifier. there are methods in highgui lib.

How can I solve this problem?

Help me...

edit retag flag offensive close merge delete

Comments

Try to build OpenCV from sources. First of all try to build Highgui module for WinCE 6.0. Likely there will be a plenty of errors, but you can skip this module (or it parts). Core and other modules should be built with less troubles.

Daniil Osokin gravatar imageDaniil Osokin ( 2014-01-13 08:31:58 -0600 )edit