I am working on image registration between LWIR & RGB images. I am able to extract the edges from both images. RGB_Edges, LWIR_Edges
Now, I want to match the edges of these images to calculate homography. I tried to match each edge of RGB with LWIR image separately using template matching (OpenCV) but it didn't worked.
Therefore, can anyone please suggest some methods to mach the edges/structures from both images that can be helpful to compute homography?
I will really appreciate any suggestion/help.
Thanks.