File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.4
2+
3+ - New API: cv.Subdiv2D
4+ - New API: cv.LUT
5+ - improve performance of Mat.at() and Mat.set()
6+ - Add: Mat.aU8(), Mat.setU8(), etc.
7+
18## 1.0.3+2
29
310- fix: change the default border type of pyrDown/pyrUp to BORDER_DEFAULT, same as opencv
Original file line number Diff line number Diff line change 77from pathlib import Path
88import yaml
99
10- OPENCV_VERSION = "4.9.0+1 "
10+ OPENCV_VERSION = "4.9.0+2 "
1111OPENCV_FILES_URL = (
1212 f"https://github.com/rainyl/opencv.full/releases/download/{ OPENCV_VERSION } "
1313)
Original file line number Diff line number Diff line change 11name : opencv_dart
22description : " OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart!"
3- version : 1.0.3+2
4- binary_version : 1.0.3
3+ version : 1.0.4
4+ binary_version : 1.0.4
55homepage : https://github.com/rainyl/opencv_dart
66
77environment :
You can’t perform that action at this time.
0 commit comments