A calibration-free method for calculating vertical jump mechanics from video data using the constant of gravity

We propose a new calibration-free method for calculating vertical jump mechanics that eliminates spatial scaling while removing landing posture confounds.

Written by
Avatar
René Vergara-Fuentes
Published on
August 19, 2026
Originally published in
Abstract
Although popular and convenient, the flight-time-based method for calculating vertical jump height and derived mechanics is highly sensitive to changes in posture at the moment of landing (Gonçalves et al., 2024; Yamashita et al., 2020). At the same time, current video analysis and motion capture-based methods demand spatial calibration (Weberling et al., 2021). In this work, we propose a new calibration-free method for these calculations that eliminates spatial scaling while removing landing posture confounds. By utilizing Earth's gravitational acceleration (g = 9.81 m/s²) as a physical converter, the model derives exact time-averaged concentric force strictly from three chronological event markers: amortization turnaround (v = 0), takeoff, and jump apex (v = 0). Because the framework relies exclusively on temporal frame indexes rather than spatial pixel coordinates, these event markers can be extracted automatically via video analysis algorithms or identified manually by human annotators (Aderinola et al., 2023). Finally, while human annotation is bound by discrete frame rates across all three event boundaries, we demonstrate how computational pipelines can apply sub-frame parabolic curve fitting to the flight phase to mathematically extract the apex timestamp. Removing this boundary reduces combined jump height uncertainty by a factor of √2, though its effect on derived force is smaller (0.89x) because the takeoff instant dominates the force sensitivity. For a reference 30 cm jump, a 120 fps pipeline with sub-frame apex fitting yields approximately ±1.0 cm (±3.4%) height uncertainty and ±1.5% uncertainty in time-averaged concentric force.

Keywords: Computational Biomechanics, Key Event Logging, Impulse-Momentum, Calibration-Free Video, Vertical Jump, Force Plates, Computer Vision.

blog

Taken from sportrxiv.org

1. Introduction

An abundant body of biomechanical literature documents the diverse methodologies used to evaluate vertical jump performance. Recent systematic reviews and meta-analyses—most notably the comprehensive review by Eythorsdottir et al. (2024), appropriately titled "The Battle of the Equations," alongside critical reviews by Xu et al. (2023), Kozinc and Pleša (2022), and Moir (2008)—have rigorously mapped the mathematical landscape comparing force platforms, linear position transducers, contact mats, and optical systems, documenting substantial discrepancies between methods that carry direct implications for field-based testing. These evaluations demonstrate that despite the maturity of vertical jump testing, existing field-based and laboratory measurement modalities remain constrained by distinct structural or practical trade-offs:

Contact-to-Contact Method: Contact mats and flight-time algorithms bypass spatial calibration by estimating jump height solely from total flight time (tflight). Specifically, these models estimate center-of-mass displacement from the instant of takeoff to touchdown—formally classified in biomechanical taxonomy alongside initial-standing-to-apex displacement (JH-1) as takeoff-distance or flight-distance (JH-2) (Xu et al., 2023):

h=gtflight28

Originating from classical formulations (Asmussen & Bonde-Petersen, 1974; Bosco et al., 1983), this JH-2 model assumes identical center-of-mass (COM) height at takeoff (ztakeoff) and touchdown (zlanding). In practice, systematic reviews show that the standard flight-time method systematically overestimates impulse-momentum jump height by 2% to 6% (0.6 cm to 4.1 cm) in unloaded bodyweight jumps (Eythorsdottir et al., 2024; Xu et al., 2023). Across literature, ascent duration is universally treated as a derived assumption (tascent=tflight2) rather than a directly observed timestamp (Eythorsdottir et al., 2024). Athletes routinely alter landing posture via ankle dorsiflexion, knee flexion, or lower arm positioning—with arm lowering alone contributing a 0.017 m COM displacement—artificially extending measured flight time and creating a gameable "cheating" effect (Yamashita et al., 2020). Simulation models confirm that a modest 10°–20° change in ankle joint position introduces an approximately 6.5% overestimation in jump height, scaling up to 59.6% error in extreme postural shifts (Gonçalves et al., 2024).

Video Analysis & Motion Capture: Conventional two-dimensional video analysis and motion capture kinematics rely on physical scaling objects (e.g., 1-meter calibration grids) positioned in the movement plane. Perspective artifacts, lens distortion away from the optical center, and camera distance changes introduce spatial scaling errors (Weberling et al., 2021).

