2015-01-20 02:29:21 -0600 | received badge | ● Taxonomist |
2013-01-13 06:51:46 -0600 | asked a question | what's the function of files in bin directory I'm new to opencv, I want to know what's function of bin directory which we have to add to path? Since the lib directory contains all libraries our app need, I think this is enough , why we need the bin? Thanks |
2013-01-13 02:51:23 -0600 | received badge | ● Student (source) |
2013-01-12 20:07:23 -0600 | received badge | ● Editor (source) |
2013-01-12 20:05:49 -0600 | asked a question | the difference of the two include folder in opencv extract directory first I down load the opencv2.4.3 then extract it to D:\opencv\opencv2.4.3 |
2013-01-11 19:23:46 -0600 | commented answer | D:\opencv2.4.3\opencv\build\include\opencv2\flann\any.h:60: error: cannot use typeid with -fno-rtti I cannot find RTTI item when rebuilding OpenCV in CMake. |
2013-01-11 10:26:47 -0600 | asked a question | D:\opencv2.4.3\opencv\build\include\opencv2\flann\any.h:60: error: cannot use typeid with -fno-rtti Hi I'm new to opencv, when I run my first opencv2.4.3 example in qt creator, the following errors come up: But if I remove the "cv.h" from include then it compile normally,then after run just prompt a black command window with no picture show. OS:windowXP qt:4.8.3 OpenCV2.4.3(Using the Pre-built Libraries) |