Enum SacMethod
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Type of the robust estimation algorithm used by SACSegmentation.
public enum SacMethod
Fields
SAC_METHOD_RANSAC = 0The RANSAC algorithm described in @cite fischler1981random.
Type of the robust estimation algorithm used by SACSegmentation.
public enum SacMethod
SAC_METHOD_RANSAC = 0The RANSAC algorithm described in @cite fischler1981random.