OpenCV compile under WinCE 6.0
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...
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.