ResultObjectDetection constructor
ResultObjectDetection(
- int classIndex,
- double score,
- PyTorchRect rect
Implementation
ResultObjectDetection(this.classIndex, this.score, this.rect);