Provides access to members that control epipolar transformation.
Members
Name | Description | |
---|---|---|
AffineXform | The final affine geodataxform. | |
AffineXform | The final affine geodataxform. | |
CenterPoint | The center point of map space. | |
CreateEpipolarXform | Setup transformation. | |
Domains | The domains in output space. | |
ElevationResolution | The center point of map space. | |
EpipolarResolution | The center point of map space. | |
FitLocalProjectiveMatrix | Fit a projective matrix using given extent. | |
GeodataXform | The final epipolar geodataxform. | |
GeodataXform | The final epipolar geodataxform. | |
IsIdentity | Indicates if this geodata transform is an identity transform. | |
QueryFrameMatrixStatus | Fit a projective matrix using given extent. | |
SpatialReference | The output spatial reference after applying this transform. | |
Transform | Transforms a set of points in a given direction. | |
TransformationMatrix | The transformation matrix from world to map space. | |
TransformCellsize | Transforms a cellsize in a given direction. | |
TransformExtent | Transforms an extent in a given direction. | |
TransformPoints | Transforms a point collection in a given direction |
IEpipolarXform.AffineXform Property
The final affine geodataxform.
Public Property AffineXform As IGeodataXform
public IGeodataXform AffineXform {get; set;}
IEpipolarXform.AffineXform Property
The final affine geodataxform.
Public Property AffineXform As IGeodataXform
public IGeodataXform AffineXform {get; set;}
IEpipolarXform.CenterPoint Property
The center point of map space.
Public ReadOnly Property CenterPoint As Object
public object CenterPoint {get;}
IEpipolarXform.CreateEpipolarXform Method
Setup transformation.
Public Sub CreateEpipolarXform ( _
ByVal pPrimaryXform As IGeodataXform, _
ByVal pPrimaryImageExtent As IEnvelope, _
ByVal pSecondaryXform As IGeodataXform, _
ByVal pSecondaryImageExtent As IEnvelope, _
ByVal IsPrimary As Boolean _
)
public void CreateEpipolarXform (
IGeodataXform pPrimaryXform,
IEnvelope pPrimaryImageExtent,
IGeodataXform pSecondaryXform,
IEnvelope pSecondaryImageExtent,
bool IsPrimary
);
IEpipolarXform.ElevationResolution Property
The center point of map space.
Public ReadOnly Property ElevationResolution As Double
public double ElevationResolution {get;}
IEpipolarXform.EpipolarResolution Property
The center point of map space.
Public ReadOnly Property EpipolarResolution As Double
public double EpipolarResolution {get;}
IEpipolarXform.FitLocalProjectiveMatrix Method
Fit a projective matrix using given extent.
Public Sub FitLocalProjectiveMatrix ( _
ByVal pStereoEpiXform As IEpipolarXform, _
ByVal pExtent As IEnvelope, _
ByRef pMatrix As Object, _
ByRef rms As Double _
)
public void FitLocalProjectiveMatrix (
IEpipolarXform pStereoEpiXform,
IEnvelope pExtent,
ref object pMatrix,
ref double rms
);
IEpipolarXform.GeodataXform Property
The final epipolar geodataxform.
Public Property GeodataXform As IGeodataXform
public IGeodataXform GeodataXform {get; set;}
IEpipolarXform.GeodataXform Property
The final epipolar geodataxform.
Public Property GeodataXform As IGeodataXform
public IGeodataXform GeodataXform {get; set;}
IEpipolarXform.QueryFrameMatrixStatus Method
Fit a projective matrix using given extent.
Public Sub QueryFrameMatrixStatus ( _
ByRef isFrameMatrixReady As Boolean _
)
public void QueryFrameMatrixStatus (
ref bool isFrameMatrixReady
);
IEpipolarXform.TransformationMatrix Property
The transformation matrix from world to map space.
Public ReadOnly Property TransformationMatrix As Object
public object TransformationMatrix {get;}
Inherited Interfaces
Interfaces | Description |
---|---|
IGeodataXform | Provides access to members that control geodata transformation. |
Classes that implement IEpipolarXform
Classes | Description |
---|---|
EpipolarXform | A transformation that map native image to epipolar image. |