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


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

IImageRegistration2 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.
Method AnalyzeControlPoints Analyzes control points quantity and distribution for each image.
Method AppendControlPoints Appends control points from an input point table into a master point table.
Read/write property BlockingType The blocking/sampling type for large images.
Method ComputeAdjustments Computes simple polynomial adjustments.
Method ComputeAllControlPoints Computes matching/control points from a collection of images against reference images.
Method ComputeAllTiePoints Computes matching/tie points from a collection of images.
Method ComputeBlockAdjustment Computes block adjustment for a given block of images.
Method ComputeFeaturePoints Computes feature points for a collection of images.
Method ComputeLinks Computes links from a list control points.
Method ComputeMatchPoints Computes match points for a given list of images.
Method ComputeOverlaps Computes overlapping areas, larger than a given minimum area size, among images.
Method ComputeTiePoints Computes matching/tie points from a collection of feature points.
Method CreateControlPointTable Creates a control point table.
Method CreateCoverageTable Creates a control point coverage table.
Method CreateFeaturePointTable Creates a feature point table.
Method CreateLinkTable Creates a link table.
Method CreateOverlapTable Creates an overlap table.
Method CreateSolutionPointTable Creates a solution 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.
Method Register Registers an image to a reference image or a link file.
Method RemoveBlunders Removes bad control points, or blunders, to achieve better than a given maximum RMS.
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.

Inherited Interfaces

Interfaces Description
IImageRegistration Provides access to members that control an image registration.

Classes that implement IImageRegistration2

Classes Description
ImageRegistration The Image Registration class.