mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-20 04:25:42 +08:00
background Model initialization problems fixed
This commit is contained in:
@@ -127,7 +127,7 @@ class CV_EXPORTS_W MotionSaliencyBinWangApr2014 : public MotionSaliency
|
||||
//bool decisionThresholdAdaptation();
|
||||
|
||||
// changing structure
|
||||
vector<Mat> backgroundModel; // The vector represents the background template T0---TK of reference paper.
|
||||
vector<Ptr<Mat> > backgroundModel; // The vector represents the background template T0---TK of reference paper.
|
||||
// Matrices are two-channel matrix. In the first layer there are the B (background value)
|
||||
// for each pixel. In the second layer, there are the C (efficacy) value for each pixel
|
||||
Mat potentialBackground; // Two channel Matrix. For each pixel, in the first level there are the Ba value (potential background value)
|
||||
|
Reference in New Issue
Block a user