Calculate percentage similarity of two images using OpenCV

前端 未结 2 2031
暗喜
暗喜 2021-01-03 16:13

I am able to find matching features using bewlow shown code. I want to calculate percentage similarity between two images. I am new to OpenCV. Any kind of help will be highl

2条回答
  •  Happy的楠姐
    2021-01-03 16:35

    I found two libraries pHash and pdiff offering what I am looking for. I'll evaluate their performance and as well as compatibility with my code and pick the best one.

提交回复
热议问题