Libpuzzle Indexing millions of pictures?

后端 未结 4 1894
走了就别回头了
走了就别回头了 2020-12-12 14:03

its about the libpuzzle libray for php ( http://libpuzzle.pureftpd.org/project/libpuzzle ) from Mr. Frank Denis. I´am trying to understand how to index and store the data in

4条回答
  •  半阙折子戏
    2020-12-12 14:32

    I've made a libpuzzle DEMO project on GitHub: https://github.com/alsotang/libpuzzle_demo.

    The project use the way which Jason proposed above.

    The database schema shows on: https://github.com/alsotang/libpuzzle_demo/blob/master/schema.sql


    And I will give more information about libpuzzle's signature.

    enter image description here enter image description here

    Now we have the two images, and let me calculate their signature.

    enter image description here

    The odd lines is for image 1(the left one), and the even lines is for image 2.

    You can find that in most cases, the number in the same position is the same.

    ....


    My english is so poor, so I cant express my mind continue...I think anyone who wanna index millions of images should inspect my GitHub repo of libpuzzle DEMO ..

提交回复
热议问题