Force Platforms: The laboratory gold standard calculates jump height by double integrating vertical ground reaction force data to determine center-of-mass displacement. While highly accurate, this method requires exact static body weight determination before the jump. Over the duration of the movement, any minor weighing errors or sensor drifts are subject to mathematical bias accumulation (integration drift), with even small errors in the weighing phase propagating into substantial jump height discrepancies (Moir, 2008; Street et al., 2001). Because of this sensitivity to bias accumulation, the contact-to-contact (flight time) method is frequently used alongside it as a robust cross-validation metric in force plate systems, as time-in-air avoids integration drift entirely (Eythorsdottir et al., 2024; Linthorne, 2001).

To resolve spatial scaling errors, landing posture confounds, and integration bias without requiring force platform hardware, this paper presents a mathematical framework that replaces total flight-time tracking with direct, ascent-only temporal event logging.


2. Key Event Logging

Rather than tracking pixel coordinates across physical space, the proposed method logs three discrete chronological timestamps along the vertical trajectory of the athlete's center of mass (z(t)):

  1. Amortization Turnaround (t0): The lowest boundary of the countermovement squat, where vertical velocity v(t0)=0.
  2. Takeoff (t1): The precise frame of ground separation.
  3. Apex (t2): The peak vertical position of the jump trajectory, where vertical velocity v(t2)=0.

2.1 Dual Event Detection Modalities

Because this model requires identifying temporal frame indexes rather than measuring physical distances, event markers can be extracted through two independent modalities:

  • Manual Human Annotation: Because the methodology requires identifying only three discrete event frames, human annotators can easily extract t0, t1, and t2 manually using standard video playback software. An annotator records the specific frame numbers corresponding to the lowest depth, foot takeoff, and peak jump apex, converting frames to time via the camera's frame rate (Δt=1fps).
  • Computational Extraction: Markerless pose estimation or feature-tracking algorithms track sacral keypoints or segment estimates (Aderinola et al., 2023). The system identifies t0 and t2 by locating velocity zero-crossing points (dzdt=0), while t1 is identified via foot-ground separation thresholds or acceleration spikes.

By omitting the landing phase entirely, both human annotators and automated algorithms bypass the most visually ambiguous and variable phase of the jump. Recent validation of markerless monocular systems demonstrates that while pose estimation accurately tracks velocity and jump height, contact-time and landing event detection remain the pipeline's primary weak link (Aderinola et al., 2023). By relying exclusively on takeoff and apex as the flight-phase boundaries, this framework fundamentally bypasses the landing detection problem. These timestamps define two clean time intervals:

  • Concentric Push Duration (tcon): tcon=t1t0
  • Ascent Duration (tascent): tascent=t2t1

3. Mathematical Derivation

3.1 Resolving Jump Height (h)

During the unconstrained flight phase, the athlete's center of mass is subject only to gravitational acceleration (g). Because vertical velocity at the apex is exactly zero (v(t2)=0), the true JH-2 jump height (h) can be calculated exclusively from the ascent duration (tascent=t2t1) using the kinematic equation for spatial displacement:

h=12gtascent2

Unlike the traditional contact-to-contact method (h=gtflight28), this formulation derives height strictly from the upward trajectory, eliminating any assumptions or mathematical confounds associated with landing posture.

3.2 Resolving Takeoff Velocity (vt)

With ascent time known, vertical velocity at the moment of takeoff (vt) resolves directly from the constant acceleration of gravity. Integrating vertical acceleration from takeoff (t1) to apex (t2) yields:

v(t2)=vtg(t2t1)

Because v(t2)=0 at peak apex and t2t1=tascent, vertical takeoff velocity resolves to:

vt=gtascent

This calculation relies strictly on duration (tascent) and gravitational acceleration (g), eliminating spatial displacement vectors, camera distance dependencies, and landing posture errors entirely. (Note: This identity is internally consistent by construction with spatial energy conservation, vt=2gh).

3.3 Exact Time-Averaged Concentric Force (F¯)

The Impulse-Momentum Theorem states that net vertical impulse applied to mass (m) equals its change in linear momentum (Linthorne, 2001):

t0t1(F(t)mg)dt=mvtmv(t0)

Because v(t0)=0 at the amortization point:

t0t1F(t)dtmgtcon=mvt

By definition, time-averaged force (F¯) over the concentric duration (tcon) is:

F¯=1tcont0t1F(t)dt

Substituting F¯tcon into the impulse equation:

