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

feat: adding code for release v0.12 #209

Merged
merged 2 commits into from
Sep 27, 2024
Merged

Conversation

dlesage-nvidia
Copy link
Contributor

  • New Features:​

    • Increased functional test coverage of color conversions. ​
    • Reintroduced from 24.07 (v0.10.0): Improved performance of color conversion operators (e.g., 2x faster RGB2YUV).​
  • Bug Fixes:​

    • Fixed bug in YUV(420) conversions: The CvtColor operator incorrectly computed the data location of the second chromaticity channel for conversions.​
    • Fixed bug in YUV(422) conversions: The CvtColor operator incorrectly interpreted the interleaved YUV422 data layout as a three-channel tensor.​
    • Prevent CV_16F alpha addition: some color conversions in the CvtColor operator allowed for the addition of an alpha channel to the destination tensor, which is undefined for the CV_16F data type.

@dlesage-nvidia dlesage-nvidia merged commit 07d5e44 into main Sep 27, 2024
4 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.

3 participants