Search:

Type: Posts; User: Lundbergteam

Search: Search took 0.01 seconds.

  1. Actually, I have tried using it without...

    Actually, I have tried using it without namespace, prior to not being told to do so. However, I wanted to show what would happend if I didn't use namespace cv. And I have been using the google...
  2. Okay I have tried that and now these are the...

    Okay I have tried that and now these are the errors I'm getting:


    \documents\visual studio 2010\projects\test_open_cv.cpp(15): error C2065: 'Mat' : undeclared identifier
    \documents\visual studio...
  3. OpenCV and Visual Studio 2010: Infamous namespace error.

    I have tried and compile the following code with out any success, I am using Visual Studio 2010.




    #include <cxcore.h>
    #include <highgui.h>
    #include <cv.hpp>
    #include <iostream>
Results 1 to 3 of 3