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

interpolation=cv2.INTER_NEAREST in compare_with_capture #290

Merged
merged 2 commits into from
Aug 30, 2024

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Aug 6, 2024

Spotted by @Faschz on Discord. This should probably not use the default linear interpolation to be consistant with other image resizing. Needs to be tested before merging.
(note that phash is purposefully using a different interpolation for backwards compatibility and it's an additional resizing on top anyway)

@Avasam Avasam changed the base branch from master to dev August 6, 2024 16:34
@Avasam Avasam force-pushed the interpolation=cv2.INTER_NEAREST-in-compare_with_capture branch 2 times, most recently from 5fef1e1 to 440e38d Compare August 6, 2024 16:39
@Avasam Avasam force-pushed the interpolation=cv2.INTER_NEAREST-in-compare_with_capture branch from 440e38d to 7777eee Compare August 6, 2024 16:40
@Avasam Avasam merged commit e01bea8 into dev Aug 30, 2024
19 checks passed
@Avasam Avasam deleted the interpolation=cv2.INTER_NEAREST-in-compare_with_capture branch August 30, 2024 01:13
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

Successfully merging this pull request may close these issues.

1 participant