Package boofcv.factory.background
Class BaseConfigBackground
java.lang.Object
boofcv.factory.background.BaseConfigBackground
- All Implemented Interfaces:
Configuration
,Serializable
- Direct Known Subclasses:
ConfigBackgroundBasic
,ConfigBackgroundGaussian
,ConfigBackgroundGmm
Common configuration for all
BackgroundModel
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
Specifies what value a pixel should be assigned if no statistical information is available. -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface boofcv.struct.Configuration
checkValidity, serializeActiveFields, serializeInitialize
-
Field Details
-
unknownValue
public int unknownValueSpecifies what value a pixel should be assigned if no statistical information is available.
-
-
Constructor Details
-
BaseConfigBackground
public BaseConfigBackground()
-
-
Method Details
-
setTo
-