DISOpticalFlowFinestScale Property |
http://www.emgu.com
Finest level of the Gaussian pyramid on which the flow is computed (zero level corresponds to the original image resolution). The final flow is obtained by bilinear upscaling.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic int FinestScale { get; set; }
Public Property FinestScale As Integer
Get
Set
public:
property int FinestScale {
int get ();
void set (int value);
}
member FinestScale : int with get, set
Property Value
Type:
Int32
See Also