Class ImageSynthesis
Inheritance
ImageSynthesis
Assembly: SaigeVision.ImageProcess.dll
Syntax
public class ImageSynthesis : IImageProcessBaseOption<ImageSynthesisOption>, IImageProcessBaseResult<ImageSynthesisResult>, IDisposable
Properties
View Source
Option
Declaration
public ImageSynthesisOption Option { get; set; }
Property Value
View Source
Result
Declaration
public ImageSynthesisResult Result { get; set; }
Property Value
Methods
View Source
Dispose()
Declaration
View Source
~ImageSynthesis()
Declaration
protected ~ImageSynthesis()
View Source
GetOptions()
Declaration
public ImageSynthesisOption GetOptions()
Returns
View Source
GetResult()
Declaration
public ImageSynthesisResult GetResult()
Returns
View Source
GetResultImage()
Declaration
public Bitmap GetResultImage()
Returns
View Source
Inspection()
Declaration
Returns
View Source
SetImage(Bitmap, Bitmap)
Declaration
public bool SetImage(Bitmap src1, Bitmap src2)
Parameters
Returns
View Source
SetOptions(ImageSynthesisOption)
Declaration
public bool SetOptions(ImageSynthesisOption option)
Parameters
Returns
Implements