F¯tconmgtcon=mvt

F¯tcon=mvt+mgtcon

Dividing by tcon and substituting vt=gtascent:

F¯=mgtascenttcon+mg

Factoring out body weight (mg):

F¯=mg(tascenttcon+1)

This expression provides an exact analytical identity for time-averaged force. Because it relies purely on the impulse-momentum relationship, it requires absolutely no assumptions about force-curve linearity or trajectory shape during the concentric phase.

3.4 Estimated Average Concentric Power (P¯)

While time-averaged force (F¯) is mathematically exact, it is tempting to assume that average mechanical power (P¯) can be derived with equal precision. However, doing so introduces a fundamental assumption: it requires concentric acceleration to remain perfectly constant throughout the push phase, producing a linear velocity profile where mean velocity (v¯con) simplifies to:

v¯con=v(t0)+vt2=gtascent2

Multiplying time-averaged force by this linear mean velocity yields an estimate for average concentric power:

P¯F¯v¯con=[mg(tascenttcon+1)](gtascent2)

P¯12mg2tascent(tascenttcon+1)

In real human movement, force-time curves are highly non-linear, meaning instantaneous force and velocity vary continuously and asynchronously throughout the concentric drive (Cormie et al., 2009; Aragón-Vargas & González-Lutz, 2023). Because the average of a product does not equal the product of the averages (FvF¯v¯), this power calculation is by no means an exact physical identity. Nevertheless, it provides a valuable, computationally trivial raw estimation for field profiling and comparative analysis when force plate data is unavailable.


4. Sensitivity to Temporal Discretization Error

To evaluate how video frame rate affects kinetic accuracy, we establish the maximum discretization error limits across all three event markers (t0,t1,t2). For time-averaged force, taking the partial derivatives with respect to timing errors (Δt) yields:

F¯tascent=mgtcon

F¯tcon=mgtascenttcon2

Because tascent=t2t1 and tcon=t1t0, the total force calculation is governed by three distinct event frame selection uncertainties (±0.5 frames per boundary). Writing the relative error explicitly:

ΔF¯F¯=Δtascenttascent+tcontascentΔtcontcon(tascent+tcon)

Substituting Δtascent=δ2δ1 and Δtcon=δ1δ0, where δi denotes the selection error at each boundary, yields a distinct sensitivity coefficient per marker:

  1. Amortization turnaround (t0): Enters through tcon in the denominator, with coefficient tascenttcon(tascent+tcon).
  2. Takeoff instant (t1): Acts as a correlated boundary appearing in both terms, and therefore carries the largest coefficient, equal to the sum of the other two.
  3. Jump apex (t2): Enters through tascent alone, with coefficient 1tascent+tcon.

Critically, these coefficients are unequal, so combined error cannot be obtained by simply counting contributing frame boundaries. Because the three selection errors arise from independent frame-snapping decisions, we combine them in quadrature rather than by linear summation, treating each boundary as contributing a half-frame half-width (±0.5 frames):

|ΔF¯F¯|=Δtframe2c02+c12+c22

This root-sum-square treatment reports the expected combined uncertainty rather than the absolute bound obtained when all three boundaries simultaneously reach maximum error with worst-aligned signs. The linear worst-case bound is roughly 1.6 times larger, but requires a sign coincidence with low probability of occurrence in practice.

Quadrature combination assumes the three selection errors are mutually independent. This holds well for automated pipelines, where each boundary is resolved by a separate detection criterion. It is a weaker assumption for manual annotation, where a single annotator may exhibit systematic bias across boundaries: an observer who consistently identifies events late introduces correlated errors that partially cancel in tascent=t2t1 while propagating differently through tcon. Under full positive correlation the quadrature estimate understates true uncertainty, and the linear sum given above should be read as the governing bound. Reported values should therefore be interpreted as expected uncertainty for computational extraction, and as a lower bound for human annotation.

Furthermore, absolute jump height error (ΔhgtascentΔtascent) scales linearly with true jump height. Higher jumps require longer ascent times, meaning the same absolute temporal error yields a slightly larger absolute centimeter error, while simultaneously reducing the relative percentage error.

For manual human annotation, jump height depends only on the t1 and t2 boundaries, giving a combined ascent uncertainty of 2×0.5 frame intervals, while force additionally inherits the t0 boundary through tcon.

4.1 Interpreting Relative Force Error

