Ask Your Question

amangg's profile - activity

2016-06-15 23:45:35 -0600 asked a question Source code for BackgroundSubtractorMOG2 ?

I am looking for the source code for the BackgroundSubtractorMOG2 function. I am looking for the python version. I already found the 'C' version of it at https://github.com/Itseez/opencv/blob...

2016-05-25 10:02:47 -0600 commented question unable to install opencv3

I have edited the question. Check once again.

2016-05-23 16:39:33 -0600 asked a question unable to install opencv3

I am trying to install opencv3 with cmake using the tutorials using python but I can't get it working. The error I constantly receive when I import cv using python

importerror no module named cv2

I am using the following tools :-

  1. Installed python 2.7.9 (32 bit)
  2. Installed numpy 1.11 from here
  3. Installed latest cmake version
  4. Using VS2012 for build and compiling (32 bit)
  5. Downloaded opencv3 from github.

I am utterly confused. Is there something that I am misssing something or any dependencies ?