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

Image Diff #47

Merged
merged 22 commits into from
Oct 23, 2023
Merged

Image Diff #47

merged 22 commits into from
Oct 23, 2023

Conversation

keckelt
Copy link
Member

@keckelt keckelt commented Aug 30, 2023

Closes #46

Add Detail Diff for Images with

  • pixel based difference between two images using JS build of OpenCV
  • Similarity metrics for the images
    • ORB similarty
    • Pixel based similarity (i.e. how many % of the pixels are identical)

Side-by-Side Diff:
image

Unified Diff:
unified diff loops

avoids seemingly empty extension if a notebook already has some provenance
@keckelt keckelt added the enhancement New feature or request label Aug 30, 2023
@keckelt keckelt self-assigned this Aug 30, 2023
@github-actions
Copy link

Binder 👈 Launch a Binder on branch jku-vds-lab/loops/46-img-diff

@keckelt keckelt marked this pull request as ready for review October 23, 2023 11:20
@keckelt keckelt merged commit 3014736 into main Oct 23, 2023
7 checks passed
@keckelt keckelt deleted the 46-img-diff branch October 23, 2023 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detail Diff: Images
1 participant