OpenCV Dot Net Exception
-
Mittwoch, 30. November 2011 22:30
I have a problem after capturing images from an HTC mobile camera using VS2008 C# Smart Device application, I use CVImage to read images and do background subtraction(frame differencing)
I get this exception as soon as the code stops at CVImage :An unhandled exception of type'System.MissingMethodException' occured in OpenCVDotNet.dll
Can you kindly help me solve this issue?
Thank you :)
Alle Antworten
-
Donnerstag, 1. Dezember 2011 17:01Moderator
Is this DLL compiled specifically for devices? I suspect it's not and if so you can's use it.
This posting is provided "AS IS" with no warranties, and confers no rights. -
Freitag, 2. Dezember 2011 06:07Moderator
Hello,
I suggest you to make sure the version of that library, you need to find the library for .NET Compact Framework version. The library for .NET may fail in .NET Compact Framework.
Best regards,
Jesse
Jesse Jiang [MSFT]
MSDN Community Support | Feedback to us

