C# Class Emgu.CV.Structure.MCvGaussBGStatModelParams

Exibir arquivo Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
bg_threshold double
minArea double
n_gauss int
std_threshold double
variance_init double
weight_init double
win_size int

Property Details

bg_threshold public_oe property

Threshold sum of weights for background test. (default = 0.7)
public double bg_threshold
return double

minArea public_oe property

Discard foreground blobs whose bounding box is smaller than this threshold. (default = 15.f)
public double minArea
return double

n_gauss public_oe property

Number of Gaussians in mixture. (default = 5, Max = 500)
public int n_gauss
return int

std_threshold public_oe property

Lambda=2.5 is 99% (default = 2.5)
public double std_threshold
return double

variance_init public_oe property

Default = 30*30
public double variance_init
return double

weight_init public_oe property

Default = 0.05
public double weight_init
return double

win_size public_oe property

Learning rate; alpha = 1/win_size. (default = 200)
public int win_size
return int