DISOpticalFlowPatchStride Property |
http://www.emgu.com
Stride between neighbor patches. Must be less than patch size. Lower values correspond to higher flow quality.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic int PatchStride { get; set; }
Public Property PatchStride As Integer
Get
Set
public:
property int PatchStride {
int get ();
void set (int value);
}
member PatchStride : int with get, set
Property Value
Type:
Int32
See Also