Skip to content

FSIM index#41

Closed
ashwanirathee wants to merge 2 commits intoJuliaImages:masterfrom
ashwanirathee:ar/fsim
Closed

FSIM index#41
ashwanirathee wants to merge 2 commits intoJuliaImages:masterfrom
ashwanirathee:ar/fsim

Conversation

@ashwanirathee
Copy link
Copy Markdown
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
Copy Markdown

codecov Bot commented Oct 4, 2021

Codecov Report

Attention: Patch coverage is 0% with 21 lines in your changes missing coverage. Please review.

Project coverage is 80.00%. Comparing base (a20cd6b) to head (b77cc92).
Report is 16 commits behind head on master.

Files with missing lines Patch % Lines
src/fsim.jl 0.00% 21 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (a20cd6b) and HEAD (b77cc92). Click for more details.

HEAD has 11 uploads less than BASE
Flag BASE (a20cd6b) HEAD (b77cc92)
12 1
Additional details and impacted files
@@             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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@johnnychen94
Copy link
Copy Markdown
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.

@ashwanirathee ashwanirathee closed this by deleting the head repository Apr 20, 2025
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