public class ConfigBackgroundBasic
extends java.lang.Object
implements boofcv.struct.Configuration
ConfigBackgroundBasic.| Modifier and Type | Field and Description |
|---|---|
boofcv.alg.interpolate.TypeInterpolate |
interpolation
Specifies which interpolation it will use.
|
float |
learnRate
Specifies how fast it will adapt to changes in the background.
|
float |
threshold
Threshold for classifying a pixel as background or not.
|
| Constructor and Description |
|---|
ConfigBackgroundBasic(float threshold) |
ConfigBackgroundBasic(float threshold,
float learnRate) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public float learnRate
public float threshold
public boofcv.alg.interpolate.TypeInterpolate interpolation
TypeInterpolate.BILINEAR or
TypeInterpolate.NEAREST_NEIGHBOR recommended.
ONLY USED FOR MOVING BACKGROUNDS!