Relative error figures for F¯ require one important qualification. Because F¯=mg(tascenttcon+1), the additive body weight term is exactly known and carries no timing uncertainty whatsoever. For the reference jump, this constant accounts for 54.8% of the reported force magnitude, meaning only the remaining 45.2% is subject to discretization error at all.

Consequently, relative error expressed against total force is diluted by an error-free constant. Practitioners comparing the net concentric force (F¯mg), which isolates the propulsive contribution above body weight, should expect relative uncertainties larger by a factor of 2.21: approximately ±15.1% at 30 fps and ±3.8% at 120 fps for discrete annotation. We report total force throughout for consistency with force platform conventions, but note that net force, impulse (J=mgtascent), and jump height each carry distinct error characteristics despite deriving from the same three timestamps. Net vertical impulse is the most favourable of these, inheriting only the t1 and t2 boundaries and scaling linearly with tascent, and is therefore the most robust single kinetic output of the framework.

4.2 Computational Enhancement: Sub-Frame Parabolic Curve Fitting

While human annotators cannot reliably estimate sub-frame events, computational pipelines can easily bypass the discrete apex boundary error (t2) entirely. Because airborne movement is governed strictly by uniform gravity, vertical center-of-mass position across the flight phase follows a deterministic second-order polynomial:

z(t)=At2+Bt+C

Applying a least-squares quadratic regression across uncalibrated vertical keypoint position coordinates (zi) recorded during the flight phase allows the system to calculate the continuous parabolic vertex (t2) at the exact analytical zero-derivative point (dzdt=0):

t2=B2A

This sub-frame interpolation converts the apex timestamp (t2) into a continuous floating-point calculation (Δtapex0 frames). Removing t2 reduces the combined ascent uncertainty by a factor of 2, since jump height then depends on a single discrete boundary. Its effect on force is smaller still, because the eliminated boundary carries the smallest of the three sensitivity coefficients and enters in quadrature: for the reference jump, combined relative force error falls to approximately 0.89 times the discrete value.

The table below reports combined (root-sum-square) error margins, comparing normal discrete selection (human annotation) against parabolic curve fitting (computational analysis) standardized on a reference 30 cm vertical jump (tascent=247.3 ms, tcon=0.300 s).

Table 1. Discretization Error Matrix, Root-Sum-Square Combination (Reference Jump Height: 30 cm)

Camera Frame Rate Sampling Method Ascent Temporal Error (±Δtascent) Absolute Height Error (±Δh) Relative Height Error Concentric Force Error (±ΔF̄)
30 fps Normal Discrete Selection ±23.57 ms ±5.72 cm ±19.1% ±6.8%
Parabolic Curve Fit ±16.67 ms ±4.04 cm ±13.5% ±6.1%
60 fps Normal Discrete Selection ±11.79 ms ±2.86 cm ±9.5% ±3.4%
Parabolic Curve Fit ±8.33 ms ±2.02 cm ±6.7% ±3.1%
120 fps Normal Discrete Selection ±5.89 ms ±1.43 cm ±4.8% ±1.7%
Parabolic Curve Fit ±4.17 ms ±1.01 cm ±3.4% ±1.5%
240 fps Normal Discrete Selection ±2.95 ms ±0.71 cm ±2.4% ±0.9%
Parabolic Curve Fit ±2.08 ms ±0.51 cm ±1.7% ±0.8%

Under this combination model, parabolic curve fitting at 60 fps yields spatial accuracy slightly better than a human annotator clicking discrete frames at 120 fps, recovering roughly one doubling of capture rate for jump height at no hardware cost. The gain is more modest for kinetics: because the concentric boundaries (t0,t1) remain discrete regardless of apex treatment, and because t1 dominates the quadrature sum, force accuracy continues to scale primarily with capture rate. For computational pipelines combining 120 fps video with parabolic curve fitting, total system jump height error is suppressed to approximately 1 cm (±3.4%), with force derivation error at ±1.5%.


5. Practical Applications from Performance to Clinical Rehabilitation

