kinemotion 0.12.2__tar.gz → 0.13.0__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.

Potentially problematic release.


This version of kinemotion might be problematic. Click here for more details.

Files changed (76) hide show
  1. {kinemotion-0.12.2 → kinemotion-0.13.0}/CHANGELOG.md +38 -0
  2. {kinemotion-0.12.2 → kinemotion-0.13.0}/CLAUDE.md +41 -2
  3. {kinemotion-0.12.2 → kinemotion-0.13.0}/PKG-INFO +2 -2
  4. {kinemotion-0.12.2 → kinemotion-0.13.0}/README.md +1 -1
  5. kinemotion-0.13.0/docs/README.md +103 -0
  6. kinemotion-0.13.0/docs/guides/camera-setup.md +966 -0
  7. kinemotion-0.13.0/docs/reference/pose-systems.md +257 -0
  8. kinemotion-0.13.0/docs/research/sports-biomechanics-pose-estimation.md +1028 -0
  9. kinemotion-0.13.0/docs/translations/es/camera-setup.md +966 -0
  10. {kinemotion-0.12.2 → kinemotion-0.13.0}/examples/programmatic_usage.py +3 -26
  11. {kinemotion-0.12.2 → kinemotion-0.13.0}/pyproject.toml +1 -1
  12. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/core/auto_tuning.py +66 -30
  13. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/core/video_io.py +53 -29
  14. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/dropjump/analysis.py +36 -0
  15. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/dropjump/cli.py +60 -55
  16. {kinemotion-0.12.2 → kinemotion-0.13.0}/uv.lock +1 -1
  17. kinemotion-0.12.2/docs/CAMERA_SETUP.md +0 -440
  18. kinemotion-0.12.2/docs/CAMERA_SETUP_ES.md +0 -440
  19. {kinemotion-0.12.2 → kinemotion-0.13.0}/.dockerignore +0 -0
  20. {kinemotion-0.12.2 → kinemotion-0.13.0}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  21. {kinemotion-0.12.2 → kinemotion-0.13.0}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  22. {kinemotion-0.12.2 → kinemotion-0.13.0}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  23. {kinemotion-0.12.2 → kinemotion-0.13.0}/.github/pull_request_template.md +0 -0
  24. {kinemotion-0.12.2 → kinemotion-0.13.0}/.github/workflows/release.yml +0 -0
  25. {kinemotion-0.12.2 → kinemotion-0.13.0}/.gitignore +0 -0
  26. {kinemotion-0.12.2 → kinemotion-0.13.0}/.pre-commit-config.yaml +0 -0
  27. {kinemotion-0.12.2 → kinemotion-0.13.0}/.tool-versions +0 -0
  28. {kinemotion-0.12.2 → kinemotion-0.13.0}/CODE_OF_CONDUCT.md +0 -0
  29. {kinemotion-0.12.2 → kinemotion-0.13.0}/CONTRIBUTING.md +0 -0
  30. {kinemotion-0.12.2 → kinemotion-0.13.0}/Dockerfile +0 -0
  31. {kinemotion-0.12.2 → kinemotion-0.13.0}/GEMINI.md +0 -0
  32. {kinemotion-0.12.2 → kinemotion-0.13.0}/LICENSE +0 -0
  33. {kinemotion-0.12.2 → kinemotion-0.13.0}/SECURITY.md +0 -0
  34. /kinemotion-0.12.2/docs/ERRORS_FINDINGS.md → /kinemotion-0.13.0/docs/development/errors-findings.md +0 -0
  35. /kinemotion-0.12.2/docs/VALIDATION_PLAN.md → /kinemotion-0.13.0/docs/development/validation-plan.md +0 -0
  36. /kinemotion-0.12.2/docs/BULK_PROCESSING.md → /kinemotion-0.13.0/docs/guides/bulk-processing.md +0 -0
  37. /kinemotion-0.12.2/docs/CMJ_GUIDE.md → /kinemotion-0.13.0/docs/guides/cmj-guide.md +0 -0
  38. /kinemotion-0.12.2/docs/PARAMETERS.md → /kinemotion-0.13.0/docs/reference/parameters.md +0 -0
  39. /kinemotion-0.12.2/docs/FRAMERATE.md → /kinemotion-0.13.0/docs/technical/framerate.md +0 -0
  40. /kinemotion-0.12.2/docs/IMU_METADATA_PRESERVATION.md → /kinemotion-0.13.0/docs/technical/imu-metadata.md +0 -0
  41. /kinemotion-0.12.2/docs/REAL_TIME_ANALYSIS.md → /kinemotion-0.13.0/docs/technical/real-time-analysis.md +0 -0
  42. /kinemotion-0.12.2/docs/TRIPLE_EXTENSION.md → /kinemotion-0.13.0/docs/technical/triple-extension.md +0 -0
  43. {kinemotion-0.12.2 → kinemotion-0.13.0}/examples/bulk/README.md +0 -0
  44. {kinemotion-0.12.2 → kinemotion-0.13.0}/examples/bulk/bulk_processing.py +0 -0
  45. {kinemotion-0.12.2 → kinemotion-0.13.0}/examples/bulk/simple_example.py +0 -0
  46. {kinemotion-0.12.2 → kinemotion-0.13.0}/samples/cmjs/README.md +0 -0
  47. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/__init__.py +0 -0
  48. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/api.py +0 -0
  49. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/cli.py +0 -0
  50. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/cmj/__init__.py +0 -0
  51. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/cmj/analysis.py +0 -0
  52. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/cmj/cli.py +0 -0
  53. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/cmj/debug_overlay.py +0 -0
  54. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/cmj/joint_angles.py +0 -0
  55. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/cmj/kinematics.py +0 -0
  56. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/core/__init__.py +0 -0
  57. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/core/cli_utils.py +0 -0
  58. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/core/debug_overlay_utils.py +0 -0
  59. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/core/filtering.py +0 -0
  60. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/core/pose.py +0 -0
  61. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/core/smoothing.py +0 -0
  62. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/dropjump/__init__.py +0 -0
  63. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/dropjump/debug_overlay.py +0 -0
  64. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/dropjump/kinematics.py +0 -0
  65. {kinemotion-0.12.2 → kinemotion-0.13.0}/src/kinemotion/py.typed +0 -0
  66. {kinemotion-0.12.2 → kinemotion-0.13.0}/tests/__init__.py +0 -0
  67. {kinemotion-0.12.2 → kinemotion-0.13.0}/tests/test_adaptive_threshold.py +0 -0
  68. {kinemotion-0.12.2 → kinemotion-0.13.0}/tests/test_api.py +0 -0
  69. {kinemotion-0.12.2 → kinemotion-0.13.0}/tests/test_aspect_ratio.py +0 -0
  70. {kinemotion-0.12.2 → kinemotion-0.13.0}/tests/test_cmj_analysis.py +0 -0
  71. {kinemotion-0.12.2 → kinemotion-0.13.0}/tests/test_cmj_kinematics.py +0 -0
  72. {kinemotion-0.12.2 → kinemotion-0.13.0}/tests/test_com_estimation.py +0 -0
  73. {kinemotion-0.12.2 → kinemotion-0.13.0}/tests/test_contact_detection.py +0 -0
  74. {kinemotion-0.12.2 → kinemotion-0.13.0}/tests/test_filtering.py +0 -0
  75. {kinemotion-0.12.2 → kinemotion-0.13.0}/tests/test_kinematics.py +0 -0
  76. {kinemotion-0.12.2 → kinemotion-0.13.0}/tests/test_polyorder.py +0 -0
