I have a scene with moving objects and I want to extract the optical flow (apparent motion as seen by the camera). I am using Cycles. I include the 'Vector' pass and save the result as 'OpenEXR MultiLayer'. When I open the resulting file in Python I get the following channels:
- RenderLayer.Vector.W
- RenderLayer.Vector.X
- RenderLayer.Vector.Y
- RenderLayer.Vector.Z
What is the convention here? Could you provide a source for the information?