The foundational output of this calibration-free framework is a highly accurate, tamper-resistant measurement of vertical jump height. By establishing this baseline strictly through temporal events, the methodology provides sports scientists and clinicians with a robust toolset that accommodates both high-performance and rehabilitation environments:

  • Tamper-Proof Jump Height and Clinical Robustness: In talent identification and scouting environments, athletes frequently attempt to "game" standard flight-time jump mats by altering landing mechanics or pulling their legs up (Yamashita et al., 2020). By ignoring the descent and landing phases entirely, this framework provides a tamper-resistant mechanical profile of raw explosive capacity. Furthermore, standard flight-time calculations suffer from disproportionately high percentage errors during low-amplitude jumps, as absolute landing posture errors make up a larger fraction of total flight time (Gonçalves et al., 2024). Restricting measurement strictly to the ascent phase maintains high relative accuracy even for small jumps, making the methodology highly viable for clinical rehabilitation setups where patients frequently exhibit restricted explosive capacity due to injury.
  • Comprehensive Kinetic Profiling: Beyond simple displacement, when a subject's body mass (m) is known and inputted into the equations, the temporal framework instantly unlocks comprehensive mechanical outputs. While average power (P¯) must be treated as a practical approximation due to non-linear force-velocity interactions, time-averaged concentric force (F¯) provides a mathematically exact ground reaction force metric. This allows practitioners to evaluate true kinetic output alongside scalable power estimates without investing in laboratory-grade force plates.
  • The Mass-Independent Dimensionless Index: Finally, even if a subject's mass is unknown or fluctuates over time, the mathematical isolation of the temporal ratio tascenttcon serves as a universal, dimensionless index of movement strategy (Gathercole et al., 2015). Because the mass variable cancels out of this ratio entirely, it instantly distinguishes "force-reliant" jumpers (who utilize a deep, prolonged countermovement, increasing tcon) from "velocity-reliant" jumpers (who utilize a stiff, rapid amortization, minimizing tcon). This permits seamless inter-subject comparisons and intra-subject longitudinal tracking, allowing coaches and clinicians to objectively evaluate neuromuscular efficiency without ever needing a scale.

6. Conclusion and Future Work

By shifting the computational paradigm from spatial pixel tracking to chronological event logging, this paper demonstrates that mechanical force outputs and precise jump height can be derived without spatial calibration grids, optical depth scaling, or force plates. The base methodology requires identifying only three specific discrete temporal events (t0,t1,t2), making it highly accessible for manual frame annotation. Furthermore, for automated computer vision pipelines, integrating parabolic curve fitting across the flight phase resolves the apex timestamp (t2) with sub-frame precision, mathematically excising the apex boundary error and establishing an uncalibrated, camera-agnostic framework for jump mechanics.

6.1 Future Work

Future iterations of this framework will explore expanding the temporal event logging model beyond the current three-marker system (t0,t1,t2). Specifically, upcoming work will investigate:

  1. The Eccentric Initiation Marker (tecc): Incorporating the onset of the unweighting phase (where velocity first drops below zero) will allow for mathematical derivation of braking phase duration, active stiffness metrics, and modified Reactive Strength Index (RSI-mod=htpush).
  2. Touchdown and Landing Amortization (ttouchdown,tland_min): While the present study purposefully excludes the descent phase to eliminate flight-time overestimation, capturing the touchdown instant (t3) and subsequent landing turnaround (t4) independently would enable uncalibrated assessment of landing attenuation strategies, eccentric landing forces, and bilateral stiffness without corrupting ascent mechanics.

Integrating these additional event boundaries will yield a complete end-to-end kinetic and kinematic profile of the entire jump cycle—from initial movement initiation through shock absorption—while preserving the core calibration-free, ascent-isolated advantages demonstrated in this paper.


Declarations

Acknowledgements

This work was not preregistered, as it is a purely mathematical and theoretical derivation involving no data collection.

Author Contributions

R.V. is the sole author of this manuscript and was responsible for conceptualization, mathematical derivation, error analysis, and writing of the original draft and subsequent revisions. The author read and approved the final manuscript.

Funding

This work received no external funding. The author is a cofounder of Factorial Biomechanics, which supported the work internally.

Conflicts of Interest

The author is cofounder and Chief Technology Officer of Factorial Biomechanics, a company developing markerless video-based biomechanics software. The method described here is relevant to that commercial activity. No aspect of the derivation or error analysis depends on proprietary data or software, and all results presented are analytically reproducible from the equations given.

Ethics Approval and Informed Consent

Not applicable. This manuscript is a theoretical and methodological derivation. No human or animal participants were recruited, no experimental data were collected, and no identifiable personal data were processed. Ethics approval and informed consent were therefore not required.

Data and Supplementary Materials Accessibility

No empirical datasets were generated or analyzed. All numerical values reported in Table 1 are derived analytically from the equations presented in Sections 3 and 4, using the stated reference jump parameters (h=0.30 m, tcon=0.300 s, g=9.81 m/s2), and are fully reproducible from those expressions alone.


