DualTVL1OpticalFlowScalesNumber Property |
http://www.emgu.com
Number of scales used to create the pyramid of images
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic int ScalesNumber { get; set; }
Public Property ScalesNumber As Integer
Get
Set
public:
property int ScalesNumber {
int get ();
void set (int value);
}
member ScalesNumber : int with get, set
Property Value
Type:
Int32
See Also