DualTVL1OpticalFlowScaleStep Property |
http://www.emgu.com
Step between scales (less than 1)
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic double ScaleStep { get; set; }
Public Property ScaleStep As Double
Get
Set
public:
property double ScaleStep {
double get ();
void set (double value);
}
member ScaleStep : float with get, set
Property Value
Type:
Double
See Also