matejak / imreg_dft

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

Using tiles in image registration #35

Open LiorMathan opened 4 years ago

LiorMathan commented 4 years ago

Hi!

I'm trying to perform an image registration between thermal image and visible image. These images' fields of view don’t match and are in subset-superset relationship. I have read that "tiles" option/module should solve it. The problem is that the code fails when using the command-line (some of the functions are not implemented - e.g. _load2reg) Also, it is unclear how to use the tiles module directly with python code.

Can you please please please add instructions for how to use tiles (or how to perform image registration with slightly different fields?) thermal1 vis1

Thank you so much! Lior Mathan

matejak commented 4 years ago

So what about https://imreg-dft.readthedocs.io/en/latest/cli-advanced.html#large-templates? The tiles API is not described to a great detail, but you can figure things out by using the ird-show utility.

You have also mentioned that _load2reg is not implemented, which may be true for some image types, but if you convert them to a supported format.