Skip to content

Commit

Permalink
make rect public
Browse files Browse the repository at this point in the history
  • Loading branch information
mdurrani808 committed Jan 10, 2024
1 parent 12846c3 commit d89b42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/photonvision/rknn/RknnJNI.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public RknnResult(
this.rect = new Rect2d(new Point(left, top), new Point(right, bottom));
}

Rect2d rect;
public final Rect2d rect;
public final float conf;
public final int class_id;

Expand Down

0 comments on commit d89b42f

Please sign in to comment.