Click or drag to resize

FlowFilterType Enumeration

Values that represent a flow filter type used for optical flow calculations.

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.4.40427 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum FlowFilterType
Members
  Member nameValueDescription
box0 Box.
gaussian1 Gaussian.
See Also