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

Implemented fast median filter for CUDA using Wavelet Matrix, a constant-time, HDR-compatible method #3627

Merged
merged 6 commits into from
May 22, 2024

Commits on Jan 22, 2024

  1. Added constant-time HDR-compatible implementation using Wavelet Matri…

    …x to the median filter for CUDA.
    TumoiYorozu committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    47f809b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    30c1966 View commit details
    Browse the repository at this point in the history
  2. add intel compiler check

    TumoiYorozu committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    df03137 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. add OpenCV license

    TumoiYorozu committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    89e592f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Modify to return a StsNotImplemented error when CUDA is outdated and …

    …the Mat is not supported
    TumoiYorozu committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    1334d27 View commit details
    Browse the repository at this point in the history