Ask Your Question

Tobbe's profile - activity

2014-10-14 06:13:17 -0600 commented answer How to do OpenCV in Windows Application?

Hi

When I include opencv hpp-files I get the following error: ERROR: EMM intrinsics not supported in the pure mode!

Then I changed the Project properties according to a suggestion in another thread: Properties->General->Common Language Runtime Support->Common Language Runtime Support (/clr)

Now I get many other errors, e.g.; error LNK2028: unresolved token (0A000264) "public: void __cdecl cv::Mat::copySize(class cv::Mat const &)" (?copySize@Mat@cv@@$$FQEAAXAEBV12@@Z) referenced in function "public: __cdecl cv::Mat::Mat(class cv::Mat const &)" (??0Mat@cv@@$$FQEAA@AEBV01@@Z)

What do I have to do differently?

2014-02-26 04:10:34 -0600 commented answer estimateRigidTransform returns non sensical values

@Neptilo: Hi, I have the same problem as you had so I also took the source from lkpyramid.cpp. Have you gotten it to work? Could you post a simple working example in that case? I suck at debugging :(