Class FindLine
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
Assembly: SaigeVision.ImageProcess.dll
Syntax
public class FindLine : ImageProcessBase, IImageProcessBase, IImageProcessBaseOption<FindLineOption>, IImageProcessBaseResult<FindLineResult>, IDisposable
Properties
View SourceOption
Declaration
public FindLineOption Option { get; set; }
Property Value
| Type | Description |
|---|---|
| FindLineOption |
Result
Declaration
public FindLineResult Result { get; set; }
Property Value
| Type | Description |
|---|---|
| FindLineResult |
Methods
View SourceDispose()
Declaration
public void Dispose()
~FindLine()
Declaration
protected ~FindLine()
GetOptions()
Declaration
public FindLineOption GetOptions()
Returns
| Type | Description |
|---|---|
| FindLineOption |
GetResult()
Declaration
public FindLineResult GetResult()
Returns
| Type | Description |
|---|---|
| FindLineResult |
GetResultImage()
Declaration
public Bitmap GetResultImage()
Returns
| Type | Description |
|---|---|
| Bitmap |
Inspection()
Declaration
public override bool Inspection()
Returns
| Type | Description |
|---|---|
| bool |
Overrides
View SourceSetOptions(FindLineOption)
Declaration
public bool SetOptions(FindLineOption option)
Parameters
| Type | Name | Description |
|---|---|---|
| FindLineOption | option |
Returns
| Type | Description |
|---|---|
| bool |
Implements
System.IDisposable