Ask Your Question

Nimya's profile - activity

2020-04-10 01:24:55 -0600 received badge  Famous Question (source)
2020-02-27 21:21:46 -0600 received badge  Self-Learner (source)
2020-02-27 21:17:32 -0600 received badge  Popular Question (source)
2019-09-11 15:48:20 -0600 received badge  Notable Question (source)
2019-05-13 01:51:36 -0600 received badge  Popular Question (source)
2018-07-30 02:03:47 -0600 asked a question Import error in Raspberry PI 3

Import error in Raspberry PI 3 Hi, I have installed OpenCV and python using the following tutorial in my raspberry pi 3

2018-07-09 05:17:25 -0600 edited question Better way to Drawing contour line

Better way to Drawing contour line Hi, I am trying to detect moving object through a people walking video. When I am tr

2018-07-09 01:03:50 -0600 asked a question Better way to Drawing contour line

Better way to Drawing contour line Hi, I am trying to detect moving object through a people walking video. When I am tr

2018-07-03 11:18:59 -0600 commented answer Compare video frames

Hi, this far I reached can anyone suggest me a better way to improve this. Thanks.

2018-07-03 11:17:22 -0600 edited answer Compare video frames

import numpy as np import cv2 cap = cv2.VideoCapture('/Users/nimya/Desktop/people-walking2.mp4') ret, current_frame =

2018-07-03 11:14:06 -0600 edited answer Compare video frames

import numpy as np import cv2 cap = cv2.VideoCapture('/Users/nimya/Desktop/people-walking2.mp4') ret, current_frame =

2018-07-03 11:13:06 -0600 answered a question Compare video frames

import numpy as np import cv2 cap = cv2.VideoCapture('/Users/nimya/Desktop/people-walking2.mp4') ret, current_frame =

2018-06-22 06:08:24 -0600 commented question Compare video frames

I want to compare two frames in a video

2018-06-22 02:48:14 -0600 asked a question Compare video frames

Compare video frames I want to compare each frames of video so that I can detect movements. I am trying to do in OpenCV

2018-05-31 05:49:33 -0600 edited question ImportError: numpy.core.multiarray failed to import

ImportError: numpy.core.multiarray failed to import $ python -c 'import numpy; print(numpy.__file__)' /usr/local/lib/py

2018-05-31 05:41:05 -0600 asked a question ImportError: numpy.core.multiarray failed to import

ImportError: numpy.core.multiarray failed to import $ python -c 'import numpy; print(numpy.__file__)' /usr/local/lib/py

2018-05-31 02:14:32 -0600 commented question Numpy Error

Yeah I found that because of change in version error is generating. But I don't know how to run in python3.5.2 version f

2018-05-31 02:13:55 -0600 commented question Numpy Error

Yeah I found that because of change in version error is generating. But I don't know how to run in python3.5.2 version f

2018-05-31 02:10:14 -0600 commented question Numpy Error

10101 button ??? Means.. sorry I don't know about this.

2018-05-31 02:10:01 -0600 commented question Numpy Error

10101 button ??? Means.. sorry I don't now about this.

2018-05-31 02:02:35 -0600 edited question Numpy Error

Numpy Error The Following is my code : import numpy as np import cv2 # Create a black image img = np.zeros((512,512,

2018-05-31 01:59:25 -0600 edited question Numpy Error

Numpy Error The Following is my code : import numpy as np import cv2 # Create a black image img = np.zeros((512,512,

2018-05-31 01:51:06 -0600 received badge  Organizer (source)
2018-05-31 01:50:37 -0600 asked a question Numpy Error

Numpy Error The Following is my code : import numpy as np import cv2 # Create a black image img = np.zeros((512,512,

2018-05-23 05:10:28 -0600 commented question Import Error

@opencv-newb , yes the import error got resolved by reinstalling Opencv with --contrib and cv2.imread() also worked prop

2018-05-15 04:37:22 -0600 commented question no matching function for call to 'drawContours'

Thank You sir, I have gone through it

2018-05-14 04:29:12 -0600 edited question no matching function for call to 'drawContours'

no matching function for call to 'drawContours' Hi, i am a newbie in OpenCV world. My code snippet is shown below. Mat

2018-05-14 04:27:13 -0600 edited question no matching function for call to 'drawContours'

