We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379d7ac commit 282a2c8Copy full SHA for 282a2c8
src/pyxalign/api/enums.py
@@ -97,5 +97,5 @@ class ImageGradientMethods(StrEnum):
97
98
class ImageIntegrationMethods(StrEnum):
99
FOURIER = auto()
100
- DISCRETE = auto()
101
DECONVOLUTION = auto()
+ # DISCRETE = auto()
0 commit comments