camera-client 0.2.3__tar.gz → 0.2.4__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: camera-client
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: Python SDK for camera calibration and projection transformations - handle lens distortion, coordinate transformations, and 3D ray casting with symbolic expressions.
5
5
  Author-email: Alexander Abramov <extremal.ru@gmail.com>
6
6
  License: MIT
@@ -344,7 +344,7 @@ The calibration file is a NumPy `.npz` archive containing:
344
344
  - `im_ctd_url`: URL or path to the corrected (undistorted) camera image
345
345
  - `im_width`: Width of the camera image in pixels
346
346
  - `im_height`: Height of the camera image in pixels
347
- - `ctd_geometry`: JSON object with geometry data in CTD coordinates (efov_polygons, counting_lines)
347
+ - `ctd_geometry`: JSON object with geometry data in CTD coordinates (efov_polygon, counting_lines)
348
348
 
349
349
  ## Requirements
350
350
 
@@ -314,7 +314,7 @@ The calibration file is a NumPy `.npz` archive containing:
314
314
  - `im_ctd_url`: URL or path to the corrected (undistorted) camera image
315
315
  - `im_width`: Width of the camera image in pixels
316
316
  - `im_height`: Height of the camera image in pixels
317
- - `ctd_geometry`: JSON object with geometry data in CTD coordinates (efov_polygons, counting_lines)
317
+ - `ctd_geometry`: JSON object with geometry data in CTD coordinates (efov_polygon, counting_lines)
318
318
 
319
319
  ## Requirements
320
320
 
@@ -34,7 +34,7 @@ def read_npz_file(filename):
34
34
  - exp_key_point (sp.Expr): Sympy expression for keypoint coordinates
35
35
  - exp_im2ray (sp.Expr): Sympy expression for image to ray direction transformation
36
36
  - ctd_geometry (dict): JSON object containing geometry data in CTD coordinate system:
37
- - efov_polygons: Polygons defining effective field of view in CTD coordinates
37
+ - efov_polygon: Polygon defining effective field of view in CTD coordinates
38
38
  - counting_lines: Polylines for counting forward/backward track intersections
39
39
  """
40
40
  data = np.load(filename)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: camera-client
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: Python SDK for camera calibration and projection transformations - handle lens distortion, coordinate transformations, and 3D ray casting with symbolic expressions.
5
5
  Author-email: Alexander Abramov <extremal.ru@gmail.com>
6
6
  License: MIT
@@ -344,7 +344,7 @@ The calibration file is a NumPy `.npz` archive containing:
344
344
  - `im_ctd_url`: URL or path to the corrected (undistorted) camera image
345
345
  - `im_width`: Width of the camera image in pixels
346
346
  - `im_height`: Height of the camera image in pixels
347
- - `ctd_geometry`: JSON object with geometry data in CTD coordinates (efov_polygons, counting_lines)
347
+ - `ctd_geometry`: JSON object with geometry data in CTD coordinates (efov_polygon, counting_lines)
348
348
 
349
349
  ## Requirements
350
350
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "camera-client"
7
- version = "0.2.3"
7
+ version = "0.2.4"
8
8
  description = "Python SDK for camera calibration and projection transformations - handle lens distortion, coordinate transformations, and 3D ray casting with symbolic expressions."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.7"
File without changes
File without changes
File without changes
File without changes