您的位置:首页 > 编程语言 > Go语言

Algorithm-How To Identifying Same IMG

2016-05-20 21:26 531 查看
recently i wrote one php spider progrom just for downloading images , then i find i have had download to many duplicated images

as one poor student , i got to find the way clean the copy of them .

this is what i found by digging web for related Pin Point The Same Images

while wrriting and digging the main point move from Pin point same Images to Transform images into Linear/Static/Geomatry problems

Structure

AlgorithmBase theoryAdvance Apply
Perceptual hash algorithmfingerprintpHash / SIFT
Color histogramtransformOtsu’s method
PPMCClinear dependence
TF-IDFstatistics dependence
Cosine similaritygeomatry dependence

Info

1, Perceptual hash algorithm

2, Color histogram

3, Pearson product-moment correlation coefficient

4, Term frequency–Inverse document frequency

5, Cosine similarity

update 2016/05/20
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: