DetectionFilter constructor

DetectionFilter({
  1. double? minBoundingBoxHeight,
  2. double? minBoundingBoxWidth,
  3. double? minConfidence,
})

Implementation

DetectionFilter({
  this.minBoundingBoxHeight,
  this.minBoundingBoxWidth,
  this.minConfidence,
});