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

Enhance PSNR Check for Luma (Y) Channel in VPP Sharpen Filter #697

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2024

  1. Enhance PSNR Check for Luma (Y) Channel in VPP Sharpen Filter

    The current implementation of the PSNR check for the Luma (Y) channel raises exceptions for actual values exceeding reference values.
    This behavior is not reflective of typical processing scenarios where higher actual values are expected.
    
    Updated the `compare` function to only raise exceptions if the actual Luma (Y) value is lower than the reference value.
    
    Signed-off-by: Wang Hangjie <[email protected]>
    Hangjie22Coder committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4c900f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    b15127d View commit details
    Browse the repository at this point in the history