Class ConfigOpticalFlowBlockPyramid

java.lang.Object
boofcv.factory.flow.ConfigOpticalFlowBlockPyramid
All Implemented Interfaces:
Configuration, Serializable

public class ConfigOpticalFlowBlockPyramid extends Object implements Configuration
See Also:
  • Field Details

    • searchRadius

      public int searchRadius
      Radius of the search area
    • regionRadius

      public int regionRadius
      Radius of the square region
    • maxPerPixelError

      public int maxPerPixelError
      Maximum error allowed per pixel. Default is 30
    • pyramidScale

      public double pyramidScale
      Difference in scale between layers in the pyramid. A value of 1 means a single layer.
    • maxPyramidLayers

      public int maxPyramidLayers
      The maximum number of layers in the pyramid
  • Constructor Details

    • ConfigOpticalFlowBlockPyramid

      public ConfigOpticalFlowBlockPyramid()
  • Method Details