2025-03-17 11:20:28 +01:00
2015-10-09 08:40:32 +02:00
2013-10-02 10:48:04 +02:00
2025-03-17 11:08:35 +01:00
2013-10-02 10:48:04 +02:00
2013-10-02 10:48:04 +02:00
2014-03-06 10:44:04 +01:00
2025-03-17 11:20:28 +01:00
2014-03-06 11:06:48 +01:00

Download

The current release 0.2.0 can be downloaded here

Overview

ZMQ ImageJ is an ImageJ plugin for viewing images transmitted via ZMQ. It can handle data streamed via the message format defined in ZMQ Data Steaming.

Installation

To install the plugin into ImageJ drop the all-in-one jar into the plugins directory of ImageJ. Afterwards (re)start ImageJ and open the plugin via Plugins > ZeroMQ Viewer. A plugin window will be opened where source, port and method can be specified. Once clicked on Start and images are streamed from the source an additional window will open showing the images.

Usage

While using the ZeroMQ Viewer Plugin ImageJ need to be configured to have more memory. This can be done in the run file located in the ImageJ discribution. Add/Modify following flag: -Xmx1024m

Development

To build the code run following maven command/goals: mvn clean compile assembly:single

References

http://fiji.sc/wiki/index.php/Description_of_ImageJ's_plugin_architecture

Overview

http://fiji.sc/wiki/index.php/Description_of_ImageJ's_plugin_architecture

Build

To build the code run following maven command/goals: mvn clean compile assembly:single

Installation

To install the plugin into ImageJ just drop the build jar file into the plugins directory of ImageJ. Afterwards (re)start ImageJ.

Usage

While using the ZeroMQ Viewer Plugin ImageJ need to be configured to have more memory. This can be done in the run file located in the ImageJ discribution. Add/Modify following flag: -Xmx1024m

Description
No description provided
Readme 71 KiB
Languages
Java 100%