curryer.correction.search¶
Attributes¶
Functions¶
|
Interpolate the GCP chip at test latitude/longitude coordinates. |
|
Compute the correlation coefficient between two images. |
|
Perform the iterative grid search used by the MATLAB implementation. |
Module Contents¶
- curryer.correction.search.logger¶
- curryer.correction.search.emulate_image(test_lon: numpy.ndarray, test_lat: numpy.ndarray, gcp: curryer.correction.data_structures.ImageGrid) numpy.ndarray¶
Interpolate the GCP chip at test latitude/longitude coordinates.
- curryer.correction.search.ccv2d(image1: numpy.ndarray, image2: numpy.ndarray) float¶
Compute the correlation coefficient between two images.
- curryer.correction.search.im_search(gcp: curryer.correction.data_structures.ImageGrid, subimage: curryer.correction.data_structures.ImageGrid, config: curryer.correction.data_structures.SearchConfig) tuple[float, float, float, int, int, float]¶
Perform the iterative grid search used by the MATLAB implementation.