Ask Your Question

ido's profile - activity

2015-12-25 00:59:08 -0600 received badge  Famous Question (source)
2015-04-27 03:04:57 -0600 received badge  Notable Question (source)
2015-01-12 05:03:09 -0600 received badge  Popular Question (source)
2014-11-23 12:01:24 -0600 commented question compilation error when #include opencv.h with vs2010

How come i have no views for this question?

2014-11-22 16:11:37 -0600 received badge  Scholar (source)
2014-11-22 16:11:36 -0600 received badge  Supporter (source)
2014-11-22 16:07:02 -0600 asked a question compilation error when #include opencv.h with vs2010

Hi, I'm using vs2010 and openCV2.4.9

When I add to a project the line

#include <opencv\cv.h>

I get the following error:

1>d:\opencv\opencv2.4.9\build\include\opencv2\flann\any.h(70): error C2061: syntax error : identifier 'dest' 1> d:\opencv\opencv2.4.9\build\include\opencv2\flann\any.h(69) : while compiling class template member function 'void cvflann::anyimpl::small_any_policy<t>::copy_from_value(const void ,void *)' 1> with 1> [ 1> T=const char * 1> ] 1> d:\opencv\opencv2.4.9\build\include\opencv2\flann\any.h(157) : see reference to class template instantiation 'cvflann::anyimpl::small_any_policy<t>' being compiled 1> with 1> [ 1> T=const char * 1> ] 1> d:\opencv\opencv2.4.9\build\include\opencv2\flann\any.h(217) : see reference to function template instantiation 'cvflann::anyimpl::base_any_policy *cvflann::anyimpl::get_policy<t>(void)' being compiled 1> with 1> [ 1> T=const char * 1> ] 1> d:\opencv\opencv2.4.9\build\include\opencv2\flann\any.h(187) : see reference to function template instantiation 'cvflann::any &cvflann::any::assign<const char*="">(const T &)' being compiled 1> with 1> [ 1> T=const char * 1> ]

Please advice.

2013-04-04 08:20:34 -0600 asked a question videoCapture format supported by opencv

Hi,
I am new to OpenCV.
I would like to know what video API / formats are supported by openCV. WDM? VFW? etc.
How can i check for it myself (manual???) without asking questions in the forum?

strong text