Case study · computer vision

Movement assessment without diagnostic overreach.

CortexMD is presented as a pose and posture-analysis prototype. It does not claim to diagnose a condition or replace clinical evaluation.

Landmarks33 per frame
Reported latencySub-200 ms
Exercises15+
Reported accuracy~92%
01

Problem

Turn video landmarks into interpretable movement feedback.

The project explores whether a real-time pose pipeline can identify exercise-specific posture deviations using landmark geometry and explicit movement rules.

02

Architecture

Landmarks first, then geometry, then feedback.

01 Camera frame Video input
02 Pose estimation 33 3D landmarks
03 Joint geometry Angles + relationships
04 Exercise rules Movement-specific checks
05 Feedback Posture signal
Simplified CortexMD landmark-to-feedback pipeline.
03

Implementation

Exercise-specific analysis on 33 three-dimensional landmarks.

Each frame produces 33 3D landmarks. Joint angles and spatial relationships are derived from those points, then evaluated against movement-specific criteria for more than 15 exercises.

04

Reported results

Fast enough for interactive feedback.

333D landmarks per frame
<200 msReported end-to-end latency
~92%Reported posture-error accuracy
05

Evaluation boundary

The accuracy number needs a reproducible protocol.

The approximately 92% figure is a project measurement for posture-error classification, not diagnostic accuracy. A public release should document the test set, labeling process, class balance, subject diversity, camera placement, threshold selection, and whether examples overlap across development and evaluation.

06

Demonstration

Annotated movement demo in preparation.

Video + landmark overlay

A public demo will show landmarks, measured angles, feedback timing, and representative correct/incorrect movement examples.

07

Limitations

Pose estimation is sensitive to context.

Camera angle, occlusion, lighting, clothing, body diversity, and movement speed can all affect landmark quality. The project is therefore described as a movement-analysis prototype, not a clinical tool.

08

Lesson

Precise wording is part of responsible engineering.

A strong computer-vision demo does not need an unsupported medical claim. Clear measurement boundaries make the engineering more credible.