Search code examples
imageimage-processingcomputer-visionalignmentregistration

Alignment between thermal and color images


I have an RGB color image and a corresponding thermal image, generated by the same thermal camera. I'd like to check if these two images are aligned. so my question is how can I know if these two images of the same size are aligned or co-registred? are there any metrics or measurements that allow that? Thank you in advance


Solution

  • Interesting question. Matlab suggests you start w/ an intensity-based approach. There are more suggestions here. In general, not a "plug and chug" type problem.