
Optical-flow renderer. Converts a dense OpticalFlow field into a Middlebury color-wheel Image (color = direction, intensity = magnitude). Magnitude is normalized per frame; use for inspecting or debugging dense optical-flow outputs.
Flow debug pipeline from video file.
movement_threshold is the colour-normalization floor, not a filter. Every vector is still rendered; raising it only scales down the brightness of slow motion.movement_threshold is captured once at first invocation; runtime changes have no effect.Automated release