Skip to content

Commit

Permalink
Merge branch 'main' into no-copy-vec
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Jan 17, 2025
2 parents 314e479 + 044f74d commit ffd5593
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,22 @@ see [awesome-opencv_dart](https://github.com/rainyl/awesome-opencv_dart) and sha
<sub><b>JinWoo Jung</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Escaton615">
<img src="https://avatars.githubusercontent.com/u/6680284?v=4" width="100;" alt="Escaton615"/>
<br />
<sub><b>Escaton615</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/mdeleau">
<img src="https://avatars.githubusercontent.com/u/112755117?v=4" width="100;" alt="mdeleau"/>
<br />
<sub><b>mdeleau</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/totemat">
<img src="https://avatars.githubusercontent.com/u/9088953?v=4" width="100;" alt="totemat"/>
Expand Down
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 ffd5593

Please sign in to comment.