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

Class BackgroundModel<T extends ImageBase>

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      ImageType<T> getImageType()
      Type of input image it can process
      int getUnknownValue()
      Returns the value that pixels in the segmented image are assigned if there is no background information.
      abstract void reset()
      Resets model to its original state
      void setUnknownValue(int unknownValue)
      Specify the value of a segmented pixel which has no corresponding pixel in the background image.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BackgroundModel

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

      • reset

        public abstract void reset()
        Resets model to its original state
      • getUnknownValue

        public int getUnknownValue()
        Returns the value that pixels in the segmented image are assigned if there is no background information.
        Returns:
        Value for unknown
      • setUnknownValue

        public void setUnknownValue(int unknownValue)
        Specify the value of a segmented pixel which has no corresponding pixel in the background image.
        Parameters:
        unknownValue - Value for pixels with out a background pixel. 2 to 255, inclusive.
      • getImageType

        public ImageType<T> getImageType()
        Type of input image it can process

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.