Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 2.4 KB

README.md

File metadata and controls

45 lines (36 loc) · 2.4 KB

icy-BUnwarp

B-spline registration adaptation for ICY based on BunwarpJ plugin from ImageJ

README

This README would normally document whatever steps are necessary to get this plugin up and running on Icy.

What is this repository for?

  • This repository contains the code of the BUnwarp plugin adapted for working with big images.
  • Note: This plugin is an adaptation of the BUnwarpJ plugin available for ImageJ. Go to BUnwarpJ

How do I get set up?

To set up this plugin in a development environment you should follow these steps

Prerequisites

Setup

  1. Make sure to have the environment variable ICY_HOME pointing to the forlder containing icy installation folder.
  2. Once downloaded the code, open a terminal on the code and type
    cd BUnwarp
    gradle eclipse
    
    This code will download and set the project dependencies and create the eclipse project to work with.
  3. Open eclipse and import an existing project specifying the location of the project created with gradle.
  4. Once the project is open in the workspace you should be able to open icy and find the following plugins.
    • BigImageBUnwarp: Used to register two large images
    • BUnwarpSimple: Adaptation of the original BUnwarpJ plugin from ImageJ
    • LoadBigImage: Loads a large image on icy (either by downsampling or by loading a particular tile)
    • BigImageThresholding: Performs a thresholding filter on a large image.
    • SaveBigImage: Saves a image on icy by tiles (Test plugin)
    • BigImageConvertToTiff: Converts an image file from any format to a large tiff.

Contributors

  • Code: Daniel Gonzalez
  • Code review: Vannary Meas-Yedid
  • Original BUnwarpJ plugin: Go to BUnwarpJ

Who do I talk to?