Method | Description | |
---|---|---|
Apply ( InputArray image, OutputArray fgmask, double learningRate = -1 ) : void |
the update operator that takes the next video frame and returns the current foreground mask as 8-bit binary image.
|
|
GetBackgroundImage ( OutputArray backgroundImage ) : void |
computes a background image
|
public Apply ( InputArray image, OutputArray fgmask, double learningRate = -1 ) : void | ||
image | InputArray | |
fgmask | OutputArray | |
learningRate | double | |
return | void |
public GetBackgroundImage ( OutputArray backgroundImage ) : void | ||
backgroundImage | OutputArray | |
return | void |