Table of Contents

Method ReadOpticalFlow

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

ReadOpticalFlow(string)

Reads a .flo file. The function loads a flow field from a file and returns it as a single matrix. Resulting Mat has a type CV_32FC2 - floating-point, 2-channel. First channel corresponds to the flow in the horizontal direction (u), second - vertical (v).

public static Mat ReadOpticalFlow(string path)

Parameters

path string

Path to the file to be loaded

Returns

Mat