Skip to content

Commit

Permalink
Merge pull request #316 from Escaton615/estimateaffinepartial2dfix
Browse files Browse the repository at this point in the history
fix reference of estimateAffinePartial2D
  • Loading branch information
rainyl authored Jan 11, 2025
2 parents 782aaf5 + 9c1601c commit 139b88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dartcv/lib/src/calib3d/calib3d.dart
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Mat drawChessboardCorners(
inliers ??= Mat.empty();
final rval = Mat.empty();
cvRun(
() => ccalib3d.cv_estimateAffine2D_1(
() => ccalib3d.cv_estimateAffinePartial2D_1(
from.ref,
to.ref,
inliers!.ref,
Expand Down

0 comments on commit 139b88b

Please sign in to comment.