Class FindCircleOption
Inheritance
object
FindCircleOption
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SaigeVision.ImageProcess
Assembly: SaigeVision.ImageProcess.dll
Syntax
public class FindCircleOption
Constructors
View SourceFindCircleOption(double)
Declaration
public FindCircleOption(double scoreThreshold)
Parameters
| Type | Name | Description |
|---|---|---|
| double | scoreThreshold |
Properties
View SourceBackgroundColorFlags
어떤 타입의 원을 찾을 지 지정합니다. 기본값은 검정배경에 하얀원을 찾습니다.
Declaration
public BackgroundColorFlags BackgroundColorFlags { get; set; }
Property Value
| Type | Description |
|---|---|
| BackgroundColorFlags |
ScoreThreshold
0~1 사이의 실수값을 가지게 됩니다 Circle에 가까울수록 1의 값을 가집니다
Declaration
public double ScoreThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| double |