2

For our face detection system, we are looking for a C# implementation similar to pHash. As it can be seen on pHash page, by using the different forms of the Image sets on download page, the system compare two images and detect if both are similar to each other or not even if the same image is rotated, compressed, blurred, etc. So, we need such a kind of implementation in C#, but unfortunately have not found on the web. Could you please clarify us about whether or not there is an example in C#? Thanks in advance.

1 Answers1

0

I've come across an implementation that has 3 different variations of pHash. Pls check this out https://github.com/coenm/ImageHash

Uchitha
  • 998
  • 8
  • 24