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

[OpenCV.h]: allow double arguments #613

Merged
merged 1 commit into from
Mar 20, 2019
Merged

Conversation

kubark42
Copy link
Contributor

Previously, if the input arguments were floating point, then this function would not assign them to the named value.

Fixes #598

Previously, if the input arguments were floating point, then this function 
would not assign them to the named value.

Fixes peterbraden#598
@codecov-io
Copy link

codecov-io commented Feb 15, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@48a4fc3). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #613   +/-   ##
=========================================
  Coverage          ?   56.65%           
=========================================
  Files             ?       33           
  Lines             ?     4063           
  Branches          ?       30           
=========================================
  Hits              ?     2302           
  Misses            ?     1761           
  Partials          ?        0
Impacted Files Coverage Δ
src/OpenCV.h 100% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 48a4fc3...123adb5. Read the comment docs.

@peterbraden peterbraden merged commit 73007ee into peterbraden:master Mar 20, 2019
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