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

FSIM index #41

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

Conversation

ashwani-rathee
Copy link
Member

  • Add FSIM index to ImageQuality Indexes
  • I don't know enough on phase congruency yet , but there is some error arising from there only(something related to orientations)..need to check if the implementation is correct then can quickly writeup docs and tests
  • Fixes: GMSD and FSIM index #25

@codecov
Copy link

codecov bot commented Oct 4, 2021

Codecov Report

Merging #41 (b77cc92) into master (a20cd6b) will decrease coverage by 18.74%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #41       +/-   ##
===========================================
- Coverage   98.74%   80.00%   -18.75%     
===========================================
  Files           5        6        +1     
  Lines         159      145       -14     
===========================================
- Hits          157      116       -41     
- Misses          2       29       +27     
Impacted Files Coverage Δ
src/fsim.jl 0.00% <0.00%> (ø)
src/psnr.jl 73.68% <0.00%> (-22.15%) ⬇️
src/colorfulness.jl 85.71% <0.00%> (-14.29%) ⬇️
src/ssim.jl 98.03% <0.00%> (-1.97%) ⬇️
src/msssim.jl 100.00% <0.00%> (ø)

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 a20cd6b...b77cc92. Read the comment docs.

@johnnychen94
Copy link
Member

FYI, I'm starting to implement this method now. And the first step is to implement a log Gabor filter JuliaImages/ImageFiltering.jl#235. I see you tried to directly use ImagePhaseCongruency.jl, which is great. But I think that package has a strong MATLAB flavor so I prefer a native Julian reimplementation.

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.

GMSD and FSIM index
2 participants