ModelObjectDetection constructor

ModelObjectDetection(
  1. int _index,
  2. int imageWidth,
  3. int imageHeight,
  4. List<String> labels, {
  5. ObjectDetectionModelType modelType = ObjectDetectionModelType.yolov5,
})

Implementation

ModelObjectDetection(
    this._index, this.imageWidth, this.imageHeight, this.labels,
    {this.modelType = ObjectDetectionModelType.yolov5});