Merges two tie point selection files
Merges entries from two tie point selection files to form either a merged tie point file for use in image correlation or a tie point location file for use in the tie point fitting process. In normal usage, one of the two input files contains coordinates corresponding to a reference coordinate system, the other corresponding to the search coordinate system. Examples of this are image-to-image registration and image-to-map (geographic) registration.
- INTS
- Input tie point selection files. The first filename is treated as the reference set of points and the second is treated as the search set of points.
- OUTTL
- Output tie point location file. This file contains a record for each tie point selected from INTS(1) with a corresponding record in INTS(2).
- CONFLG(NO)
- Confirmation flag. Specifies whether or not the user will be prompted to verify the merging of each reference tie point with a corresponding search tie point into the output file.
= YES: Confirm merge = NO: Do not confirm merge
- INTS
- Input tie point selection files. The first filename is treated as the reference set of points and the second is treated as the search set of points.
- OUTMT
- Output merged tie point file. This file contains a record for each tie point selected from INTS(1) with a corresponding record in INTS(2).
- CONFLG(NO)
- Confirmation flag. Specifies whether or not the user will be prompted to verify the merging of each reference tie point with a corresponding search tie point into the output file.
= YES: Confirm merge = NO: Do not confirm merge
Reference tie points in the TIE.REF file are merged with search tie points in the TIE.SEA file. Successful merges are written to the tie point location file MERGED. The user is not prompted to verify each merge.
As each search tie point selection record is read, the user is prompted to confirm the merging of that point. If the user responds with "Y," the reference file is scanned for the corresponding tie point. If the tie point is contained in the reference file, the tie points are merged and written to the output merged tie point file MERGED.
TIEMERGE reads the headers of the two tie point selection files and obtains the file type (reference or search). Next, TIEMERGE begins reading records from the search file. (A common processing scenario would be to have a large number of reference points for a given area, with a smaller number of search points representing the "best" control over the area). For each record, the tie point name is obtained, and if CONFLG=YES, the user is asked if the named tie point should be merged. If the tie point is to be merged, TIEMERGE locates the corresponding record from the reference file and merges the records to form an output tie point record of the chosen output file type.
The error message that is displayed immediately preceding this message is the specific error that was encountered. Processing is terminated.
An error occurred allocating memory. Rerun the function, and if the error reoccurs, contact the system manager.
a. In registering one image to another, the image that is being registered to is the reference and the image being fitted to the other is the search. b. In developing a transformation to create a raster image registered to a given map projection, the user would use digitized control point coordinates from a map as the reference and the corresponding control points (image coordinates) from the input image as the search.