Ask Your Question

arunkumar413's profile - activity

2018-01-29 11:18:24 -0600 commented answer Install OpenCV on ubuntu 16.04

NumPy is already installed on my machine. I tried to install it again but it returned requirement already satisfied htt

2018-01-29 11:16:57 -0600 commented answer Install OpenCV on ubuntu 16.04

NumPy is already installed on my machine. I tried to install it again but it returned the below output arun@devilbox ~

2018-01-29 11:16:32 -0600 commented answer Install OpenCV on ubuntu 16.04

NumPy is already installed on my machine. I tried to install it again but it returned the below output arun@devilbox ~

2018-01-29 10:45:43 -0600 commented answer Install OpenCV on ubuntu 16.04

@berak, it seems that openCV is installed properly (https://paste.ubuntu.com/26484239/). However when I run the command:

2018-01-29 10:45:00 -0600 commented answer Install OpenCV on ubuntu 16.04

@berak, it seems that openCV is installed properly (https://paste.ubuntu.com/26484239/). However when I run the command:

2018-01-29 10:44:19 -0600 commented answer Install OpenCV on ubuntu 16.04

@berak, it seems that openCV is installed properly(https://paste.ubuntu.com/26484239/). However when I run the command:

2018-01-26 07:01:08 -0600 received badge  Enthusiast
2018-01-25 23:20:15 -0600 commented answer Install OpenCV on ubuntu 16.04

Here is the 100% https://paste.ubuntu.com/26462516/

2018-01-25 11:17:53 -0600 commented answer Install OpenCV on ubuntu 16.04

I ran the command: make -j7 and here is the output: https://paste.ubuntu.com/26459512/

2018-01-23 00:29:43 -0600 commented answer Install OpenCV on ubuntu 16.04

I used cmake-gui and ran configure and generate. This is what I got http://dpaste.com/1JRCGC7 Please confirm if everyth

2018-01-22 02:40:49 -0600 commented answer Install OpenCV on ubuntu 16.04

I have anaconda distribution with python 3 in my /home/arun/anaconda3 folder. Is opencv compatible with Anaconda dist

2018-01-21 09:12:19 -0600 marked best answer Install OpenCV on ubuntu 16.04

Hi All,

I'm trying to install OpenCV on Ubuntu 16.04 but getting this error. I tried sudo-apt-get upgrade and apt-get update commands but still no use. Could you please help me install OpenCV on my system.

Thanks, Arun

2018-01-21 07:15:19 -0600 asked a question Install OpenCV on ubuntu 16.04

Install OpenCV on ubuntu 16.04 Hi All, I'm trying to install OpenCV on Ubuntu 16.04 but getting this error. I tried su

2017-03-23 00:40:45 -0600 commented question processing the video recorded from a vehicle moving at speeds ranging from 20-150 KM/hr

Hi,

Apologies for the delay in reply. I want to use the normal mono camera similar to the ones used in mobiles, webcams etc. I'm thinking of comparing frames at regular intervals of time. Based on the difference in object size in the two frames I want to calculate/estimate the speed and distance. Does my method yield good results?

Thanks, Arun

2017-03-09 10:09:04 -0600 asked a question processing the video recorded from a vehicle moving at speeds ranging from 20-150 KM/hr

Hi Team,

I want to detect the speed of other vehicles moving in front of me in the same direction. Is it possible to detect the speed using open CV. If yes what is specific algorithms or open CV's methods and functions should I use to achieve my requirement. The program should process only automobiles and eliminate other elements on the road side such dividers, poles, tress etc.

Thanks,

Arun