• 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<TAnalyzeOption, UResultOption>
    • IImageProcessBaseResult<TResult>
    • SaigePhotometricStereoExeption
  • SaigeVision.ImageProcess.Deep.Core
    • CalculataionFlags
    • ModeFlags
    • NativeMethod
    • ShaderFlags
  • SaigeVision.ImageProcess.Deep.PhotometricStereo
    • SaigePhotometricStereo
    • SaigePhotometricStereoOption
    • SaigePhotometricStereoResultImageOption
  • SaigeVision.ImageProcess.ImageProcess
    • ImageSynthesis

Struct SaigePoint

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: SaigeVision.ImageProcess.Core
Assembly: SaigeVision.ImageProcess.Core.dll
Syntax
public struct SaigePoint

Constructors

View Source

SaigePoint(int, int)

Declaration
public SaigePoint(int x, int y)
Parameters
Type Name Description
int x
int y

Fields

View Source

X

Declaration
public int X
Field Value
Type Description
int
View Source

Y

Declaration
public int Y
Field Value
Type Description
int

Methods

View Source

ToPoint(SaigePoint)

Declaration
public Point ToPoint(SaigePoint saigePoint)
Parameters
Type Name Description
SaigePoint saigePoint
Returns
Type Description
Point
View Source

ToSaigePoint(Point)

Declaration
public SaigePoint ToSaigePoint(Point point)
Parameters
Type Name Description
Point point
Returns
Type Description
SaigePoint
  • View Source
In This Article
Back to top Generated by DocFX