Provides access to members that control an image tie point.
Members
Name | Description | |
---|---|---|
Equals | Checks if it equals another tie point. | |
ImageID | The tie point's image ID. | |
Location | The tie point location. | |
PointID | The tie point ID. | |
Score | The tie point's quality score. |
ITiePoint.Equals Method
Checks if it equals another tie point.
Public Sub Equals ( _
ByVal pTiePoint As ITiePoint _
)
public void Equals (
ITiePoint pTiePoint
);
ITiePoint.ImageID Property
The tie point's image ID.
Public Property ImageID As Integer
public int ImageID {get; set;}
ITiePoint.Location Property
The tie point location.
Public Property Location As IPoint
public IPoint Location {get; set;}
ITiePoint.PointID Property
The tie point ID.
Public Property PointID As Integer
public int PointID {get; set;}
ITiePoint.Score Property
The tie point's quality score.
Public Property Score As Double
public double Score {get; set;}
Classes that implement ITiePoint
Classes | Description |
---|---|
TiePoint | The Image Tie Point class. |