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

Inheritance
object
ImageProcessBase
ConvertImage
Implements
IImageProcessBase
IImageProcessBaseOption<ConvertImageOption>
IImageProcessBaseResult<ConvertImageResult>
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 ConvertImage : ImageProcessBase, IImageProcessBase, IImageProcessBaseOption<ConvertImageOption>, IImageProcessBaseResult<ConvertImageResult>, IDisposable

Properties

View Source

Option

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

Result

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

Methods

View Source

Dispose()

Declaration
public void Dispose()
View Source

~ConvertImage()

Declaration
protected ~ConvertImage()
View Source

GetOptions()

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

GetResult()

Declaration
public ConvertImageResult GetResult()
Returns
Type Description
ConvertImageResult
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(ConvertImageOption)

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

Implements

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