References

1. Aderinola, T. B., Younesian, H., Whelan, D., Caulfield, B., & Ifrim, G. (2023). Quantifying Jump Height Using Markerless Motion Capture with a Single Smartphone. IEEE Open Journal of Engineering in Medicine and Biology, 4, 109–115. https://doi.org/10.1109/OJEMB.2023.3280127

2. Aragón-Vargas, L. F., & González-Lutz, M. I. (2023). A novel validation approach shows new, solid reasons why vertical jump height should not be used to predict leg power. Pensar en Movimiento: Revista de Ciencias del Ejercicio y la Salud, 21(2), e53154. https://doi.org/10.15517/pensarmov.v21i2.53154

3. Asmussen, E., & Bonde-Petersen, F. (1974). Storage of elastic energy in skeletal muscles in man. Acta Physiologica Scandinavica, 91(3), 385–392. https://doi.org/10.1111/j.1748-1716.1974.tb05693.x

4. Bosco, C., Luhtanen, P., & Komi, P. V. (1983). A simple method for measurement of mechanical power in jumping. European Journal of Applied Physiology and Occupational Physiology, 50(2), 273–282. https://doi.org/10.1007/BF00422166

5. Cormie, P., McBride, J. M., & McCaulley, G. O. (2009). Power-time, force-time, and velocity-time curve analysis of the countermovement jump: Impact of training. Journal of Strength and Conditioning Research, 23(1), 177–186. https://doi.org/10.1519/JSC.0b013e3181889324

6. Eythorsdottir, I., Gløersen, Ø., Rice, H., Werkhausen, A., Ettema, G., Mentzoni, F., Solberg, P., Lindberg, K., & Paulsen, G. (2024). The battle of the equations: A systematic review of jump height calculations using force platforms. Sports Medicine, 54(11), 2771–2791. https://doi.org/10.1007/s40279-024-02098-x

7. Gathercole, R. J., Sporer, B. C., Stellingwerff, T., & Sleivert, G. G. (2015). Alternative countermovement jump analysis to quantify neuromuscular fatigue in athletes. International Journal of Sports Physiology and Performance, 10(1), 84–92. https://doi.org/10.1123/ijspp.2013-0413

8. Gonçalves, C., Baptista, R., Tufano, J., Blazevich, A. J., & Vieira, A. (2024). Error in jump height estimation using the flight time method: simulation of the effect of ankle position between takeoff and landing. PeerJ, 12, e17704. https://doi.org/10.7717/peerj.17704

9. Kozinc, Ž., & Pleša, J. (2022). Discrepancy among different methods for vertical jump height determination and its implications for field-based testing: A narrative review. Measurement in Physical Education and Exercise Science, 27(3), 248–256. https://doi.org/10.1080/1091367X.2022.2163398

10. Linthorne, N. P. (2001). Analysis of standing vertical jumps using a force platform. American Journal of Physics, 69(11), 1198–1204. https://doi.org/10.1119/1.1397460

11. Moir, G. L. (2008). Three different methods of calculating vertical jump height from force platform data in men and women. Measurement in Physical Education and Exercise Science, 12(4), 207–218. https://doi.org/10.1080/10913670802349766

12. Street, G., McMillan, S., Board, W., Rasmussen, M., & Heneghan, J. M. (2001). Sources of error in determining countermovement jump height with the impulse method. Journal of Applied Biomechanics, 17(1), 43–54. https://doi.org/10.1123/jab.17.1.43

13. Weberling, F., Seeger, L., Rother, N., & Blume, H. (2021). Measuring vertical jump height using a smartphone camera with simultaneous gravity-based calibration. IEEE International Conference on Consumer Electronics (ICCE). https://doi.org/10.1109/icce50685.2021.9427685

14. Xu, J., Turner, A., Comfort, P., Harry, J. R., McMahon, J. J., Chavda, S., & Bishop, C. (2023). A systematic review of the different calculation methods for measuring jump height during the countermovement and drop jump tests. Sports Medicine, 53, 1055–1072. https://doi.org/10.1007/s40279-023-01828-x

15. Yamashita, D., Murata, M., & Inaba, Y. (2020). Effect of landing posture on jump height calculated from flight time. Applied Sciences, 10(3), 776. https://doi.org/10.3390/app10030776

portrait of blog author
René Vergara-Fuentes

René is a co-founder, CEO and Head of Technology at Factorial Biomechanics.