matejak / imreg_dft

Image registration using discrete Fourier transform.
Other
243 stars 68 forks source link

Using constraints from python #15

Closed arve0 closed 9 years ago

arve0 commented 9 years ago

I'm unable to grok how to use the parameter contraints (eg. translation(..., constriaints)) when using imreg_dft from python. Do you have an example?

arve0 commented 9 years ago

Found it! https://github.com/matejak/imreg_dft/blob/master/src/imreg_dft/utils.py#L110-111

Documentation could be updated though.

matejak commented 9 years ago

Good point, I will look into that!