We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e624cb6 commit 966b880Copy full SHA for 966b880
CHANGES.md
@@ -1,3 +1,8 @@
1
+* 0.95.1
2
+ * Add `Deref` for `MatSize`.
3
+ * Fix assertion error with `Mat::at` addressing on OpenCV 4.12.
4
+ * Drop unneeded dep that was causing build failures in crossbuild environments (fixes https://github.com/twistedfall/opencv-rust/issues/682).
5
+
6
* 0.95.0
7
* `MatSize` now carries a lifetime because it borrows the data from a `Mat` on creation.
8
* Conditional compilation macros for detecting which module is enabled are now added in the form `opencv_has_module_<MODULE_NAME>!`.
0 commit comments