Skip to content

Commit 8e9edb0

Browse files
authored
Merge pull request #324 from rainyl/more-calib3d
More `calib3d` functions
2 parents 38509a9 + b2b25a1 commit 8e9edb0

24 files changed

+7967
-1195
lines changed

packages/dartcv/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.2
2+
3+
* add more functions in `calib3d`
4+
15
## 1.1.1
26

37
* make `VecVecChar` unmodifible

packages/dartcv/analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ analyzer:
3636
constant_identifier_names: ignore
3737
missing_required_param: error
3838
missing_return: error
39+
non_constant_identifier_names: ignore
3940
parameter_assignments: error
4041
linter:
4142
rules:

packages/dartcv/lib/calib3d.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ library dartcv.calib3d;
77
export 'src/calib3d/calib3d.dart';
88
export 'src/calib3d/calib3d_async.dart';
99
export 'src/calib3d/fisheye.dart';
10+
export 'src/calib3d/usac_params.dart';

0 commit comments

Comments
 (0)