Interface IImageProcessBaseResult<TResult>
Namespace: SaigeVision.ImageProcess
Assembly: SaigeVision.ImageProcess.dll
Syntax
public interface IImageProcessBaseResult<TResult>
Type Parameters
| Name | Description |
|---|---|
| TResult |
Methods
View SourceGetResult()
Declaration
TResult GetResult()
Returns
| Type | Description |
|---|---|
| TResult |
GetResultImage()
Declaration
Bitmap GetResultImage()
Returns
| Type | Description |
|---|---|
| Bitmap |