• 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 ImageProcessBase

Inheritance
object
ImageProcessBase
ConvertImage
CropImage
FindCircle
FindLine
Implements
IImageProcessBase
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 abstract class ImageProcessBase : IImageProcessBase

Methods

View Source

Dispose()

Declaration
public void Dispose()
View Source

GetArea()

Declaration
public SaigeRectangle GetArea()
Returns
Type Description
SaigeRectangle
View Source

Inspection()

Declaration
public abstract bool Inspection()
Returns
Type Description
bool
View Source

SetArea(SaigeRectangle)

Declaration
public bool SetArea(SaigeRectangle rectangle)
Parameters
Type Name Description
SaigeRectangle rectangle
Returns
Type Description
bool
View Source

SetImage(Bitmap)

Declaration
public bool SetImage(Bitmap bitmap)
Parameters
Type Name Description
Bitmap bitmap
Returns
Type Description
bool

Implements

IImageProcessBase
  • View Source
In This Article
Back to top Generated by DocFX