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

With screenshot add automatic perceptual hash calculation and screenshots clustering #1303

Closed
2 tasks done
Mzack9999 opened this issue Jul 19, 2023 · 0 comments · Fixed by #1372
Closed
2 tasks done
Assignees
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@Mzack9999
Copy link
Member

Mzack9999 commented Jul 19, 2023

Please describe your feature request:

When the screenshot functionality is used, the tool should also calculate the screenshot's perceptual hash (e.g. https://github.com/corona10/goimagehash).
Optional: a summary clustering report should be produced as a final step. We can use a simple sequential clustering approach based on differential analysis with the following steps:

  • For each screenshot
    • Calculate the perceptual hash
    • Compare the hash with the base perceptual hash of previous clusters if any
    • If the similarity is behind a certain threshold, add the screenshot to the cluster
    • Otherwise, create a new cluster

Describe the use case of this feature:

Experimental introduction of visual recon in httpx

Tasks

Preview Give feedback
  1. Status: Completed Type: Enhancement
    dogancanbakir
  2. Status: Completed
    dogancanbakir
@Mzack9999 Mzack9999 added the Type: Enhancement Most issues will probably ask for additions or changes. label Jul 19, 2023
@Mzack9999 Mzack9999 changed the title With screenshot add automatic perceptual hash calculation and image clustering With screenshot add automatic perceptual hash calculation and screenshots clustering Jul 19, 2023
@dogancanbakir dogancanbakir self-assigned this Aug 29, 2023
@Mzack9999 Mzack9999 linked a pull request Sep 21, 2023 that will close this issue
@Mzack9999 Mzack9999 added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants