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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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