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

Add an OpenCV backend. #103

Merged
merged 3 commits into from
Nov 5, 2024
Merged

Add an OpenCV backend. #103

merged 3 commits into from
Nov 5, 2024

Conversation

hmaarrfk
Copy link
Contributor

@hmaarrfk hmaarrfk commented Nov 2, 2024

On conda-forge because all Pillow and OpenCV are built with with jpegturbo i can't really mesure any difference with the 3 different jpeg encoders (simplejpeg installed from pip)

@almarklein
Copy link
Member

Stuck on a linting error, sorry :)

On conda-forge because all Pillow and OpenCV are built with with
jpegturbo i can't really mesure any difference with the 3 different jpeg
encoders (simplejpeg installed from pip)
@hmaarrfk
Copy link
Contributor Author

hmaarrfk commented Nov 4, 2024

all good.

One of the most annoying things about opencv is the insistence that BGR be used. the BGR -> RGB conversion can be non-negligeable when you are trying to shave milliseconds from HD video processing.

@hmaarrfk
Copy link
Contributor Author

hmaarrfk commented Nov 4, 2024

There was an other failing test anyway.

@almarklein almarklein merged commit 06b2690 into vispy:main Nov 5, 2024
8 checks passed
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.

2 participants