willprice / flowty

The swiss army knife for extracting optical flow
https://flowty.rtfd.org
16 stars 1 forks source link

Output format: HSV video #16

Open willprice opened 5 years ago

willprice commented 5 years ago

It appears that the colouring strategy used in Middlebury, Flying Chairs and MPI Sintel all use the same strategy, and it's actually not HSV. The approach was originally proposed as part of the Middlebury dataset based on ideas from http://www.quadibloc.com/other/colint.htm

This is an HSV circle image

This is the colouring proposed: image

Note how in the Middlebury strategy the colour lightness decreases and saturation increases as the flow magnitude increases unlike the HSV approach.

The original code to generate this colouring was provided with the Middlebury dataset:

Deqing Sun also ported it to Matlab

A few people have ported it to Python:

More references: