Skip to content

hilaprat/evm-imagej2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eulerian Video Magnification Plugin

This is EVM plugin for ImageJ2 platform

Installation

Installing IIRJ package

In order to work with EVM plugin, IIR package needs to be available in Fiji.app. You can download iirj version 1.5 from here: https://search.maven.org/artifact/uk.me.berndporr/iirj/1.5/jar Then, move the jar file to Fiji.app/jars directory.

Installing EVM plugin

Download EVM_<version>.jar from target directory of this repository. Move the file to Fiji.app/plugins directory.

Now you can run Fiji.app and use EVM plugin according to the Usage segment.

Usage

Open video

Open Fiji app and open the video you want to magnify. For example, by using File > Open.

Choose EVM Plugin

Click: Plugins > Video Magnification > EVM

image

Insert Input Parameters

Enter the video sample frequency, the frequency you would like to magnify and the amplification factor. Click Should crop output values between 0-255 if you want the output to be cropped to normal video values. Otherwise, the algorithm output value rage will be shown.

image

Click OK

Plugin Output

You can see plugin progress in Window > Console.

image

The amplified video will apear as soon as the plugin is finished.