File tree Expand file tree Collapse file tree 3 files changed +6431
-10
lines changed Expand file tree Collapse file tree 3 files changed +6431
-10
lines changed Original file line number Diff line number Diff line change
1
+ * 0.95.0
2
+ * ` MatSize ` now carries a lifetime because it borrows the data from a ` Mat ` on creation.
3
+ * Conditional compilation macros for detecting which module is enabled are now added in the form ` opencv_has_module_<MODULE_NAME>! ` .
4
+ * Conditional compilation macros for detecting supported OpenCV compilation-time features: ` opencv_has_inherent_feature_<FEATURE>! ` .
5
+ * OpenCV branch conditional compilation macros now support both positive and negative code branch in the same macro call.
6
+ E.g., ` opencv_branch_4! { { <code block when branch is 4.x> } else { <code block when branch is not 4.x> } } ` .
7
+ * Fix building when OpenCV CUDA-related headers are missing.
8
+
1
9
* 0.94.4
2
10
* Downgrade the ` windows ` dependency for now to fix the build issue in https://github.com/twistedfall/opencv-rust/issues/660 .
3
11
You can’t perform that action at this time.
0 commit comments