Table of Contents

Property CurvatureThreshold

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CurvatureThreshold

Threshold value of curvature. Default is 0.05. Only points with curvature less than the threshold will be considered to belong to the same region. If the curvature of each point is not set, this option will not work.

public virtual double CurvatureThreshold { get; set; }

Property Value

double