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 95547f4 commit 1060539Copy full SHA for 1060539
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 1.0.3
2
+
3
+- New API: Mat::ptr -> Mat.ptrAt
4
+ - ffi.Pointer\<T\> Mat.ptrAt\<T extends ffi.NativeType\>(int i0, [int? i1, int? i2])
5
+ - ffi.Pointer<ffi.UnsignedChar> Mat.ptrU8(int i0, [int? i1, int? i2])
6
+ - ffi.Pointer<ffi.Char> ptrI8(int i0, [int? i1, int? i2])
7
+ - ffi.Pointer<ffi.UnsignedShort> ptrU16(int i0, [int? i1, int? i2])
8
+ - ffi.Pointer<ffi.Short> ptrI16(int i0, [int? i1, int? i2])
9
+ - ffi.Pointer<ffi.Int> ptrI32(int i0, [int? i1, int? i2])
10
+ - ffi.Pointer<ffi.Float> ptrF32(int i0, [int? i1, int? i2])
11
+ - ffi.Pointer<ffi.Double> ptrF64(int i0, [int? i1, int? i2])
12
13
## 1.0.2+2
14
15
- Fix: update archive version to 3.5.1
0 commit comments