no matching function for call to 'drawContours' Hi, i am a newbie in OpenCV world. My code snippet is shown below. Mat

2018-05-14 04:23:03 -0600 asked a question no matching function for call to 'drawContours'

no matching function for call to 'drawContours' Hi, i am a newbie in OpenCV world. My code snippet is shown below. Mat

2018-05-14 04:23:03 -0600 asked a question no matching function for call to 'drawContours'

no matching function for call to 'drawContours' Hi, i am a newbie in OpenCV world. My code snippet is shown below. Mat

2018-05-11 01:37:06 -0600 edited question convert Visual Studio (windows) to Eclipse (Mac)

convert Visual Studio (windows) to Eclipse (Mac) I am trying to convert a visual studio 2015 (windows) OpenCV project to

2018-05-11 01:34:54 -0600 edited question convert Visual Studio (windows) to Eclipse (Mac)

convert Visual Studio (windows) to Eclipse (Mac) I am trying to convert a visual studio 2015 (windows) OpenCV project to

2018-05-11 01:32:34 -0600 edited question convert Visual Studio (windows) to Eclipse (Mac)

convert Visual Studio (windows) to Eclipse (Mac) I am trying to convert a visual studio 2015 (windows) OpenCV project to

2018-05-10 10:11:43 -0600 edited question convert Visual Studio (windows) to Eclipse (Mac)

convert Visual Studio (windows) to Eclipse (Mac) I am trying to convert a visual studio 2015 (windows) OpenCV project to

2018-05-10 10:05:13 -0600 edited answer I am not able to build my opencv project in eclipse

solved by reinstalling ECLIPSE. Thanks you!!

2018-05-10 10:04:46 -0600 answered a question I am not able to build my opencv project in eclipse

solved using reinstalling ECLIPSE. Thanks you!!

2018-05-10 04:40:25 -0600 commented question convert Visual Studio (windows) to Eclipse (Mac)

it's an OpenCV Project only but issue is within c++ part :-(

2018-05-10 04:37:25 -0600 edited question convert Visual Studio (windows) to Eclipse (Mac)

convert Visual Studio (windows) to Eclipse (Mac) I am trying to convert a visual studio 2015 (windows) OpenCV project to

2018-05-10 04:32:38 -0600 asked a question convert Visual Studio (windows) to Eclipse (Mac)

convert Visual Studio (windows) to Eclipse (Mac) I am trying to convert a visual studio 2015 (windows) OpenCV project to

2018-05-07 03:05:46 -0600 edited question stereoMatcher is not defined

stereoMatcher is not defined I am trying do image depth calculation in python environment using Opencv. The following er

2018-05-07 03:04:03 -0600 edited question stereoMatcher is not defined

stereoMatcher is not defined I am trying do image depth calculation in python environment using Opencv. The following er

2018-05-07 03:03:37 -0600 asked a question stereoMatcher is not defined

stereoMatcher is not defined I am trying do image depth calculation in in python environment using Opencv. The following

2018-05-06 06:14:38 -0600 received badge  Enthusiast
2018-05-04 02:38:28 -0600 commented question I am not able to build my opencv project in eclipse

Using Homebrew

2018-05-03 06:01:39 -0600 commented question Import Error

In terminal if I type python3 I can access python 3.6.5 and if simply typing python it will go for default python 2.7.14

2018-05-03 05:59:50 -0600 commented question Import Error

In terminal python 2.7.14 and I have installed opencv using pip

2018-05-03 05:53:59 -0600 commented question I am not able to build my opencv project in eclipse

I am using Mac and code run through Eclipse C/C++ by including its libraries in project

2018-05-03 02:04:26 -0600 asked a question Build Error OpenCV Program in Eclipse

Build Error OpenCV Program in Eclipse OS : macOs High Sierra Using OpenCV in Eclipse I have included the libraries a

2018-05-03 02:02:40 -0600 asked a question I am not able to build my opencv project in eclipse

I am not able to build my opencv project in eclipse OS : macOs High Sierra Using OpenCV in Eclipse I have included t

2018-05-01 11:31:54 -0600 commented question Import Error

if i check python version in terminal its shows Python 2.7.14 but i have python 3.6.5 installed. How can i solve this ??