• Getting Started
  • Api Documentation
  • Release Notes
Show / Hide Table of Contents
  • SaigeVision.ImageProcess
    • BackgroundColorFlags
    • ColorDirectionFlags
    • ConvertImage
    • ConvertImageOption
    • ConvertImageResult
    • CropImage
    • CropImageOption
    • CropImageResult
    • DirectionFlags
    • FindCircle
    • FindCircleOption
    • FindCircleResult
    • FindLine
    • FindLineOption
    • FindLineResult
    • IImageProcessBase
    • IImageProcessBaseOption<TOption>
    • IImageProcessBaseResult<TResult>
    • ImageProcessBase
    • ImageSynthesisOption
    • ImageSynthesisResult
    • SaigeCalculator
    • SynthesisFlags
    • ThresholdFlags
  • SaigeVision.ImageProcess.Core
    • ErrorTypeFlags
    • NativeMethod
    • SaigeCircle
    • SaigePoint
    • SaigeRectangle
  • SaigeVision.ImageProcess.Deep
    • IImageProcessBase
    • IImageProcessBaseOption<TOption>
    • IImageProcessBaseResult<TResult>
    • SaigePhotometricStereoExeption
  • SaigeVision.ImageProcess.Deep.Core
    • CalculataionFlags
    • ModeFlags
    • NativeMethod
    • ShaderFlags
  • SaigeVision.ImageProcess.Deep.PhotometricStereo
    • SaigePhotometricStereo
    • SaigePhotometricStereoOption
  • SaigeVision.ImageProcess.ImageProcess
    • ImageSynthesis

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 Source

FindCircleOption(double)

Declaration
public FindCircleOption(double scoreThreshold)
Parameters
Type Name Description
double scoreThreshold

Properties

View Source

BackgroundColorFlags

어떤 타입의 원을 찾을 지 지정합니다. 기본값은 검정배경에 하얀원을 찾습니다.

Declaration
public BackgroundColorFlags BackgroundColorFlags { get; set; }
Property Value
Type Description
BackgroundColorFlags
View Source

ScoreThreshold

0~1 사이의 실수값을 가지게 됩니다 Circle에 가까울수록 1의 값을 가집니다

Declaration
public double ScoreThreshold { get; set; }
Property Value
Type Description
double
  • View Source
In This Article
Back to top Generated by DocFX