Ask Your Question

kunal017's profile - activity

2018-03-14 17:01:29 -0600 received badge  Student (source)
2017-11-07 18:10:10 -0600 received badge  Famous Question (source)
2017-07-31 04:16:17 -0600 received badge  Notable Question (source)
2017-05-04 04:46:29 -0600 received badge  Popular Question (source)
2016-05-18 06:02:26 -0600 received badge  Scholar (source)
2016-05-18 06:02:24 -0600 received badge  Supporter (source)
2016-05-18 06:00:19 -0600 commented answer module 'cv2' has no attribute 'createBackgroundSubtractorMOG'

Thanks, It worked well.

2016-05-18 05:45:59 -0600 asked a question module 'cv2' has no attribute 'createBackgroundSubtractorMOG'

I am using Python 3.5.1 and opencv 3.1.0. I am trying to use cv2.createBackgroundSubtractorMOG() method in Python.

I get the following error when running the code : fgbg = cv2.createBackgroundSubtractorMOG() AttributeError: module 'cv2' has no attribute 'createBackgroundSubtractorMOG2'

Code I am using is from http://docs.opencv.org/3.0-beta/doc/p...

I tried searching online but not able to solve problem. Please help me out, Thanks in advance.