Class modelling background hypothesis. More...
#include <fgbgsegment.h>
Public Member Functions | |
Background (FgBgSegment &segm, int width, int height) | |
Constructor. | |
void | Initialize () |
Initialize the background hypothesis. | |
virtual void | Update () |
Update background hypothesis. | |
Public Attributes | |
float | disp |
Image< float > | probabilities |
Probabilities for each pixel to belong to the background. | |
float | spread_d |
Static Public Attributes | |
static const float | strength = 10.0f |
static const float | weight_d = 0.1f*0.1f |
Class modelling background hypothesis.
Definition at line 230 of file fgbgsegment.h.
FgBgSegment::Background::Background | ( | FgBgSegment & | segm, | |
int | width, | |||
int | height | |||
) |
void FgBgSegment::Background::Initialize | ( | ) |
Initialize the background hypothesis.
Definition at line 539 of file fgbgsegment.cpp.
void FgBgSegment::Background::Update | ( | ) | [virtual] |
Update background hypothesis.
Reimplemented from FgBgSegment::ColorModel.
Definition at line 882 of file fgbgsegment.cpp.
Definition at line 235 of file fgbgsegment.h.
Probabilities for each pixel to belong to the background.
Definition at line 237 of file fgbgsegment.h.
Definition at line 235 of file fgbgsegment.h.
const float FgBgSegment::Background::strength = 10.0f [static] |
Definition at line 233 of file fgbgsegment.h.
const float FgBgSegment::Background::weight_d = 0.1f*0.1f [static] |
Definition at line 232 of file fgbgsegment.h.