Ask Your Question

Rage's profile - activity

2015-04-25 13:56:18 -0600 asked a question Does Opencv3.0 support intel realsense cameras?

I am trying to generate a depth map from the intel realsense camera and noticed that opencv3 has intel PERC cpps. But i am not sure if it supports realsense. Can someone please help me with this?

2014-11-03 09:27:30 -0600 commented answer OpenCV 3: make failed on ubuntu

I wanted to use the Real time pose estimation code which is only in Opencv 3.0 I think.

This link right here:

http://docs.opencv.org/trunk/doc/tutorials/calib3d/real_time_pose/real_time_pose.html

2014-11-03 09:23:23 -0600 commented answer OpenCV 3: make failed on ubuntu

On make -j8 I get this error:

make[2]: * [modules/java/core+Algorithm-jdoc.java] Error 126 make[1]: [modules/java/CMakeFiles/opencv_java.dir/all] Error 2 make[1]: ** Waiting for unfinished jobs.... [ 77%] Built target opencv_traincascade [ 78%] Built target opencv_videostab [ 79%] Built target opencv_stitching [ 82%] Built target opencv_test_calib3d

I am using Ubuntu 12.04. as for the compiler version I am using g++ 4.6.3

I hope the info I gave was helpful.

2014-10-31 21:17:43 -0600 asked a question OpenCV 3: make failed on ubuntu

I am trying to compile make opencv 3 on my ubuntu. It always fails at opencv_videostab and opencv_traincascade. I am fairly new to linux and also to opencv.

am I missing libraries?