IEpipolarXform Interface

Provides access to members that control epipolar transformation.

Members

Name Description
Read-only property AffineXform The final affine geodataxform.
Write-only property AffineXform The final affine geodataxform.
Read-only property CenterPoint The center point of map space.
Method CreateEpipolarXform Setup transformation.
Read-only property Domains The domains in output space.
Read-only property ElevationResolution The center point of map space.
Read-only property EpipolarResolution The center point of map space.
Method FitLocalProjectiveMatrix Fit a projective matrix using given extent.
Read-only property GeodataXform The final epipolar geodataxform.
Write-only property GeodataXform The final epipolar geodataxform.
Read-only property IsIdentity Indicates if this geodata transform is an identity transform.
Method QueryFrameMatrixStatus Fit a projective matrix using given extent.
Read/write property SpatialReference The output spatial reference after applying this transform.
Method Transform Transforms a set of points in a given direction.
Read-only property TransformationMatrix The transformation matrix from world to map space.
Method TransformCellsize Transforms a cellsize in a given direction.
Method TransformExtent Transforms an extent in a given direction.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.