DISOpticalFlowUseSpatialPropagation Property |
http://www.emgu.com
Whether to use spatial propagation of good optical flow vectors. This option is turned on by default, as it tends to work better on average and can sometimes help recover from major errors introduced by the coarse-to-fine scheme employed by the DIS optical flow algorithm. Turning this option off can make the output flow field a bit smoother, however.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic bool UseSpatialPropagation { get; set; }
Public Property UseSpatialPropagation As Boolean
Get
Set
public:
property bool UseSpatialPropagation {
bool get ();
void set (bool value);
}
member UseSpatialPropagation : bool with get, set
Property Value
Type:
Boolean
See Also