IEpipolarXform2 Interface

Provides access to additional epipolar tranforamtion operations.

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 FitLocalMatrixBy2Extents Fit a projective matrix using two given extents.
Method FitLocalMatrixByDEM Fit a projective matrix using DEM.
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.
Method ReturnADSCCDParameters Return ADS camera calibration data.
Method ReturnADSODFADJParameters Return adjusted exterior orientation parameters for ADS data.
Method ReturnADSODFParameters Return exterior orientation parameters for ADS data.
Method ReturnADSProjectParameters Return project parameters for ADS data.
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

IEpipolarXform2.FitLocalMatrixBy2Extents Method

Fit a projective matrix using two given extents.

Public Sub FitLocalMatrixBy2Extents ( _
    ByVal pExtent As IEnvelope, _
    ByVal pStereoEpiXform As IEpipolarXform, _
    ByVal pStereoExtent As IEnvelope, _
    ByRef pMatrix As Object, _
    ByRef rms As Double _
)
public void FitLocalMatrixBy2Extents (
    IEnvelope pExtent,
    IEpipolarXform pStereoEpiXform,
    IEnvelope pStereoExtent,
    ref object pMatrix,
    ref double rms
);

IEpipolarXform2.FitLocalMatrixByDEM Method

Fit a projective matrix using DEM.

Public Sub FitLocalMatrixByDEM ( _
    ByVal pExtent As IEnvelope, _
    ByRef pMatrix As Object, _
    ByRef rms As Double _
)
public void FitLocalMatrixByDEM (
    IEnvelope pExtent,
    ref object pMatrix,
    ref double rms
);

IEpipolarXform2.ReturnADSCCDParameters Method

Return ADS camera calibration data.

Public Function ReturnADSCCDParameters ( _
    ByRef ccdSize As Integer _
) As Object
public object ReturnADSCCDParameters (
    ref int ccdSize
);

IEpipolarXform2.ReturnADSODFADJParameters Method

Return adjusted exterior orientation parameters for ADS data.

Public Function ReturnADSODFADJParameters ( _
    ByRef odfSize As Integer _
) As Object
public object ReturnADSODFADJParameters (
    ref int odfSize
);

IEpipolarXform2.ReturnADSODFParameters Method

Return exterior orientation parameters for ADS data.

Public Function ReturnADSODFParameters ( _
    ByRef odfSize As Integer _
) As Object
public object ReturnADSODFParameters (
    ref int odfSize
);

IEpipolarXform2.ReturnADSProjectParameters Method

Return project parameters for ADS data.

Public Sub ReturnADSProjectParameters ( _
    ByRef focus As Double, _
    ByRef PixelSize As Double, _
    ByRef Level As Integer, _
    ByRef L1Height As Double, _
    ByRef L0 As Double, _
    ByRef B0 As Double, _
    ByRef L1Scale As Double, _
    ByRef L1Angle As Double, _
    ByRef L1XOffset As Double, _
    ByRef L1YOffset As Double _
)
public void ReturnADSProjectParameters (
    ref double focus,
    ref double PixelSize,
    ref int Level,
    ref double L1Height,
    ref double L0,
    ref double B0,
    ref double L1Scale,
    ref double L1Angle,
    ref double L1XOffset,
    ref double L1YOffset
);

Inherited Interfaces

Interfaces Description
IEpipolarXform Provides access to members that control epipolar transformation.
IGeodataXform Provides access to members that control geodata transformation.

Classes that implement IEpipolarXform2

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.