DISOpticalFlowPatchSize Property |
http://www.emgu.com
Size of an image patch for matching (in pixels). Normally, default 8x8 patches work well enough in most cases.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic int PatchSize { get; set; }
Public Property PatchSize As Integer
Get
Set
public:
property int PatchSize {
int get ();
void set (int value);
}
member PatchSize : int with get, set
Property Value
Type:
Int32
See Also