Namespace: Rx – Header: Rx.Core/EOpticalFlowAlgo.h

EOpticalFlowAlgo Enumeration

C++
#include "Rx.Core/EOpticalFlowAlgo.h"
enum class EOpticalFlowAlgo

Specifies optical flow algorithms that can be used for high resolution particle detection or super resolution.

Values

Farneback

The farneback optical flow algorithm (CPU and GPU).

TVL1

The TVL1 (Total Variation) optical flow algorithm (CPU and GPU).

Brox

The Brox optical flow algorithm (GPU only).

Pyrlk

The Pyrlk optical flow algorithm (GPU only).