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

Inheritance
object
ImageSynthesis
Implements
IImageProcessBaseOption<ImageSynthesisOption>
IImageProcessBaseResult<ImageSynthesisResult>
IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SaigeVision.ImageProcess.ImageProcess
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
Type Description
ImageSynthesisOption
View Source

Result

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

Methods

View Source

Dispose()

Declaration
public void Dispose()
View Source

~ImageSynthesis()

Declaration
protected ~ImageSynthesis()
View Source

GetOptions()

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

GetResult()

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

GetResultImage()

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

Inspection()

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

SetImage(Bitmap, Bitmap)

Declaration
public bool SetImage(Bitmap src1, Bitmap src2)
Parameters
Type Name Description
Bitmap src1
Bitmap src2
Returns
Type Description
bool
View Source

SetOptions(ImageSynthesisOption)

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

Implements

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