GithubHelp home page GithubHelp logo

khrynczenko / compimg Goto Github PK

View Code? Open in Web Editor NEW
15.0 3.0 0.0 85 KB

compimg - python package for computing similarity between the images

License: Apache License 2.0

Python 100.00%
python python3 computer-vision image-analysis image-processing python-library similarity similarity-measures image-similarity quality-assessment

compimg's People

Contributors

khrynczenko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

compimg's Issues

Add GaussianWindow

On SSIM wikipedia page it is mentioned that SSIM can be calculated also on Gaussian window thus it would be nice to have it in the package.

Change using term similarity to IQA

In most places I use term similarity (metric) for the methods implemented within the package. I use this term within the docs, code and readme. I think it would be better to use Image Quality Assessment (IQA) term and its different categories full-reference (which is what I call similarity), reduced-reference and no-reference. I think it would be more clear for the users what compimg is about.
Also it would open space for implementing reduced-reference and no-reference methods in the future which are obviously not similarity metrics.

Improve performance of SSIM, GSSIM

SSIM and GSSIM take very long time to compute even for small images. Most of the time is spent
in convolve function when performing window multiplication and sum. Options are either to optimize current code or to ditch the 'only numpy as dependency' rule and use scipy.

Add PSNR-HVS(-M) metric

Seems to be reasonable addition. Figure out whether its addition would be valuable and worth the effort.

Set up CI

Running tests in automated manner is should be provided. CircleCI seems popular.

Add MAE, SNR and RMSE

Although not widely used and of poor performance those metric could be easily added to the package.

Add benchmarks

It would be nice to have some benchmarks to compare with some other implementations.

Set up coveralls

Coveralls seems to be a nice tool for supervising code coverage. It would be nice to have it running together with badge displayed in README.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.