Interface IImageProcessBaseOption<TOption>
Namespace: SaigeVision.ImageProcess.Deep
Assembly: SaigeVision.ImageProcess.Deep.dll
Syntax
public interface IImageProcessBaseOption<TOption>
Type Parameters
| Name | Description |
|---|---|
| TOption |
Methods
View SourceGetOptions()
Declaration
TOption GetOptions()
Returns
| Type | Description |
|---|---|
| TOption |
SetOptions(TOption)
Declaration
bool SetOptions(TOption option)
Parameters
| Type | Name | Description |
|---|---|---|
| TOption | option |
Returns
| Type | Description |
|---|---|
| bool |