Documentation of 'boofcv.alg.background.BackgroundModelStationary' Java class
BackgroundModelStationary
boofcv.alg.background

Class BackgroundModelStationary<T extends ImageBase>

    • Constructor Detail

      • BackgroundModelStationary

        public BackgroundModelStationary(ImageType<T> imageType)
    • Method Detail

      • updateBackground

        public abstract void updateBackground(T frame)
        Updates the background with new image information.
      • segment

        public abstract void segment(T frame,
                                     GrayU8 segmented)
        Invoke to use the background image to segment the current frame into background and foreground pixels
        Parameters:
        frame - current image
        segmented - Segmented image. 0 = background, 1 = foreground/moving

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.