@@ -7,6 +7,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  <!-- version list -->
9
9
 
10
+ ## v0.13.0 (2025-11-06)
11
+
12
+ ### Documentation
13
+
14
+ - Add sports biomechanics pose estimation research documentation
15
+ ([`745d273`](https://github.com/feniix/kinemotion/commit/745d273da294d49dd83f8fe488f5ede38189361a))
16
+
17
+ - Update camera setup guides for 45° angle and dual iPhone configuration
18
+ ([`373a858`](https://github.com/feniix/kinemotion/commit/373a858e81c74da6a85be8c00d7fc0c20ac42e85))
19
+
20
+ ### Features
21
+
22
+ - **docs**: Reorganize documentation and add 45° camera setup guidance
23
+ ([`0e8f992`](https://github.com/feniix/kinemotion/commit/0e8f992a7854a662b65574f589306bc13529cd5e))
24
+
25
+
26
+ ## v0.12.3 (2025-11-06)
27
+
28
+ ### Bug Fixes
29
+
30
+ - Resolve SonarCloud cognitive complexity violations
31
+ ([`5b20c48`](https://github.com/feniix/kinemotion/commit/5b20c488e058ac3628b0e20847d3fe2539a687c4))
32
+
33
+ ### Refactoring
34
+
35
+ - **core**: Reduce cognitive complexity in video_io and auto_tuning
36
+ ([`14076fe`](https://github.com/feniix/kinemotion/commit/14076fe9d1f9b41ef2ff9bd643b17cf566e18654))
37
+
38
+ - **dropjump**: Add shared utility for foot position extraction
39
+ ([`5222cc4`](https://github.com/feniix/kinemotion/commit/5222cc471b9f4406116de0b7fc193f07d21cd88a))
40
+
41
+ - **dropjump**: Reduce cognitive complexity in CLI functions
42
+ ([`6fc887f`](https://github.com/feniix/kinemotion/commit/6fc887f6288e870a306aa1e3ffc7b8a46c21c3fc))
43
+
44
+ - **examples**: Simplify programmatic usage with shared utility
45
+ ([`5e1bc19`](https://github.com/feniix/kinemotion/commit/5e1bc194f5784a24cfcbc7e6372ebd26a95225aa))
46
+
47
+
10
48
  ## v0.12.2 (2025-11-06)
11
49
 
12
50
  ### Bug Fixes
@@ -224,8 +224,47 @@ metrics = process_cmj_video("video.mp4")
224
224
 
225
225
  ## Documentation
226
226
 
227
- **User guides:** docs/CMJ_GUIDE.md, docs/CAMERA_SETUP.md, docs/PARAMETERS.md
228
- **Technical:** docs/TRIPLE_EXTENSION.md, docs/REAL_TIME_ANALYSIS.md
227
+ **User guides:** docs/guides/cmj-guide.md, docs/guides/camera-setup.md, docs/guides/bulk-processing.md
228
+ **Reference:** docs/reference/parameters.md, docs/reference/pose-systems.md
229
+ **Technical:** docs/technical/triple-extension.md, docs/technical/real-time-analysis.md
230
+ **Research:** docs/research/sports-biomechanics-pose-estimation.md
231
+
232
+ **See [docs/README.md](docs/README.md) for complete documentation navigation.**
233
+
234
+ ### Documentation Organization
235
+
236
+ Documentation follows the [Diátaxis framework](https://diataxis.fr/) - a systematic approach that organizes content by user needs:
237
+
238
+ **Framework categories:**
239
+ 1. **Tutorials/Guides** (learning-oriented) → `docs/guides/`
240
+ - Goal: Help users accomplish specific tasks
241
+ - Examples: Camera setup, CMJ analysis, bulk processing
242
+ - Characteristic: Step-by-step instructions
243
+
244
+ 2. **Reference** (information-oriented) → `docs/reference/`
245
+ - Goal: Provide technical descriptions and specifications
246
+ - Examples: CLI parameters, pose system comparisons
247
+ - Characteristic: Structured for quick lookup
248
+
249
+ 3. **Explanation** (understanding-oriented) → `docs/technical/`, `docs/research/`
250
+ - Goal: Clarify and illuminate topics
251
+ - Examples: Triple extension biomechanics, pose estimation research
252
+ - Characteristic: Background knowledge, theory
253
+
254
+ 4. **Development** (contributor-oriented) → `docs/development/`
255
+ - Goal: Support project contributors
256
+ - Examples: Validation plans, error findings
257
+ - Characteristic: Internal processes, debugging
258
+
259
+ **Additional categories:**
260
+ - `docs/translations/` - Non-English documentation (e.g., Spanish)
261
+
262
+ **When adding new documentation:**
263
+ - **How-to content?** → `guides/`
264
+ - **Parameter specs or quick lookups?** → `reference/`
265
+ - **Implementation details or theory?** → `technical/` or `research/`
266
+ - **Testing or debugging?** → `development/`
267
+ - **Translation?** → `translations/{language-code}/`
229
268
 
230
269
  ## Commit Format
231
270
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kinemotion
3
- Version: 0.12.2
3
+ Version: 0.13.0
4
4
  Summary: Video-based kinematic analysis for athletic performance
5
5
  Project-URL: Homepage, https://github.com/feniix/kinemotion
6
6
  Project-URL: Repository, https://github.com/feniix/kinemotion
@@ -323,7 +323,7 @@ For advanced users who need manual control:
323
323
  - `--detection-confidence <float>`: Override MediaPipe detection confidence
324
324
  - `--tracking-confidence <float>`: Override MediaPipe tracking confidence
325
325
 
326
- > **📖 For detailed parameter explanations, see [docs/PARAMETERS.md](docs/PARAMETERS.md)**
326
+ > **📖 For detailed parameter explanations, see [docs/reference/parameters.md](docs/reference/parameters.md)**
327
327
  >
328
328
  > **Note:** Most users never need expert parameters - auto-tuning handles optimization automatically!
329
329
 
@@ -294,7 +294,7 @@ For advanced users who need manual control:
294
294
  - `--detection-confidence <float>`: Override MediaPipe detection confidence
295
295
  - `--tracking-confidence <float>`: Override MediaPipe tracking confidence
296
296
 
297
- > **📖 For detailed parameter explanations, see [docs/PARAMETERS.md](docs/PARAMETERS.md)**
297
+ > **📖 For detailed parameter explanations, see [docs/reference/parameters.md](docs/reference/parameters.md)**
298
298
  >
299
299
  > **Note:** Most users never need expert parameters - auto-tuning handles optimization automatically!
300
300
 
@@ -0,0 +1,103 @@
1
+ # Kinemotion Documentation
2
+
3
+ Welcome to the kinemotion documentation. This directory contains guides, technical documentation, and research for video-based kinematic analysis of athletic jumps.
4
+
5
+ ## Quick Navigation
6
+
7
+ ### 🚀 Getting Started
8
+
9
+ - **[Camera Setup Guide](guides/camera-setup.md)** - How to position your camera for optimal analysis
10
+ - Single iPhone at 45° (standard setup)
11
+ - Dual iPhone stereo (advanced setup)
12
+ - [Versión en Español](translations/es/camera-setup.md)
13
+
14
+ ### 📖 User Guides
15
+
16
+ - **[CMJ Guide](guides/cmj-guide.md)** - Counter-movement jump analysis guide
17
+ - **[Bulk Processing](guides/bulk-processing.md)** - Processing multiple videos efficiently
18
+ - **[Parameters Reference](reference/parameters.md)** - CLI parameters and options
19
+
20
+ ### 📊 Reference
21
+
22
+ - **[Pose Systems Quick Reference](reference/pose-systems.md)** - Comparison of pose estimation systems
23
+ - **[Parameters](reference/parameters.md)** - Complete CLI parameter documentation
24
+
25
+ ### 🔬 Research & Validation
26
+
27
+ - **[Sports Biomechanics Pose Estimation](research/sports-biomechanics-pose-estimation.md)** - Comprehensive research analysis on pose detection systems for sports biomechanics
28
+ - Pose2Sim validation (3-4° accuracy)
29
+ - Stereo MediaPipe validation (30.1mm RMSE)
30
+ - AthletePose3D dataset
31
+ - System comparisons and recommendations
32
+
33
+ ### ⚙️ Technical Documentation
34
+
35
+ - **[Triple Extension](technical/triple-extension.md)** - Biomechanics of triple extension in jumps
36
+ - **[Framerate](technical/framerate.md)** - Frame rate considerations for analysis
37
+ - **[IMU Metadata](technical/imu-metadata.md)** - Video metadata preservation
38
+ - **[Real-Time Analysis](technical/real-time-analysis.md)** - Future real-time processing capabilities
39
+
40
+ ### 👨‍💻 Development
41
+
42
+ - **[Validation Plan](development/validation-plan.md)** - Testing and validation strategy
43
+ - **[Errors & Findings](development/errors-findings.md)** - Known issues and debugging information
44
+
45
+ ### 🌍 Translations
46
+
47
+ - **[Español (Spanish)](translations/es/)**
48
+ - [Guía de Configuración de Cámara](translations/es/camera-setup.md)
49
+
50
+ ______________________________________________________________________
51
+
52
+ ## Documentation Organization
53
+
54
+ This documentation follows a structured organization:
55
+
56
+ - **guides/** - User-facing how-to guides for setup and usage
57
+ - **reference/** - Quick lookup reference materials
58
+ - **technical/** - Implementation details and technical explanations
59
+ - **research/** - Academic research and validation studies
60
+ - **development/** - Developer and contributor resources
61
+ - **translations/** - Non-English documentation
62
+
63
+ ## Quick Links by Audience
64
+
65
+ ### For Athletes & Coaches
66
+
67
+ Start here:
68
+
69
+ 1. [Camera Setup Guide](guides/camera-setup.md) - Critical first step
70
+ 1. [CMJ Guide](guides/cmj-guide.md) - Understanding CMJ analysis
71
+ 1. [Parameters Reference](reference/parameters.md) - Adjusting analysis settings
72
+
73
+ ### For Researchers
74
+
75
+ 1. [Sports Biomechanics Pose Estimation](research/sports-biomechanics-pose-estimation.md) - Research analysis
76
+ 1. [Pose Systems Quick Reference](reference/pose-systems.md) - System comparisons
77
+ 1. [Validation Plan](development/validation-plan.md) - Validation methodology
78
+
79
+ ### For Developers
80
+
81
+ 1. [Triple Extension](technical/triple-extension.md) - Biomechanics implementation
82
+ 1. [IMU Metadata](technical/imu-metadata.md) - Video processing details
83
+ 1. [Validation Plan](development/validation-plan.md) - Testing strategy
84
+ 1. Main [CLAUDE.md](../CLAUDE.md) - Complete project documentation
85
+
86
+ ______________________________________________________________________
87
+
88
+ ## Contributing to Documentation
89
+
90
+ When adding new documentation:
91
+
92
+ - **User guides** → `guides/` (how-to content)
93
+ - **Reference materials** → `reference/` (quick lookups, parameters, specs)
94
+ - **Technical details** → `technical/` (implementation, algorithms, biomechanics)
95
+ - **Research** → `research/` (validation studies, academic content)
96
+ - **Development** → `development/` (testing, debugging, contributor info)
97
+ - **Translations** → `translations/{language-code}/`
98
+
99
+ Ensure cross-references use relative paths and follow conventional commits format when committing changes.
100
+
101
+ ______________________________________________________________________
102
+
103
+ **Last Updated:** November 6, 2025