Package boofcv.alg.background.stationary
Class BackgroundStationaryBasic_PL<T extends ImageGray<T>>
java.lang.Object
boofcv.alg.background.BackgroundModel<T>
boofcv.alg.background.BackgroundModelStationary<T>
boofcv.alg.background.stationary.BackgroundStationaryBasic<Planar<T>>
boofcv.alg.background.stationary.BackgroundStationaryBasic_PL<T>
- All Implemented Interfaces:
BackgroundAlgorithmBasic
public class BackgroundStationaryBasic_PL<T extends ImageGray<T>>
extends BackgroundStationaryBasic<Planar<T>>
Implementation of
BackgroundStationaryBasic for ImageGray.-
Field Summary
FieldsFields inherited from class boofcv.alg.background.stationary.BackgroundStationaryBasic
learnRate, thresholdFields inherited from class boofcv.alg.background.BackgroundModel
imageType, unknownValue -
Constructor Summary
ConstructorsConstructorDescriptionBackgroundStationaryBasic_PL(float learnRate, float threshold, ImageType<Planar<T>> imageType) -
Method Summary
Modifier and TypeMethodDescriptionReturns the background image.voidreset()Resets model to its original statevoidInvoke to segment input image into background and foreground pixels.voidupdateBackground(Planar<T> frame) Updates the background with new image information.Methods inherited from class boofcv.alg.background.stationary.BackgroundStationaryBasic
getLearnRate, getThreshold, setLearnRate, setThresholdMethods inherited from class boofcv.alg.background.BackgroundModelStationary
updateBackgroundMethods inherited from class boofcv.alg.background.BackgroundModel
getImageType, getUnknownValue, setUnknownValue
-
Field Details
-
background
-
inputWrapper
-
-
Constructor Details
-
BackgroundStationaryBasic_PL
-
-
Method Details
-
getBackground
Returns the background image.- Returns:
- background image.
-
reset
public void reset()Description copied from class:BackgroundModelResets model to its original state -
updateBackground
Description copied from class:BackgroundModelStationaryUpdates the background with new image information.- Specified by:
updateBackgroundin classBackgroundModelStationary<Planar<T extends ImageGray<T>>>
-
segment
Description copied from class:BackgroundModelStationaryInvoke to segment input image into background and foreground pixels. If 'segmented' isn't the correct size it will be resized.
-