ScalingRecognizeSettings constructor

const ScalingRecognizeSettings({
  1. double scaleRatioThreshold = 1.100000023841858,
  2. double scaleRatioThresholdInRotation = 1.2000000476837158,
  3. double zoomScaleRatio = 2,
  4. double scaleLogDiffPerMm = 0.05000000074505806,
  5. bool disableZoom = false,
})

Implementation

const ScalingRecognizeSettings({
  this.scaleRatioThreshold = 1.100000023841858,
  this.scaleRatioThresholdInRotation = 1.2000000476837158,
  this.zoomScaleRatio = 2,
  this.scaleLogDiffPerMm = 0.05000000074505806,
  this.disableZoom = false
});