Skip to content

Commit

Permalink
Update Calibrate3dPipeline.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 23, 2023
1 parent a1f89f1 commit bae2b28
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ public class Calibrate3dPipeline
// Getter methods have been set for calibrate and takeSnapshot
private boolean takeSnapshot = false;

// Output of the corners
// Detected corners
// Frame resolution, object points, board corners
final List<Triple<Size, Mat, Mat>> foundCornersList;

/// Output of the calibration, getter method is set for this.
Expand Down

0 comments on commit bae2b28

Please sign in to comment.