Package boofcv.alg.background.moving
Class BackgroundMovingBasic_SB<T extends ImageGray<T>,Motion extends InvertibleTransform<Motion>>
java.lang.Object
boofcv.alg.background.BackgroundModel<T>
boofcv.alg.background.BackgroundModelMoving<T,Motion>
boofcv.alg.background.moving.BackgroundMovingBasic<T,Motion>
boofcv.alg.background.moving.BackgroundMovingBasic_SB<T,Motion>
- All Implemented Interfaces:
BackgroundAlgorithmBasic
public class BackgroundMovingBasic_SB<T extends ImageGray<T>,Motion extends InvertibleTransform<Motion>>
extends BackgroundMovingBasic<T,Motion>
Implementation of
BackgroundMovingBasic for ImageGray.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InterpolatePixelS<GrayF32>protected InterpolatePixelS<T>protected GrayF32Background model.protected BackgroundMovingBasic_SB<T,Motion>.boofcv.alg.background.moving.BackgroundMovingBasic_SB.Helper protected GrowArray<BackgroundMovingBasic_SB<T,Motion>.boofcv.alg.background.moving.BackgroundMovingBasic_SB.Helper> protected GImageGrayFields inherited from class boofcv.alg.background.moving.BackgroundMovingBasic
learnRate, thresholdFields inherited from class boofcv.alg.background.BackgroundModelMoving
_transform, backgroundHeight, backgroundWidth, corners, currentToWorld, homeToWorld, worldToCurrent, worldToHomeFields inherited from class boofcv.alg.background.BackgroundModel
imageType, unknownValue -
Constructor Summary
ConstructorsConstructorDescriptionBackgroundMovingBasic_SB(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, Class<T> imageType) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidinitialize(int backgroundWidth, int backgroundHeight, Motion homeToWorld) Initializes background model.voidreset()Resets model to its original stateprotected voidupdateBackground(int x0, int y0, int x1, int y1, T frame) Call to update the background with the frame inside the bounding box.Methods inherited from class boofcv.alg.background.BackgroundModelMoving
segment, updateBackgroundMethods inherited from class boofcv.alg.background.BackgroundModel
getImageType, getUnknownValue, setUnknownValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface boofcv.alg.background.BackgroundAlgorithmBasic
getLearnRate, getThreshold, setLearnRate, setThreshold
-
Field Details
-
background
Background model. Pixels which haven't been assigned yet are marked withFloat.MAX_VALUE. -
_interpolationInput
-
_interpolationBG
-
inputWrapper
-
helpers
protected GrowArray<BackgroundMovingBasic_SB<T extends ImageGray<T>,Motion extends InvertibleTransform<Motion>>.boofcv.alg.background.moving.BackgroundMovingBasic_SB.Helper> helpers -
helper
protected BackgroundMovingBasic_SB<T extends ImageGray<T>,Motion extends InvertibleTransform<Motion>>.boofcv.alg.background.moving.BackgroundMovingBasic_SB.Helper helper
-
-
Constructor Details
-
BackgroundMovingBasic_SB
public BackgroundMovingBasic_SB(float learnRate, float threshold, Point2Transform2Model_F32<Motion> transform, InterpolationType interpType, Class<T> imageType)
-
-
Method Details
-
initialize
Description copied from class:BackgroundModelMovingInitializes background model. Specifies the size of the background image and transform from the "home" image to the background "world"- Specified by:
initializein classBackgroundModelMoving<T extends ImageGray<T>,Motion extends InvertibleTransform<Motion>> - Parameters:
backgroundWidth- Width of backgroundbackgroundHeight- Height of backgroundhomeToWorld- Transform from home to world.
-
reset
public void reset()Description copied from class:BackgroundModelResets model to its original state- Specified by:
resetin classBackgroundModel<T extends ImageGray<T>>
-
updateBackground
Description copied from class:BackgroundModelMovingCall to update the background with the frame inside the bounding box. Implementing class needs to make sure the rectangle is inside the background.- Specified by:
updateBackgroundin classBackgroundModelMoving<T extends ImageGray<T>,Motion extends InvertibleTransform<Motion>>
-
_segment
- Specified by:
_segmentin classBackgroundModelMoving<T extends ImageGray<T>,Motion extends InvertibleTransform<Motion>>
-