Added the tutorial on background subtraction, in the video section#1315
Added the tutorial on background subtraction, in the video section#1315opencv-pushbot merged 9 commits intoopencv:masterfrom
Conversation
|
@dbloisi thx for PR! unfortunately your changes causes an error, please take a look http://build.opencv.org/pullrequest |
There was a problem hiding this comment.
Is it somehow related to the bg subtraction tutorial?
There was a problem hiding this comment.
No, it is not. I added it because my compiler mingw32-g++ 4.6.2 gave me an error.
There was a problem hiding this comment.
It has already been fixed in current master.
|
very good tutorial, thank you very much! Unfortunately, our buildbot still fails to merge it: http://pullrequest.opencv.org |
|
I will try a new fork. Is it ok? 2013/8/26 Vadim Pisarevsky notifications@github.com
|
|
You don't have to, but if you want, no one's to stop you. |
|
Ok, I will not. I am new to gitHub and I am sorry for the above questions 2013/8/29 òÏÍÁÎ äÏÎÞÅÎËÏ notifications@github.com
|
|
You need to rebase your branch on top of the current master, which is done like this: At this point Git will print a message, which explains where the conflicts are and how you can resolve them. If you get lost resolving conflicts, you can always abort ( Alternatively, you can delete your local branch, recreate it on top of the current master and reapply your changes manually. Either way, after you're done, you'll need to force-push your branch to your fork ( |
…_tutorial Conflicts: modules/stitching/src/motion_estimators.cpp
|
Some builders for automatic checking request are failed. Details here: pullrequest.opencv.org |
doc/conf.py
Outdated
|
@vpisarev Any updates? |
|
👍 |
Added a tutorial on background subtraction, in the video section. I also added the complete code in the samples folder. A minor fix in the file modules/stitching/src/motion_estimators.cpp because I was unable to compile without adding std:: at line 262.