ResultObjectDetection constructor

ResultObjectDetection(
  1. int classIndex,
  2. double score,
  3. PyTorchRect rect
)

Implementation

ResultObjectDetection(this.classIndex, this.score, this.rect);