Queequeg
Queequeg

Reputation: 2864

Install OpenCV for VisualStudio 2012

I've tried to install OpenCV for VS2012, but unfortunately all I got was (exactly) 2584 build errors and no working library.

So my question is simple: is it possible to use OpenCV (e.g. 2.4.0) under VisualStudio 2012 ? If so, can I use the VC++ 11.0 compiler?

Upvotes: 5

Views: 6910

Answers (1)

Anshu
Anshu

Reputation: 7853

I am not sure if you can successfully build OpenCV for VS 2012, (haven't seen any successful case yet), but surely you can build it with VS 2010 easily. (check this reference)

Also, check this article which explains how to build applications with OpenCV inside VS

Upvotes: 3

Related Questions