Wiki

Clone wiki

BaristaSource / UserGuide / ImageRegistrationDlg

The Image Registration Dialog

The image registration dialog can be accessed via the Pansharpen dialogues. Image registration means the establishment of a 2D transformation between two images:

  • Reference image: the image grid of this image is the reference for the 2D transformation. Its Resolution is computed from any available sensor model in the case of original images, and from the georeferencing parameters in the TFW node of that image in the case of orthorectified images. If the value is not correct, the approximate ground resolution can be corrected by the user. For pansharpening, the reference image should be the panchromatic image.

  • Search image: the 2D transformation will transform from the image grid of the reference image to the grid of this image. Its Resolution is computed from any available sensor model in the case of original images, and from the georeferencing parameters in the TFW node of that image in the case of orthorectified images. If the value is not correct, the approximate ground resolution can be corrected by the user. For pansharpening, the search image should be the multispectral image.

Grafik

The image registration dialog

Automatic image registration is based on feature-based matching. Point features are extracted from both digital images, and corresponding points are searched. These correspondences are used to estimate the parameters of the 2D transformation. The algorithm assumes that differences in the image resolutions correspond to the approximate ground resolutions of the two images and that the image grids are almost parallel. The following parameters can be set by the user:

  • Feature extraction: selecting this button will open a feature extraction dialog for selecting the parameters of image feature extraction. In this case, only the Foerstner operator for point extraction will be accessible. The parameters should be set so that not too many points are extracted.

  • Maximum parallax: Only points having coordinate differences smaller than this parallax are considered to be matching candidates. For co-registering a QuickBird panchromatic image with a QuickBird multispectral image, the maximum parallax value should be larger than 1000 pixels.

  • Correlation coefficient: In order to establish initial correspondences between points from the two images, for each pair of points from the two images, the grey level correlation coefficient is compared to this threshold. Only point pairs having a correlation larger than this value are considered matching candidates for image co-registration.

  • Transformation model: The mathematical model of the transformation between the two images. Currently, only 2D affine is available.

  • Maximum sigma 0: After the initial correspondences have been established, the parameters of a 2D transformation according to the transformation model are estimated from the corresponding point pairs, and false correspondence hypotheses are eliminated by robust estimation. When the process is finished, the rms error of the weight unit is compared to this threshold. If the rms error of the weight unit is smaller than this threshold, the results of co-registration are accepted and can be used for further processing. Otherwise, an error message will be issued, and the results are rejected.

  • Transfer GCPs: If this checkbox is ticked, all points measured in the reference image that do not yet exist in the 2D point node of the search image will be inserted to the 2D point node of the search image. The transferred points can then be used for precise georeferencing of the search image using the adjustment dialog.

  • Add points to project: If this checkbox is ticked, the feature points corresponding to accepted matching hypoteses will be inserted into the 2D point nodes of both images. This may be useful for checking the performance of the algorithm.

  • Resample Search Image: If the Resample checkbox is checked, the search image will be resampled after the 2D transformation parameters have been established, and it will be added to the barista project as an image node. The resampled image will refer to the same coordinate system as the reference image. The file name of the resampled file can be set using the button Browse.

Back to the the pansharpening functions

Back to the Menu overview

Updated