DetectionConfig constructor

const DetectionConfig({
  1. int maxRetries = 1,
  2. bool enableRotationRetry = false,
  3. List<int> rotationAngles = const [90, 180, 270],
  4. bool enableMultiScale = false,
})

Implementation

const DetectionConfig({
  this.maxRetries = 1,
  this.enableRotationRetry = false,
  this.rotationAngles = const [90, 180, 270],
  this.enableMultiScale = false,
});