I wonder how reverse image search services like tineye.com work …?

前端 未结 3 758
青春惊慌失措
青春惊慌失措 2021-02-07 13:54

How Would the Reverse Image Search Engines like TinEye Work ? I mean what parameters are required to do an image search ?

3条回答
  •  走了就别回头了
    2021-02-07 14:33

    • database: Generaly you have set of images that are collected from web sites. For each image extract key features (SURF, SIFT, whatever) in a form of numerical vectors associated to each image. Vectors are stored in searchable database.

    • When you give image to TinEye this image is processed and key features are extracted. Algorithm for matching features to features in database is run and close matches are found. Associated list of images to matched features vectors is extracted and presented as links to web images.

提交回复
热议问题