Skip to content

Commit b241e2f

Browse files
authored
Bump OpenCV to 4.12.0, add new constructor for FlannBasedMatcher (#370)
* add FlannIndexParams FlannSearchParams cv.FlannBasedMatcher.create * add FlannAlgorithm * more tests
1 parent f60f745 commit b241e2f

File tree

7 files changed

+875
-44
lines changed

7 files changed

+875
-44
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ publish/
3333
*.exe
3434
libdartcv*
3535
.DS_STORE
36+
.ccls-cache/
37+
example/
3638

3739
# Files and directories created by pub
3840
.dart_tool/

packages/dartcv/lib/features2d.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ library dartcv.features2d;
66

77
export 'src/features2d/features2d.dart';
88
export 'src/features2d/features2d_async.dart';
9+
export 'src/g/features2d.g.dart' show FlannIndexType, FlannAlgorithm, FlannDistance;

0 commit comments

Comments
 (0)