LogPolParams

class imgreg.models.logpolar.enums.LogPolParams(value)[source]

An enumeration.

Attributes

BOUNDS

Boundaries for image slicing.

FOURIER_MOD_IMG

Fourier transformed and filtered modified image.

FOURIER_REF_IMG

Fourier transformed and filtered reference image.

GAUSS_DIFF

Lower and upper kernel size of the DoG filter.

GAUSS_DIFF_MOD_IMG

Gaussian difference filtered and windowed modified input image.

GAUSS_DIFF_REF_IMG

Gaussian difference filtered and windowed reference input image.

MOD_IMG

Modified image.

RECOVERED_ROTATION

Recovered rotation angle and error in degrees.

RECOVERED_ROTATION_SCALE_PHASE

Recovered rotation angle in degrees and scaling factor including errors.

RECOVERED_ROT_SCALE_IMG

Rotation and scaling recovered image.

RECOVERED_ROT_SCALE_TR_IMG

Rotation, scaling and translation recovered image.

RECOVERED_SCALE

Recovered scaling factor and error in degrees.

RECOVERED_TRANSLATION

Recovered x,y translation vector and error.

REF_IMG

Reference image.

UPSAMPLING

Upsampling factor.

WARPED_FOURIER_MOD_IMG

Log-polar transformed of the fourier transformed modified image.

WARPED_FOURIER_REF_IMG

Log-polar transformed of the fourier transformed reference image.

WINDOW_RADIUS_EXP

Window radius exponent, larger wrexp => faster computation.

WINDOW_TYPE

Window type for FFT filter.

WINDOW_WEIGHT

Weighting factor scaling beween windowed image and image, range of [0,1].

BOUNDS = 'BOUNDS'

Boundaries for image slicing.

FOURIER_MOD_IMG = 'FOURIER_MOD_IMG'

Fourier transformed and filtered modified image.

FOURIER_REF_IMG = 'FOURIER_REF_IMG'

Fourier transformed and filtered reference image.

GAUSS_DIFF = 'GAUSS_DIFF'

Lower and upper kernel size of the DoG filter.

GAUSS_DIFF_MOD_IMG = 'GAUSS_DIFF_MOD_IMG'

Gaussian difference filtered and windowed modified input image.

GAUSS_DIFF_REF_IMG = 'GAUSS_DIFF_REF_IMG'

Gaussian difference filtered and windowed reference input image.

MOD_IMG = 'MOD_IMG'

Modified image.

RECOVERED_ROTATION = 'RECOVERED_ROTATION'

Recovered rotation angle and error in degrees.

RECOVERED_ROTATION_SCALE_PHASE = 'RECOVERED_ROTATION_SCALE_PHASE'

Recovered rotation angle in degrees and scaling factor including errors.

RECOVERED_ROT_SCALE_IMG = 'RECOVERED_ROT_SCALE_IMG'

Rotation and scaling recovered image.

RECOVERED_ROT_SCALE_TR_IMG = 'RECOVERED_ROT_SCALE_TR_IMG'

Rotation, scaling and translation recovered image.

RECOVERED_SCALE = 'RECOVERED_SCALE'

Recovered scaling factor and error in degrees.

RECOVERED_TRANSLATION = 'RECOVERED_TRANSLATION'

Recovered x,y translation vector and error.

REF_IMG = 'REF_IMG'

Reference image.

UPSAMPLING = 'UPSAMPLING'

Upsampling factor.

WARPED_FOURIER_MOD_IMG = 'WARPED_FOURIER_MOD_IMG'

Log-polar transformed of the fourier transformed modified image.

WARPED_FOURIER_REF_IMG = 'WARPED_FOURIER_REF_IMG'

Log-polar transformed of the fourier transformed reference image.

WINDOW_RADIUS_EXP = 'WINDOW_RADIUS_EXP'

Window radius exponent, larger wrexp => faster computation.

WINDOW_TYPE = 'WINDOW_TYPE'

Window type for FFT filter.

WINDOW_WEIGHT = 'WINDOW_WEIGHT'

Weighting factor scaling beween windowed image and image, range of [0,1].