• 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

Class FindLine

Inheritance
object
ImageProcessBase
FindLine
Implements
IImageProcessBase
IImageProcessBaseOption<FindLineOption>
IImageProcessBaseResult<FindLineResult>
IDisposable
Inherited Members
ImageProcessBase.SetImage(Bitmap)
ImageProcessBase.SetArea(SaigeRectangle)
ImageProcessBase.GetArea()
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 FindLine : ImageProcessBase, IImageProcessBase, IImageProcessBaseOption<FindLineOption>, IImageProcessBaseResult<FindLineResult>, IDisposable

Properties

View Source

Option

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

Result

Declaration
public FindLineResult Result { get; set; }
Property Value
Type Description
FindLineResult

Methods

View Source

Dispose()

Declaration
public void Dispose()
View Source

~FindLine()

Declaration
protected ~FindLine()
View Source

GetOptions()

Declaration
public FindLineOption GetOptions()
Returns
Type Description
FindLineOption
View Source

GetResult()

Declaration
public FindLineResult GetResult()
Returns
Type Description
FindLineResult
View Source

GetResultImage()

Declaration
public Bitmap GetResultImage()
Returns
Type Description
Bitmap
View Source

Inspection()

Declaration
public override bool Inspection()
Returns
Type Description
bool
Overrides
ImageProcessBase.Inspection()
View Source

SetOptions(FindLineOption)

Declaration
public bool SetOptions(FindLineOption option)
Parameters
Type Name Description
FindLineOption option
Returns
Type Description
bool

Implements

IImageProcessBase
IImageProcessBaseOption<TOption>
IImageProcessBaseResult<TResult>
IDisposable
  • View Source
In This Article
Back to top Generated by DocFX