Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonasrauber/norm

Norm is a tiny command-line utility to compute the norm of the difference between two images
https://github.com/jonasrauber/norm

adversarial-examples image-processing nim nim-lang

Last synced: about 1 month ago
JSON representation

Norm is a tiny command-line utility to compute the norm of the difference between two images

Awesome Lists containing this project

README

        

====
Norm
====

Norm is a tiny command-line utility to compute the norm of the difference
between two images. It is written in `Nim `_.

Installation
------------

You can download prebuilt binaries for Linux and macOS from
`GitHub releases `_.

Example
-------

.. code-block:: bash

norm example/original.png example/perturbed.png
norm example/original.png example/perturbed.png -n l2
norm example/original.png example/perturbed.png -n linf