OpticalFlow_Visualization icon indicating copy to clipboard operation
OpticalFlow_Visualization copied to clipboard

Python optical flow visualization following Baker et al. (ICCV 2007) as used by the MPI-Sintel challenge

Results 4 OpticalFlow_Visualization issues
Sort by recently updated
recently updated
newest added

It would be great if you could mention how colorwheel can be visualized . As i see this is the array of colors but confused if its rgb or hue...

Hi, great repo! It would be helpful to add a few words about the format of the input to the flow_to_color. The dostring ("flow_uv (np.ndarray): Flow UV image of shape...

**Issue:** Currently in the code, the flow is normalized by the maximum flow magnitude. This is not desirable, when comparing two flows (for example in a video). **Feature:** Add option...

For some figures I was working on I preferred to have black for (0,0) flow, so I added that option. Also added a gamma value to scale how fast the...