OptionsConfigurationFlowFilterType Property |
Gets or sets the type of the flow filter used for optical flow calculations.
Namespace:
butterflow_ui
Assembly:
butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public FlowFilterType FlowFilterType { get; set; }
Public Property FlowFilterType As FlowFilterType
Get
Set
public:
property FlowFilterType FlowFilterType {
FlowFilterType get ();
void set (FlowFilterType value);
}
member FlowFilterType : FlowFilterType with get, set
Property Value
Type:
FlowFilterType The type of the flow filter used for optical flow calculations.
See Also