Ask Your Question

moonkeh's profile - activity

2016-01-18 23:57:13 -0600 received badge  Critic (source)
2016-01-18 23:57:11 -0600 received badge  Supporter (source)
2013-12-11 10:50:54 -0600 commented question Linker errors when building openCV from source

I've realised that and downloaded the 2.4 branch now. Just wandering why on earth the default is to download an unfinished/unstable version...

2013-12-11 10:23:43 -0600 asked a question Linker errors when building openCV from source

I'm trying to build OpenCV, including CUDA, from source in VS2010, following the instructions here: http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html

I'm getting multiple Build Faileds, but the only error that seems to be appearing in the output is "LINK : fatal error LNK1104: cannot open file '....\lib\Debug\opencv_core300d.lib'", multiple times.

I've searched through this section of the site, and the only suggested answer for someone who had the same error was 'create a property sheet with the correct linker settings', which is obviously useless as I can't link to a library that hasn't been built yet!

I'm also a bit confused as to why it's looking for a filename ending '300d.lib', I thought the latest version was 2.4.7..? Did that installation guide instruct me to download the wrong version?

2013-12-11 04:42:58 -0600 commented question error C2653: 'ucom' : is not a class or namespace name

It's 2.4.7. I seemed to have fixed the problem by removing all references to 'ucom' from the Windows file unknwn.h, but I'm not sure how great an idea it was to alter an inbuilt Windows file like that...

2013-12-09 05:51:21 -0600 asked a question error C2653: 'ucom' : is not a class or namespace name

I'm trying to compile opencv in Windows Server 2012 R2 using Visual Studio 2010 Professional.

Building opencv_core is failing with 'error C2653: 'ucom' : is not a class or namespace name'.

How do I fix this?

2013-12-06 03:10:03 -0600 asked a question Installing OpenCV on Windows with GPU support

I understand that GPU support is not enabled as standard in OpenCV. Where can I find a Windows installer with it enabled?

I really don't want to have to mess about with CMake.