Skip to content

Commit b0d9ac8

Browse files
authored
[Imgproc] Add more 2f version APIs for high-precision usage (#364)
* bump ffigen to 19.0.0, regenerate ffigen * add more 2f version functions * add more tests for 2f version APIs, remove `convexityDefects2f` since opencv does not support; breaking change: optional args `hierarchy` of drawContours now change to VecVec4i type.
1 parent 59498ea commit b0d9ac8

25 files changed

+12282
-7486
lines changed

packages/dartcv/lib/src/g/calib3d.g.dart

Lines changed: 1227 additions & 679 deletions
Large diffs are not rendered by default.

packages/dartcv/lib/src/g/constants.g.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,8 @@ enum VideoAccelerationType {
20262026
2 => VIDEO_ACCELERATION_D3D11,
20272027
3 => VIDEO_ACCELERATION_VAAPI,
20282028
4 => VIDEO_ACCELERATION_MFX,
2029-
_ => throw ArgumentError("Unknown value for VideoAccelerationType: $value"),
2029+
_ => throw ArgumentError(
2030+
'Unknown value for VideoAccelerationType: $value'),
20302031
};
20312032
}
20322033

packages/dartcv/lib/src/g/contrib.g.dart

Lines changed: 1076 additions & 640 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)