DISOpticalFlowVariationalRefinementIterations Property |
http://www.emgu.com
Number of fixed point iterations of variational refinement per scale. Set to zero to disable variational refinement completely. Higher values will typically result in more smooth and high-quality flow.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic int VariationalRefinementIterations { get; set; }
Public Property VariationalRefinementIterations As Integer
Get
Set
public:
property int VariationalRefinementIterations {
int get ();
void set (int value);
}
member VariationalRefinementIterations : int with get, set
Property Value
Type:
Int32
See Also