A Python package for easy visualization of optical flow fields, providing utilities to convert flow vectors into color-coded images for quick inspection. Current version 0.1, released as an initial alpha with simple generation and display functions; maintenance is sporadic.
pip install flow-visNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate a color-coded visualization from a flow array.
Normalize your flow values to a sensible range (e.g., clip to [-20,20]) or adjust the function's internal parameters.
Install opencv-python separately: pip install opencv-python.
Use the resulting image directly with OpenCV or matplotlib; for float display, convert to float32 and divide by 255.