-
-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60f37c7
commit d27d1e2
Showing
551 changed files
with
27,350 additions
and
21,312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
d27d1e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In file vibe-background-sequential.cpp on line 595 comments aren't match with code.
d27d1e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When SDEstimationFlag is False, in NPBGSubtractor.cpp in KDE algorithm DynamicMedianHistogram can't delete anything, because it doesn't init (NPBGSubtractor::~NPBGSubtractor())
d27d1e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In KDE algorithm when
if (frameNumber == framesToLearn) (line 78 in KDE.cpp)
"SequenceLength", "framesToLearn" - parameters, which algorithm is read (line KDE.cpp, KDE::loadConfig())
NPBGSubtractor analise all "SequenceLength" frames, but now we have only "framesToLearn" frames. (line 179 NPBGSubtractor.cpp, BuildAbsDiffHist())
Other ("SequenceLength" - "framesToLearn") frames could be randomly.