Ask Your Question

dinosaur's profile - activity

2018-01-21 09:19:18 -0600 marked best answer How to compile and run tutorial code

I am trying to learn opencv, and I'm stalled on the first tutorial because I can't figure out how to complile and run the code.

Here is the tutorial: https://docs.opencv.org/2.4/doc/tutor...

The tutorial does not say what #include statements to use or how to compile using g++ or any other compiler. I would like to know these things so that I can run the tutorial code.

2018-01-19 15:51:01 -0600 received badge  Editor (source)
2018-01-19 15:51:01 -0600 edited question How to compile and run tutorial code

How to compile and run tutorial code I am trying to learn opencv, and I'm stalled on the first tutorial because I can't

2018-01-19 15:50:34 -0600 asked a question How to compile and run tutorial code

How to compile and run tutorial code I am trying to learn opencv, and I'm stalled on the first tutorial because I can't

2016-07-19 12:22:19 -0600 commented answer Strange crashes during deallocation of std::vector (VS2015, Windows 7)

Is this still an issue? If it is a tracked issue in OpenCV, could someone link to the ticket?

2016-07-12 19:15:43 -0600 asked a question pixel inspection tool for windows

When writing opencv code, I often like to view an output image, mouse over it, and see rgb values for the pixel under the cursor. On linux I was using XV. Now I'm on windows. What's a good pixel introspection tool for windows?

2016-07-08 14:25:25 -0600 received badge  Supporter (source)
2016-07-06 19:02:26 -0600 commented answer Is there any problem in using the same src and dst image in filtering functions?

Could you link to documentation saying that src and dst can be the same? It would be helpful to know that this is part of the method's contract, and not just an implementation detail dependent on one specific release.