Ask Your Question

Simonc's profile - activity

2020-08-24 09:20:20 -0600 received badge  Popular Question (source)
2018-09-29 11:44:46 -0600 received badge  Enthusiast
2018-09-26 23:04:32 -0600 asked a question rtsp stream read

rtsp stream read Hi, Ubuntu 18.04, OpenCV 3.4.3. I know the rtsp stream works because every other application can pick

2018-09-12 11:36:16 -0600 received badge  Editor (source)
2018-09-12 11:36:16 -0600 edited question aruco drawMarker

aruco drawMarker Hello, I am trying to draw aruco markers but can't get it right. Is it possible that I have incorrectl

2018-09-12 11:35:50 -0600 commented question aruco drawMarker

The full code https://pastebin.com/zN9iFmb4

2018-09-12 11:34:56 -0600 asked a question aruco drawMarker

aruco drawMarker Hello, I am trying to draw aruco markers but can't get it right. Is it possible that I have incorrectl

2018-09-11 11:42:13 -0600 received badge  Supporter (source)
2018-09-11 11:41:29 -0600 marked best answer opencv2 include files location

Hello,

I have downloaded and unzipped Opencv 3.4.3, created a build folder and ran make followed by make install. My opencv2 folder only contains 2 files. Where are the rest of the libraries?

I am attempting this tutorial http://www.daslhub.org/unlv/wiki/doku... it requires the #include opencv2/core/core.hpp among others.

I am using Code blocks and have the other opencv (no 2) includes working.

Thanks

2018-09-11 11:41:29 -0600 received badge  Scholar (source)
2018-09-11 11:41:13 -0600 commented answer opencv2 include files location

Ah thanks a lot. I was unaware of the existence of usr/local/include. Its all there.

2018-09-11 11:40:48 -0600 commented answer opencv2 include files location

Ah thanks a lot. I was unaware of the existence of usr/local. Its all there.

2018-09-11 11:37:40 -0600 commented answer opencv2 include files location

Like this one opencv2/core/core.hpp

2018-09-11 11:36:21 -0600 commented answer opencv2 include files location

My OpenCV-3.4.3/opencv-3.4.3/build/include only contains cmake files. Is there a way to manually get the opencv2 libs?

2018-09-11 11:26:13 -0600 commented question opencv2 include files location

I used this https://docs.opencv.org/master/d7/d9f/tutorial_linux_install.html tutorial. It says its for a old ubuntu and

2018-09-11 11:23:52 -0600 commented question opencv2 include files location

Ubuntu 18.04

2018-09-11 11:15:42 -0600 asked a question opencv2 include files location

opencv2 include files location Hello, I have downloaded and unzipped Opencv 3.4.3, created a build folder and ran make