Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: can fingerprints be compared to each other, or do you always need a reference image? #3

Open
machty opened this issue Aug 19, 2023 · 1 comment

Comments

@machty
Copy link

machty commented Aug 19, 2023

Hello, it is possible (likely) that I'm misunderstanding how this library works; i understand that:

  • to create a camera fingerprint, you should use 20+ images from it
  • then you can use that fingerprint to determine how likely it was that the camera took any given photo

But is there a way, if you've built up a database of fingerprints (not sure how this works), to look up other fingerprints by similarity, essentially to see if this camera's fingerprint has already been added to the database?

@HenrikAYT
Copy link
Collaborator

Hey, sadly you cannot do this directly.
As implemented in candidate_processing.cpp in line 135 and 139, you first need to calculate the cross correlation and then the PCE. Calling getCrossCorrelation you need to make sure to provide the fingerprints in the correct format.

@HenrikAYT HenrikAYT closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2023
@HenrikAYT HenrikAYT reopened this Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants