How to integrate OpenCV with DEV c++ and display an image stored in disk. [closed]

asked 2016-10-16 21:59:52 -0600

Please provide proper discription,

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-11-14 12:26:00.579488

Comments

i'm afraid, using devcpp here is a bad idea.

there are no prebuild opencv libs for mingw at all, so first thing you would have to do is build the opencv libs locally.

then, the mingw that comes with it is probably too old / 32bit only

again, if you are a n00b (and you definitely sound like one) rather try to get VS community and skip your plans with devc++.

berak gravatar imageberak ( 2016-10-17 00:33:58 -0600 )edit