pyapriltags 3.3.0.3__py3-none-win32.whl → 3.4.3.1__py3-none-win32.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
pyapriltags/apriltags.py CHANGED
@@ -41,7 +41,7 @@ class _Matd(ctypes.Structure):
41
41
  _fields_ = [
42
42
  ('nrows', ctypes.c_int),
43
43
  ('ncols', ctypes.c_int),
44
- ('data', ctypes.c_double * 1),
44
+ ('data', ctypes.POINTER(ctypes.c_double)),
45
45
  ]
46
46
 
47
47
 
@@ -133,7 +133,7 @@ def _image_u8_get_array(img_ptr):
133
133
 
134
134
  def _matd_get_array(mat_ptr):
135
135
  return _ptr_to_array2d(ctypes.c_double,
136
- mat_ptr.contents.data,
136
+ mat_ptr.contents.data.contents,
137
137
  int(mat_ptr.contents.nrows),
138
138
  int(mat_ptr.contents.ncols))
139
139
 
Binary file
@@ -1,14 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyapriltags
3
- Version: 3.3.0.3
3
+ Version: 3.4.3.1
4
4
  Summary: Python bindings for the Apriltags library
5
5
  Home-page: https://github.com/WillB97/pyapriltags
6
6
  Author: Aleksandar Petrov
7
7
  Author-email: alpetrov@ethz.ch
8
8
  Maintainer: Will Barber
9
9
  License: BSD
10
- Platform: UNKNOWN
11
10
  Description-Content-Type: text/markdown
11
+ License-File: LICENSE.md
12
12
  Requires-Dist: numpy
13
13
 
14
14
  # pyapriltags: Python bindings for the Apriltags library
@@ -140,5 +140,3 @@ The building script from `assets/build.sh` will be executed inside the container
140
140
  - repeat above steps for: `win64`, `macos arm64`, `macos x86_64`, `linux x86_64`, `linux aarch64`, `linux armv7l`
141
141
  - build python wheel (the .so library is embedded as `package_data`)
142
142
  - copy wheel file to `/out` (will pop up in `dist/` outside the container)
143
-
144
-
@@ -0,0 +1,9 @@
1
+ pyapriltags/__init__.py,sha256=S3uf8pSD4venPPYD1YA9Q3w5k0oZVV66ZDMUNn_JI0s,91
2
+ pyapriltags/apriltags.py,sha256=kxR84eI_dxPfOmCqCxCJoRw2C9k_5gTlpUq52NXdtdE,16802
3
+ pyapriltags/libapriltag.dll,sha256=88WuP20nyX5oJyR8K3TlvnXJ9qilbGgEZVM6gmFvwPg,1945524
4
+ pyapriltags/py.typed,sha256=qDGZVT98wnqGGe5eyNJGlayNkP5QxORhXujGHzTPrnE,97
5
+ pyapriltags-3.4.3.1.dist-info/LICENSE.md,sha256=bUZetg0KmQ99yduHpQ7EMooMRjdfDcbincED4aQh3Ig,3044
6
+ pyapriltags-3.4.3.1.dist-info/METADATA,sha256=zhYBhX77n4hWZ0E3ryDvx9OhPrRj0Cf97H9Kmn_vdPc,12745
7
+ pyapriltags-3.4.3.1.dist-info/WHEEL,sha256=IvMpNSrdjsF1-j47TwHzkg3me4kdrqF21OaDAsKYs1k,93
8
+ pyapriltags-3.4.3.1.dist-info/top_level.txt,sha256=D17ubblm5a_QJj7B7t4wSOqaMCSEoXWIMns0Wc2Tmvs,12
9
+ pyapriltags-3.4.3.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.34.2)
2
+ Generator: setuptools (75.3.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-win32
5
5
 
@@ -1,9 +0,0 @@
1
- pyapriltags/__init__.py,sha256=S3uf8pSD4venPPYD1YA9Q3w5k0oZVV66ZDMUNn_JI0s,91
2
- pyapriltags/apriltags.py,sha256=PxbPK2b8GKxI-1hBNDri--uGQa-_ueN21bv82ik3jR4,16781
3
- pyapriltags/libapriltag.dll,sha256=O6aWdLhCCkq5cC53AxHe54fyOgCLNwLoIpdQhGkEKTo,1939947
4
- pyapriltags/py.typed,sha256=qDGZVT98wnqGGe5eyNJGlayNkP5QxORhXujGHzTPrnE,97
5
- pyapriltags-3.3.0.3.dist-info/LICENSE.md,sha256=bUZetg0KmQ99yduHpQ7EMooMRjdfDcbincED4aQh3Ig,3044
6
- pyapriltags-3.3.0.3.dist-info/METADATA,sha256=bGC5dpyhAMnDsniaBZ2APL7tTQZoHJ_M0F75AzVHxd8,12740
7
- pyapriltags-3.3.0.3.dist-info/WHEEL,sha256=B-MEufKsIKRyyg0orbkY9mg4Nvh0GwM_cF_UcS57u8I,94
8
- pyapriltags-3.3.0.3.dist-info/top_level.txt,sha256=D17ubblm5a_QJj7B7t4wSOqaMCSEoXWIMns0Wc2Tmvs,12
9
- pyapriltags-3.3.0.3.dist-info/RECORD,,