Skip to content

Commit

Permalink
Got rid of comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
r4stered committed Dec 1, 2023
1 parent 591ae71 commit 4087d3b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,10 @@ class PhotonTrackedTarget {
}

/**
* Get the ratio of pose reprojection errors, called ambiguity. Numbers above
* 0.2 are likely to be ambiguous. -1 if invalid.
* Get the ratio of best:alternate pose reprojection errors, called ambiguity.
* This is betweeen 0 and 1 (0 being no ambiguity, and 1 meaning both have the
* same reprojection error). Numbers above 0.2 are likely to be ambiguous. -1
* if invalid.
*/
double GetPoseAmbiguity() const { return poseAmbiguity; }

Expand Down

0 comments on commit 4087d3b

Please sign in to comment.