This document is archived and information here might be outdated.  Recommended version.


IImageRegistration Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageRegistration Interface
ArcGIS Developer Help

IImageRegistration Interface

Provides access to members that control an image registration.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method Adjust Applies adjustments from a solution table.
Read/write property BlockingType The blocking/sampling type for large images.
Method ComputeAdjustments Computes simple polynomial adjustments.
Method ComputeFeaturePoints Computes feature points for a collection of images.
Method ComputeLinks Computes links from a list control points.
Method ComputeTiePoints Computes matching/tie points from a collection of feature points.
Method CreateControlPointTable Creates a control point table.
Method CreateFeaturePointTable Creates a feature point table.
Method CreateSolutionTable Creates a solution table.
Method ExtractAllMatchPoints Extracts all match points between a collection of reference images, and a raw image.
Method ExtractFeaturePoints Extracts feature points from a given image.
Method ExtractMatchPoints Extracts match points between a reference image, and a raw image.
Method FindClosestFeaturePoint Finds the closest feature point from an images around the given point.
Method GetParameter Gets a named parameter.
Method MatchFeaturePoints Matches two sets of feature points.
Read/write property Parameters The image registration parameters.
Method RefineMatchPoints Refines given match points between source and target images.
Read/write property Refinement The match point refinement to be applied.
Read/write property ServerObjectName The ArcGIS server object to perform image registration.
Method SetParameter Sets a named parameter.
Read/write property ThreadCount The number of instances for image registration.

Classes that implement IImageRegistration

Classes Description
ImageRegistration The Image Registration class.