Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

OpenCV in Pocket PC

ribeirovski
Beginner
252 Views

I'm developing a device application (windows mobile 5.0) which has a part in C# and other in C++. The thing is that I can't compile OpenCV within the same solution. I get several errors of this type:

error LNK2019: unresolved external symbol cvCreateImage referenced in
function ...
error LNK2019: unresolved external symbol cvFree_ referenced in
function...
error LNK2019: unresolved external symbol cvFindChessboardCorners
referenced in function...

I understand that OpenCV was not created to mobile devices but is there any way to make it compatible? Is there any version for Pocket PC?

Thanks

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
252 Views

Hello,

OpenCV was not intended to be built on Windows Mobile.

Regards,
Vladimir

0 Kudos
Reply