Ask Your Question

chen's profile - activity

2016-12-14 22:30:38 -0600 received badge  Notable Question (source)
2015-03-17 09:46:01 -0600 received badge  Popular Question (source)
2015-03-17 09:42:53 -0600 asked a question tld_tracker in OpenCV 3.

Dear all,

I want to test tld_tracker. However, in OpenCV3.0, include\opencv2\video, there is only tracking.hpp, tracking_c.h, background_segm.hpp, and video.hpp. tld_tracker is not included.

Has anyone used opencv_3_0's tld_tracker? Could you tell me how to test this method?

Thank you so much!

Best Regards

Stev

2013-10-18 21:17:49 -0600 commented question opencv 2.4.6 cmake configure error. How to fix it?

I am using cmake-2.8.11.2-win32-x86, and followed http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html, downloaded opencv source code from https://github.com/Itseez/opencv.git. But I skipped some third party library as I dont think I will need them.

Any one faced the similar problem before??

Thank you so much for your help!

2013-10-17 10:09:04 -0600 asked a question opencv 2.4.6 cmake configure error. How to fix it?

The CXX compiler identification is MSVC 16.0.30319.1 The C compiler identification is MSVC 16.0.30319.1 Check for working CXX compiler using: Visual Studio 10 Win64 Check for working CXX compiler using: Visual Studio 10 Win64 -- broken CMake Error at C:/Users/chen/Downloads/cmake-2.8.11.2-win32-x86/cmake-2.8.11.2-win32-x86/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:54 (message): The C++ compiler "C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/x86_amd64/cl.exe" is not able to compile a simple test program.

It fails with the following output:

Change Dir: C:/opencv_self_buid_10/CMakeFiles/CMakeTmp

Run Build Command:C:\PROGRA~2\MICROS~2.0\Common7\IDE\devenv.com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec4006816612

Microsoft (R) Visual Studio Version 10.0.30319.1.

Copyright (C) Microsoft Corp. All rights reserved.

1>------ Build started: Project: cmTryCompileExec4006816612, Configuration: Debug x64 ------

1> Microsoft (R) C/C++ Optimizing Compiler Version 16.00.30319.01 for x64

1> Copyright (C) Microsoft Corporation. All rights reserved.

1>

1> cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec4006816612.dir\Debug\" /Fd"C:/opencv_self_buid_10/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec4006816612.pdb" /Gd /TP /errorReport:prompt testCXXCompiler.cxx

1>

1> testCXXCompiler.cxx

1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========