Wednesday 2 October 2013

Opencv246 Visua Studio 2012 ! on windows 7

Opencv246 Visua Studio 2012 ! on windows 7

I am desperate for an Answer with Opencv246, with Visual Studio 2012, on
Windows 7.
To Display an Image and on compiling this I am getting 212 syntax errors
for operations.hpp file. Please help
using namespace cv;
#include <stdio.h>
#include <algorithm>
#include<string>
#include<opencv2\opencv.hpp>
#include<opencv2\core\operations.hpp
void main()
{
Mat img;
img = imread("test.jpg");
namedWindow("t");
imshow("t",img);
cvWaitKey(0);`
}

No comments:

Post a Comment