Class BundleZoomState

java.lang.Object
boofcv.alg.geo.bundle.cameras.BundleZoomState
All Implemented Interfaces:
BundleCameraState

public class BundleZoomState extends Object implements BundleCameraState
Camera state for storing the zoom value
  • Field Details

    • zoom

      public double zoom
      Value of zoom for the lens
  • Constructor Details

    • BundleZoomState

      public BundleZoomState(double zoom)
    • BundleZoomState

      public BundleZoomState()
  • Method Details