Class ImageSynthesis
Inheritance
object
ImageSynthesis
Implements
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 SourceOption
Declaration
public ImageSynthesisOption Option { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageSynthesisOption |
Result
Declaration
public ImageSynthesisResult Result { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageSynthesisResult |
Methods
View SourceDispose()
Declaration
public void Dispose()
~ImageSynthesis()
Declaration
protected ~ImageSynthesis()
GetOptions()
Declaration
public ImageSynthesisOption GetOptions()
Returns
| Type | Description |
|---|---|
| ImageSynthesisOption |
GetResult()
Declaration
public ImageSynthesisResult GetResult()
Returns
| Type | Description |
|---|---|
| ImageSynthesisResult |
GetResultImage()
Declaration
public Bitmap GetResultImage()
Returns
| Type | Description |
|---|---|
| Bitmap |
Inspection()
Declaration
public bool Inspection()
Returns
| Type | Description |
|---|---|
| bool |
SetImage(Bitmap, Bitmap)
Declaration
public bool SetImage(Bitmap src1, Bitmap src2)
Parameters
| Type | Name | Description |
|---|---|---|
| Bitmap | src1 | |
| Bitmap | src2 |
Returns
| Type | Description |
|---|---|
| bool |
SetOptions(ImageSynthesisOption)
Declaration
public bool SetOptions(ImageSynthesisOption option)
Parameters
| Type | Name | Description |
|---|---|---|
| ImageSynthesisOption | option |
Returns
| Type | Description |
|---|---|
| bool |
Implements
System.IDisposable