IvanHristov98 / livy

Historical image info retrieval
0 stars 0 forks source link

Research image deduplication #1

Open IvanHristov98 opened 1 year ago

IvanHristov98 commented 1 year ago

Research image deduplication methods and implement them as deduplication use cases* in the project.

Benchmark each researched method for accuracy, speed and memory.


Papers:

IvanHristov98 commented 1 year ago

I went through a series of videos explaining SIFT from Columbia university. Furthermore I read the paper introducing SIFT and then tried to implement it.

It turned out that SIFT is already made available by opencv and is no longer under a patent. Hence we could freely use it.

A simple implementation comparing two images and finding whether they are duplicate is available in this project.