File tree Expand file tree Collapse file tree 4 files changed +206
-97
lines changed Expand file tree Collapse file tree 4 files changed +206
-97
lines changed Original file line number Diff line number Diff line change
1
+ * 0.91.0
2
+ * Multiple improvements for ` InputArray ` /` OutputArray ` /` InputOutputArray ` handling:
3
+ * It's now possible to use the following types as ` InputArray ` : ` &[u8] ` /` [u8; N] ` , ` Vector<bool> ` ` Vector<GpuMat> ` and the
4
+ following as ` InputArray ` , ` OutputArray ` or ` InputOutputArray ` : ` Vector<Mat> ` and ` Vector<UMat> ` .
5
+ * ` InputArray ` /` OutputArray ` /` InputOutputArray ` constructors now return ` BoxedRef ` /` BoxedRefMut ` to express the borrowing
6
+ semantics.
7
+ * Some constructors have received ` _mut ` suffix where appropriate.
8
+ * Unsafe ` Mat ` constructors (` *_with_data ` ) have received ` _unsafe ` suffix and safe versions have been introduced that return
9
+ ` BoxedRef ` /` BoxedRefMut `
10
+ * ` MatSize::new ` is now unsafe and accepts a pointer.
11
+
1
12
* 0.90.0
2
13
* Automatically generate default constructors for classes where posssible.
3
14
* Backwards-incompatible changes:
You can’t perform that action at this time.
0 commit comments