Ask Your Question

Joeraid's profile - activity

2020-07-02 17:22:40 -0600 received badge  Popular Question (source)
2019-01-02 18:58:51 -0600 commented answer Why do we need to compile opencv with cMake

After compilation, you're gonna receive .lib files that you will have to include in every project that will call to stuf

2019-01-02 18:56:31 -0600 commented answer Why do we need to compile opencv with cMake

I didn't see this until now. I will follow up on kbarni's already great answer for anyone who might still be confused wi

2018-11-26 15:42:14 -0600 marked best answer Why do we need to compile opencv with cMake

I just got an internship and I was tasked to generate dll files from c++ class and function definitions that call to the opencv library. At first, I just wanted to follow the instructions to install opencv on windows and move on since I thought the task itself is pretty straightforward, but then I got hit with some serious looking error messages when I tried to "compile" c++ opencv (step 6.1 in this tutorial). Python opencv is just a bunch of shell commands away, but the c++ library is a nightmare especially that it involves working with visual studio which, on its own, is pain to get to work properly. I want to be able to debug the errors from the compiling phase and for that I need to know why the special treatment for the c++ library compared to the python one? Why do I need to compile opencv and why does it need to be done with cmake? Does pip install opencv-contrib-python also compile opencv behind the scene? Is that systematic for all libraries? I followed this tutorial but it teaches how to install opencv per project, so is that it? Does compiling allow you to add opencv globally?

2018-11-26 15:42:14 -0600 received badge  Scholar (source)
2018-11-26 05:43:10 -0600 commented answer Why do we need to compile opencv with cMake

So why doesn't the opencv team provide a precompiled download for the c++ library as well? Is it the extra configuration

2018-11-24 02:04:02 -0600 received badge  Editor (source)
2018-11-24 02:04:02 -0600 edited question Why do we need to compile opencv with cMake

Why do we need to compile opencv with cMake I just got an internship and I was tasked to generate dll files from c++ cla

2018-11-24 01:51:45 -0600 asked a question Why do we need to compile opencv with cMake

Why do we need to compile opencv with cMake I just got an internship and I was tasked to generate dll files from c++ cla