Class ImageProcessBase
Implements
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 abstract class ImageProcessBase : IImageProcessBase
Methods
View SourceDispose()
Declaration
public void Dispose()
GetArea()
Declaration
public SaigeRectangle GetArea()
Returns
| Type | Description |
|---|---|
| SaigeRectangle |
Inspection()
Declaration
public abstract bool Inspection()
Returns
| Type | Description |
|---|---|
| bool |
SetArea(SaigeRectangle)
Declaration
public bool SetArea(SaigeRectangle rectangle)
Parameters
| Type | Name | Description |
|---|---|---|
| SaigeRectangle | rectangle |
Returns
| Type | Description |
|---|---|
| bool |
SetImage(Bitmap)
Declaration
public bool SetImage(Bitmap bitmap)
Parameters
| Type | Name | Description |
|---|---|---|
| Bitmap | bitmap |
Returns
| Type | Description |
|---|---|
| bool |