DISOpticalFlowUseMeanNormalization Property |
http://www.emgu.com
Whether to use mean-normalization of patches when computing patch distance. It is turned on by default as it typically provides a noticeable quality boost because of increased robustness to illumination variations. Turn it off if you are certain that your sequence doesn't contain any changes in illumination.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic bool UseMeanNormalization { get; set; }
Public Property UseMeanNormalization As Boolean
Get
Set
public:
property bool UseMeanNormalization {
bool get ();
void set (bool value);
}
member UseMeanNormalization : bool with get, set
Property Value
Type:
Boolean
See Also