Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into multiag-pnp
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Oct 8, 2023
2 parents 3980e66 + 2881741 commit 3ed1d7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static PNPResults estimateCamPosePNP(
Point[] points = OpenCVHelp.cornersToPoints(corners);

// single-tag pnp
if (visTags.size() == 1) {
if (knownTags.size() == 1) {
var camToTag =
OpenCVHelp.solvePNP_SQUARE(
cameraMatrix, distCoeffs, TargetModel.kTag16h5.vertices, points);
Expand Down

0 comments on commit 3ed1d7f

Please sign in to comment.