boofcv.alg.background
Class BackgroundModelStationary<T extends ImageBase>
- java.lang.Object
-
- boofcv.alg.background.BackgroundModel<T>
-
- boofcv.alg.background.BackgroundModelStationary<T>
-
- Direct Known Subclasses:
- BackgroundStationaryBasic, BackgroundStationaryGaussian
public abstract class BackgroundModelStationary<T extends ImageBase> extends BackgroundModel<T>
Base class for classifying pixels as background based on the apparent motion of pixels when the camera is static.
-
-
Constructor Summary
Constructors Constructor and Description BackgroundModelStationary(ImageType<T> imageType)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract voidsegment(T frame, GrayU8 segmented)Invoke to use the background image to segment the current frame into background and foreground pixelsabstract voidupdateBackground(T frame)Updates the background with new image information.-
Methods inherited from class boofcv.alg.background.BackgroundModel
getImageType, getUnknownValue, reset, setUnknownValue
-
-
-
-
Method Detail
-
updateBackground
public abstract void updateBackground(T frame)
Updates the background with new image information.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG