Calculating Percentage of Image Overlap

故事扮演 提交于 2021-01-29 06:42:35

问题


I’m currently working on an image registration algorithm which uses aerial imagery. My objective is to compute the percentage of overlap between two images as shown below.

Visually the images have about 50% overlap, I'm using OpenCV following this implementation and this formula, the registered images are warped making it's implementation tricky. A similar implementation with a different formula can be found here.

Are there any simpler workarounds to just find a rough estimate of the overlap?

来源:https://stackoverflow.com/questions/65454717/calculating-percentage-of-image-overlap

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!