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

imgproc: fix fixedpoint #11395

Merged
merged 2 commits into from
Apr 26, 2018
Merged

Commits on Apr 25, 2018

  1. imgproc: fix fixed point build

    avoid using of templated 'operator T ()'
    alalek committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    469dc6a View commit details
    Browse the repository at this point in the history
  2. imgproc: fixed fixedpoint coding style

    - fixed wrong condition (always true)
    - replaced unnecessary shift operation: '>> 63' to '< 0'
    - used CV_BIG_INT()/CV_BIG_UINT() macros
    alalek committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    9166e60 View commit details
    Browse the repository at this point in the history