Class FindLineResult
Inheritance
object
FindLineResult
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 FindLineResult
Constructors
View SourceFindLineResult(SaigePoint, SaigePoint, SaigePoint[])
Declaration
public FindLineResult(SaigePoint startPoint, SaigePoint endPoint, SaigePoint[] points)
Parameters
| Type | Name | Description |
|---|---|---|
| SaigePoint | startPoint | |
| SaigePoint | endPoint | |
| SaigePoint[] | points |
Properties
View SourceEndPoint
Declaration
public SaigePoint EndPoint { get; }
Property Value
| Type | Description |
|---|---|
| SaigePoint |
Points
Declaration
public SaigePoint[] Points { get; }
Property Value
| Type | Description |
|---|---|
| SaigePoint[] |
StartPoint
Declaration
public SaigePoint StartPoint { get; }
Property Value
| Type | Description |
|---|---|
| SaigePoint |