Detecting similarity in two video files
问题 I am working on detecting similarity between 2 videos in Java. The user will suggest two videos, and software has to detect whether they are similar by checking the file content. I read that it is possible to compare each frame of the 2 videos. Can anyone please share any suitable algorithms (or code or methods) that can be implemented in Java? 回答1: There is a huge variety of algorithms for determining similarity in images. A search for image similarity algorithm and video similarity