1 | initial version |
you are trying to run an opencv3 sample with opencv2.4 installed, and it won't work.
either try a sample, that fits your version or better: update your opencv code to current 3.2 !
2 | No.2 Revision |
you are trying to run an opencv3 sample with opencv2.4 installed, and it won't work.
either try a sample, that fits your version or better: update your opencv code to current 3.2 !
(and please do not try to copy headers around. you got an installation problem, and you have to solve that)