Property SmoothModeFlag
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
SmoothModeFlag
Whether to use the smoothness mode. Default is true. If true it will check the angle between the normal of the current point and the normal of its neighbor. Otherwise, it will check the angle between the normal of the seed point and the normal of the current neighbor.
public virtual bool SmoothModeFlag { get; set; }