feat(android): higher pose input res in CROP + conf filter + smoothing
Three compounding pose-quality tweaks:
- CROP downscale target rises from 256 → 384 max side. The crop is
already smaller than the full frame so this lands more pixels on the
person without moving the mask-path downscale.
- Drop landmarks whose MLKit inFrameLikelihood is below 0.5 before
emitting. Removes the "phantom joint" problem where occluded limbs
get guessed with low confidence.
- Temporal smoothing on successive skeletons (α=0.6, 500ms gap reset)
via PoseSmoother. Cuts visible jitter during fast shot motion while
staying responsive to real position changes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>