Coder Social home page Coder Social logo

atei_test's Introduction

ATEI_test

⚠️ Warning: Experimental ⚠️

Description

This repo name is the acronymum of "Are They Equal Images" because this is a study of different ways to know how similar two images are and pros and cons of each method.

  • SSIM Index with automatic downsampling, Version 1.0. This is an implementation of the algorithm for calculating the Structural SIMilarity (SSIM) index between two images. More details can be found here: https://github.com/josejuansanchez/ssim

  • imabsdiff function from image package. It returns absolute difference of image or constant to an image. (https://octave.sourceforge.io/image/function/imabsdiff.html)

  • imagesmatch own function that compares two monochrome bitmap matrices of the same size where 1 = white (background) / 0 = black (foreground) and returns the percentage of coincident foreground bits.

Table of contents

Examples

Some examples of the structures that will be compared, are the following:

Biznaga Caillo Jaramago Pececito Rama Frondosa Tarajal

Technologies

It runs in Octave 5.2.0 version and in both Mac OS Catalina version 10.15.5 Beta (19F62f) and UBUNTU 20.0.4

Additional packages needed

The packages loading instructions are included in .octaverc initial lines. So, it means that each time an octave console is opened, the packages will be installed, if they aren't yet, and loaded.

They can be also downloaded directly from Octave Forge and installed manually.

pkg("install", "-forge", "image");
pkg("install", "-forge", "slf4o");

How to run it

From a terminal (in my case it's a -zsh bash) it can execute as following:

octave main.m

or from an octave terminal:

main.m

Releases

Nothing already released.

To Do

Work in progress

Software tree

This tree structure was generated using md-file-tree software that generates markdown tree of all the files in a directory, recursively.

More details can be found on GitHub repo: https://github.com/michalbe/md-file-tree.

atei_test's People

Contributors

mariajcasas avatar

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.