OpticalflowFarnebackFlagFarnebackGaussian Field |
http://www.emgu.com
Use a Gaussian winsize x winsizefilter instead of box
filter of the same size for optical flow estimation. Usually, this option gives more accurate
flow than with a box filter, at the cost of lower speed (and normally winsize for a
Gaussian window should be set to a larger value to achieve the same level of robustness)
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const OpticalflowFarnebackFlag FarnebackGaussian = 256
Public Const FarnebackGaussian As OpticalflowFarnebackFlag = 256
public:
literal OpticalflowFarnebackFlag^ FarnebackGaussian = 256
static val mutable FarnebackGaussian: OpticalflowFarnebackFlag
Field Value
Type:
OpticalflowFarnebackFlag
See Also