Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/dartcv/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pubspec.lock

test/models
libdartcv*
!example/
1 change: 1 addition & 0 deletions packages/dartcv/.pubignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ ffigen/
Makefile
libdartcv*
!example/
*.ttf
8 changes: 8 additions & 0 deletions packages/dartcv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.1.8

* bump dependencies
* add `UMat`
* [features2d] add more functions/constructions
* add custom loggers, support user-defined logger callback
* add `cv.freetype` module

## 1.1.7

* add `Mat.reinterpret`
Expand Down
1 change: 1 addition & 0 deletions packages/dartcv/bin/gen_cmake_vars.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const defaultModuleSettings = {
"dnn": "ON",
"features2d": "ON",
"flann": "ON",
"freetype": "OFF",
// "gapi", // disabled
"highgui": "OFF",
"imgproc": "ON",
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_calib3d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_const.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ headers:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
3 changes: 2 additions & 1 deletion packages/dartcv/ffigen/ffigen_contrib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ headers:
- ../src/dartcv/contrib/wechat_qrcode.h
- ../src/dartcv/contrib/ximgproc.h
- ../src/dartcv/contrib/xobjdetect.h
- ../src/dartcv/freetype/freetype.h
include-directives:
- ../src/dartcv/contrib/aruco.h
- ../src/dartcv/contrib/img_hash.h
- ../src/dartcv/contrib/quality.h
- ../src/dartcv/contrib/wechat_qrcode.h
- ../src/dartcv/contrib/ximgproc.h
- ../src/dartcv/contrib/xobjdetect.h
- ../src/dartcv/freetype/freetype.h

functions:
symbol-address:
Expand All @@ -39,7 +41,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_dnn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_features2d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_gapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_highgui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_imgcodecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_imgproc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_objdetect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_photo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_stitching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ type-map:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_video.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/dartcv/ffigen/ffigen_videoio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ functions:
preamble: |
// coverage:ignore-file
// opencv_dart - OpenCV bindings for Dart language
// some c wrappers were from gocv: https://github.com/hybridgroup/gocv
// License: Apache-2.0 https://github.com/hybridgroup/gocv/blob/release/LICENSE.txt
// Author: Rainyl
// License: Apache-2.0
Expand Down
1 change: 1 addition & 0 deletions packages/dartcv/lib/contrib.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ library dartcv.contrib;
export 'src/contrib/aruco.dart';
export 'src/contrib/aruco_async.dart';
export 'src/contrib/aruco_dict.dart';
export 'src/contrib/freetype.dart';
export 'src/contrib/img_hash.dart';
export 'src/contrib/quality.dart';
export 'src/contrib/wechat_qrcode.dart';
Expand Down
1 change: 1 addition & 0 deletions packages/dartcv/lib/core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ export 'src/core/scalar.dart';
export 'src/core/size.dart';
export 'src/core/svd.dart';
export 'src/core/termcriteria.dart';
export 'src/core/umat.dart';
export 'src/core/vec.dart';
2 changes: 2 additions & 0 deletions packages/dartcv/lib/features2d.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ library dartcv.features2d;

export 'src/features2d/features2d.dart';
export 'src/features2d/features2d_async.dart';
export 'src/features2d/features2d_base.dart';
export 'src/features2d/features2d_enum.dart';
export 'src/g/features2d.g.dart' show FlannIndexType, FlannAlgorithm, FlannDistance;
Loading