Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベースに保存された大量の画像。すべての画像のハッシュを pHash で計算し、ハッシュ値をデータベースに保存します。
既知の画像の類似画像を検索するにはどうすればよいですか? データベースに保存されているすべての画像を走査し、pHash で距離を計算する必要がありますか?
効率的な方法はありますか?
何か案が?