Click or drag to resize

RLOFOpticalFlowParameterSupportRegionType Enumeration

http://www.emgu.com
The support region type

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum SupportRegionType
Members
  Member nameValueDescription
Fixed0 Apply a constant support region
Cross1 Apply a adaptive support region obtained by cross-based segmentation
See Also