Property UseMeanNormalization
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
UseMeanNormalization
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.
public bool UseMeanNormalization { get; set; }