curryer.correction.search

Attributes

Functions

emulate_image(→ numpy.ndarray)

Interpolate the GCP chip at test latitude/longitude coordinates.

ccv2d(→ float)

Compute the correlation coefficient between two images.

im_search(→ tuple[float, float, float, int, int, float])

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.

Perform the iterative grid search used by the MATLAB implementation.