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

reexport ImageQualityIndexes #873

Merged
merged 2 commits into from
Feb 17, 2020
Merged

reexport ImageQualityIndexes #873

merged 2 commits into from
Feb 17, 2020

Conversation

johnnychen94
Copy link
Member

closes #811

This is not the perfect solution because it uses the same name with StatsBase.psnr, but it's the simplest one :P Bumped a minor version for safety and hope nobody's using StatsBase.psnr together with Images...

Another choice is to extend StatsBase's implementation, then I'll need to add it as a dependency of ImageQualityIndexes. However, in Images.jl there's a comment to remove it as a dependency...

using StatsBase # TODO: eliminate this dependency

@codecov
Copy link

codecov bot commented Feb 15, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #873   +/-   ##
=========================================
  Coverage          ?   76.51%           
=========================================
  Files             ?        9           
  Lines             ?      724           
  Branches          ?        0           
=========================================
  Hits              ?      554           
  Misses            ?      170           
  Partials          ?        0
Impacted Files Coverage Δ
src/Images.jl 0% <ø> (ø)

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 d8ea4d7...1625260. Read the comment docs.

Copy link
Member

@timholy timholy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to the family! 😄

@johnnychen94
Copy link
Member Author

rebase and merge

@johnnychen94 johnnychen94 merged commit 7bdd97d into master Feb 17, 2020
@johnnychen94 johnnychen94 deleted the jc/iqi branch February 17, 2020 08:40
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.

import ImageQualityIndexes
2 participants