dartcv4 1.1.8
dartcv4: ^1.1.8 copied to clipboard
OpenCV image processing library bindings for Dart language.
1.1.8 #
- bump dependencies
- add
UMat - [features2d] add more functions/constructions
- add custom loggers, support user-defined logger callback
- add
cv.freetypemodule
1.1.7 #
- add
Mat.reinterpret - add
fisheye.solvePnPRansac, supportmaskforcv.threshold - add
StereoBM,StereoSGBMfromcalib3dmodule
1.1.6 #
- add
FlannIndexParams,FlannSearchParams,FlannKDTreeIndexParams - add
FlannBasedMatcher.create - bump opencv to 4.12.0
1.1.5 #
- added
approxPolyN. - add more high-precision functions (
arcLength2f, etc.) toimgprocmodule, https://github.com/rainyl/opencv_dart/pull/364 - breaking change: optional arg
hierarchyofdrawContoursnow change fromMattoVecVec4itype.
1.1.4 #
- remove deprecated
MatType.toInt(), should use MatType.value instead - add
MatType.elemSizeMatType.elemSize1 - remove deprecated
(double x, double y, double z).asPoint3f(double x, double y).asPoint2f(int x, int y).asPointVecPoint.toVecVecPoint - add
bin/gen_cmake_vars.dartfor generating optional module vars for CMake
1.1.3 #
- add
VideoCapture.grabAsync - add
Mat.fromBufferto allow creatingMatfrom self-managed buffer - add
copyDataparameter toMat.fromVec - remove
Mat.fromPtr, merge it toMat.fromMat - add
Mat.atU8,Mat.setU8, etc. - remove deprecated
Mat.copyToWithMask,List<Mat>.asVecMat()
1.1.2 #
- add more functions in
calib3d
1.1.1 #
- make
VecVecCharunmodifible - more tests
1.1.0 #
- update to OpenCV 4.11.0
- change vector wrappers to std::vector
- fix reference of estimateAffinePartial2D
- support
VideoWriter.get()andVideoWriter.set() - use native implementation of 8U/8S -> F16 for
cv.LUT()
1.0.1 #
- add example
1.0.0 #
- stable release
- add
cv.Mat.fromMat
0.0.2 #
- More tests
- add copyToAsync PSNRAsync mulTransposedAsync VecRect2f Net.getUnconnectedOutLayersNames enableModelDiagnostics getAvailableBackends getAvailableTargets
0.0.1 #
- Initial version.